You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.### Subscribe to the Connector {#subscribe-to-the-connector}
29
29
To access the connector in your account, subscribe to the ClickHouse AWS Glue Connector from AWS Marketplace.
30
30
31
-
2.### Grant Required Permissions
31
+
2.### Grant Required Permissions {#grant-required-permissions}
32
32
Ensure your Glue job’s IAM role has the necessary permissions, as described in the minimum privileges [guide](https://docs.aws.amazon.com/glue/latest/dg/getting-started-min-privs-job.html#getting-started-min-privs-connectors).
33
33
34
-
3.### Activate the Connector & Create a Connection
34
+
3.### Activate the Connector & Create a Connection {#activate-the-connector}
35
35
You can activate the connector and create a connection directly by clicking [this link](https://console.aws.amazon.com/gluestudio/home#/connector/add-connection?connectorName="ClickHouse%20AWS%20Glue%20Connector"&connectorType="Spark"&connectorUrl=https://709825985650.dkr.ecr.us-east-1.amazonaws.com/clickhouse/clickhouse-glue:0.1&connectorClassName="com.clickhouse.spark.ClickHouseCatalog"), which opens the Glue connector creation page with key fields pre-filled.
36
36
37
-
4.### Set Up a Connection
37
+
4.### Set Up a Connection {#set-a-connection}
38
38
Create a new Glue connection using the connector, providing your ClickHouse JDBC URL and credentials.
39
39
40
-
5.### Use in Glue Job
40
+
5.### Use in Glue Job {#use-in-glue-jon}
41
41
In your Glue job, select the `Job details` tab, and expend the `Advanced properties` window. Under the `Connections` section, select the connection you just created. The connector automatically injects the required JARs into the job runtime.
0 commit comments