Skip to content

Commit f6da6c1

Browse files
authored
Update index.md
1 parent 2337f0f commit f6da6c1

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: 'Integrate ClickHouse and Amazon Glue'
66
keywords: ['clickhouse', 'amazon', 'aws', 'glue', 'migrating', 'data', 'spark']
77
title: 'Integrating Amazon Glue with ClickHouse and Spark'
88
---
9+
910
import Image from '@theme/IdealImage';
1011
import Tabs from '@theme/Tabs';
1112
import TabItem from '@theme/TabItem';
@@ -17,7 +18,7 @@ import dependent_jars_path_option from '@site/static/images/integrations/data-in
1718
[Amazon Glue](https://aws.amazon.com/glue/) is a fully managed, serverless data integration service provided by Amazon Web Services (AWS). It simplifies the process of discovering, preparing, and transforming data for analytics, machine learning, and application development.
1819

1920

20-
# Installation
21+
## Installation {#installation}
2122

2223
To integrate your Glue code with ClickHouse, you can use our official Spark connector in Glue via one of the following:
2324
- Installing the ClickHouse Glue connector from the AWS Marketplace (recommended).
@@ -57,7 +58,7 @@ To add the required jars manually, please follow the following:
5758
</Tabs>
5859

5960

60-
## Example {#example}
61+
## Examples {#example}
6162
<Tabs>
6263
<TabItem value="Scala" label="Scala" default>
6364

0 commit comments

Comments
 (0)