Skip to content

Commit 2efe698

Browse files
committed
Add explicit headers
1 parent 3121202 commit 2efe698

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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
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
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
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
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
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' />
@@ -55,7 +55,7 @@ To add the required jars manually, please follow the following:
5555
</Tabs>
5656

5757

58-
## Example
58+
## Example {#example}
5959
<Tabs>
6060
<TabItem value="Java" label="Java" default>
6161

0 commit comments

Comments
 (0)