Skip to content

Commit 5fd466d

Browse files
authored
Update index.md
1 parent 2efe698 commit 5fd466d

File tree

1 file changed

+5
-5
lines changed
  • docs/integrations/data-ingestion/aws-glue

1 file changed

+5
-5
lines changed

docs/integrations/data-ingestion/aws-glue/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ To integrate your Glue code with ClickHouse, you can use our official Spark conn
2525
<Tabs>
2626
<TabItem value="AWS Marketplace" label="AWS Marketplace" default>
2727

28-
1. ### Subscribe to the Connector {#subscribe-to-the-connector}
28+
### 1. Subscribe to the Connector {#subscribe-to-the-connector}
2929
To access the connector in your account, subscribe to the ClickHouse AWS Glue Connector from AWS Marketplace.
3030

31-
2. ### Grant Required Permissions {#grant-required-permissions}
31+
### 2. Grant Required Permissions {#grant-required-permissions}
3232
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).
3333

34-
3. ### Activate the Connector & Create a Connection {#activate-the-connector}
34+
### 3. Activate the Connector & Create a Connection {#activate-the-connector}
3535
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.
3636

37-
4. ### Set Up a Connection {#set-a-connection}
37+
### 4. Set Up a Connection {#set-a-connection}
3838
Create a new Glue connection using the connector, providing your ClickHouse JDBC URL and credentials.
3939

40-
5. ### Use in Glue Job {#use-in-glue-jon}
40+
### 5. Use in Glue Job {#use-in-glue-jon}
4141
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.
4242

4343
<Image img={notebook_connections_config} size='md' alt='Glue Notebook connections config' />

0 commit comments

Comments
 (0)