Skip to content

Commit 1787dee

Browse files
authoredApr 14, 2025
Add explicit header anchors
1 parent 0860a81 commit 1787dee

File tree

1 file changed

+4
-4
lines changed
  • docs/integrations/data-ingestion/azure-synapse

1 file changed

+4
-4
lines changed
 

‎docs/integrations/data-ingestion/azure-synapse/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article will show you how to integrate the [ClickHouse Spark connector](/in
2121

2222
<TOCInline toc={toc}></TOCInline>
2323

24-
## Add the connector's dependencies
24+
## Add the connector's dependencies {#add-connector-dependencies}
2525
Azure Synapse supports three levels of [packages maintenance](https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-azure-portal-add-libraries):
2626
1. Default packages
2727
2. Spark pool level
@@ -35,7 +35,7 @@ Follow the [Manage libraries for Apache Spark pools guide](https://learn.microso
3535

3636
Please visit our [Spark Connector Compatibility Matrix](/integrations/apache-spark/spark-native-connector#compatibility-matrix) docs to understand which versions suit your needs.
3737

38-
## Add ClickHouse as a catalog
38+
## Add ClickHouse as a catalog {#add-clickhouse-as-catalog}
3939

4040
There are a variety of ways to add Spark configs to your session:
4141
* Custom configuration file to load with your session
@@ -51,15 +51,15 @@ For instance, you can configure your Spark session in the first cell of your not
5151

5252
Please visit the [ClickHouse Spark configurations page](integrations/apache-spark/spark-native-connector#configurations) for additional settings.
5353

54-
## Setup Verification
54+
## Setup Verification {#setup-verification}
5555

5656
To verify that the dependencies and configurations were set successfully, please visit your session's Spark UI, and go to your `Environment` tab.
5757
There, look for your ClickHouse related settings:
5858

5959
<Image img={sparkUICHSettings} size="xl" alt="Verifying ClickHouse settings using Spark UI" border/>
6060

6161

62-
## Additional Resources
62+
## Additional Resources {#additional-resources}
6363

6464
- [ClickHouse Spark Connector Docs](/integrations/apache-spark)
6565
- [Azure Synapse Spark Pools Overview](https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-overview)

0 commit comments

Comments
 (0)