Skip to content

Commit 4039f51

Browse files
committed
fix CI issues
1 parent 2e574b9 commit 4039f51

File tree

7 files changed

+19
-8
lines changed

7 files changed

+19
-8
lines changed

docs/_snippets/clickpipes/object-storage/_create_clickpipe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import ABSDataSource from '@site/docs/_snippets/clickpipes/object-storage/azure-
4141

4242
The UI will display a list of files in the specified bucket.
4343
Select your data format (we currently support a subset of ClickHouse formats) and if you want to enable continuous ingestion.
44-
([More details below](/integrations/clickpipes/object-storage/overview/#continuous-ingest)).
44+
([More details below](/integrations/clickpipes/object-storage/reference/#continuous-ingest)).
4545

4646
<Image img={cp_step3_object_storage} alt="Set data format and topic" size="lg" border/>
4747

@@ -63,7 +63,7 @@ In that case, the UI will allow you to map fields from the source to the ClickHo
6363
<Image img={cp_step4b} alt="Use an existing table" size="lg" border/>
6464

6565
:::info
66-
You can also map [virtual columns](../../sql-reference/table-functions/s3#virtual-columns), like `_path` or `_size`, to fields.
66+
You can also map [virtual columns](/sql-reference/table-functions/s3#virtual-columns), like `_path` or `_size`, to fields.
6767
:::
6868

6969
## Configure permissions {#6-configure-permissions}

docs/integrations/data-ingestion/clickpipes/kafka/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ keywords: ['Kafka ClickPipes', 'Apache Kafka', 'streaming ingestion', 'real-time
1515
<!--AUTOGENERATED_START-->
1616
| Page | Description |
1717
|-----|-----|
18-
| [Creating your first Kafka ClickPipe](/integrations/clickpipes/kafka/create-your-first-kafka-clickpipe) | Step-by-step guide to creating your first Kafka ClickPipe. |
19-
| [Schema registries for Kafka ClickPipe](/integrations/clickpipes/kafka/schema-registries) | How to integrate for ClickPipes with a schema registry for schema management |
2018
| [Reference](/integrations/clickpipes/kafka/reference) | Details supported formats, sources, delivery semantics, authentication and experimental features supported by Kafka ClickPipes |
21-
| [Best practices](/integrations/clickpipes/kafka/best-practices) | Details best practices to follow when working with Kafka ClickPipes |
19+
| [Schema registries for Kafka ClickPipe](/integrations/clickpipes/kafka/schema-registries) | How to integrate for ClickPipes with a schema registry for schema management |
20+
| [Creating your first Kafka ClickPipe](/integrations/clickpipes/kafka/create-your-first-kafka-clickpipe) | Step-by-step guide to creating your first Kafka ClickPipe. |
2221
| [Kafka ClickPipes FAQ](/integrations/clickpipes/kafka/faq) | Frequently asked questions about ClickPipes for Kafka |
22+
| [Best practices](/integrations/clickpipes/kafka/best-practices) | Details best practices to follow when working with Kafka ClickPipes |
2323
<!--AUTOGENERATED_END-->

docs/integrations/data-ingestion/clickpipes/object-storage/amazon-s3/01_overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: 'Seamlessly connect your object storage to ClickHouse Cloud.'
44
slug: /integrations/clickpipes/object-storage/s3/overview
55
sidebar_position: 1
66
title: 'Integrating Amazon S3 with ClickHouse Cloud'
7+
doc_type: 'guide'
78
---
89

910
import S3svg from '@site/static/images/integrations/logos/amazon_s3_logo.svg';
@@ -34,7 +35,7 @@ Due to differences in URL formats and API implementations across object storage
3435

3536
- [JSON](/interfaces/formats/JSON)
3637
- [CSV](/interfaces/formats/CSV)
37-
- [TSV](/interfaces/formats/TSV)
38+
- [TSV](/interfaces/formats/TabSeparated)
3839
- [Parquet](/interfaces/formats/Parquet)
3940
- [Avro](/interfaces/formats/Avro)
4041

docs/integrations/data-ingestion/clickpipes/object-storage/azure-blob-storage/01_overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: 'Seamlessly connect your object storage to ClickHouse Cloud.'
44
slug: /integrations/clickpipes/object-storage/abs/overview
55
sidebar_position: 1
66
title: 'Integrating Azure Blob Storage with ClickHouse Cloud'
7+
doc_type: 'guide'
78
---
89

910
import cp_advanced_settings from '@site/static/images/integrations/data-ingestion/clickpipes/cp_advanced_settings.png';
@@ -17,7 +18,7 @@ ABS ClickPipes can be deployed and managed manually using the ClickPipes UI, as
1718

1819
- [JSON](/interfaces/formats/JSON)
1920
- [CSV](/interfaces/formats/CSV)
20-
- [TSV](/interfaces/formats/TSV)
21+
- [TSV](/interfaces/formats/TabSeparated)
2122
- [Parquet](/interfaces/formats/Parquet)
2223
- [Avro](/interfaces/formats/Avro)
2324

docs/integrations/data-ingestion/clickpipes/object-storage/azure-blob-storage/02_get-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ doc_type: 'guide'
88
---
99

1010
import Image from '@theme/IdealImage';
11+
import cp_step0 from '@site/static/images/integrations/data-ingestion/clickpipes/cp_step0.png'
1112

1213
# Creating your first Azure Blob Storage ClickPipe {#creating-your-first-azure-blob-storage-clickpipe}
1314

docs/integrations/data-ingestion/clickpipes/object-storage/google-cloud-storage/01_overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ description: 'Seamlessly connect your object storage to ClickHouse Cloud.'
44
slug: /integrations/clickpipes/object-storage/gcs/overview
55
sidebar_position: 1
66
title: 'Integrating Google Cloud Storage with ClickHouse Cloud'
7+
doc_type: 'guide'
78
---
89

910
import cp_iam from '@site/static/images/integrations/data-ingestion/clickpipes/object-storage/amazon-s3/cp_iam.png';
1011
import cp_credentials from '@site/static/images/integrations/data-ingestion/clickpipes/object-storage/google-cloud-storage/cp_credentials.png';
12+
import cp_advanced_settings from '@site/static/images/integrations/data-ingestion/clickpipes/cp_advanced_settings.png';
1113
import Image from '@theme/IdealImage';
1214

1315
The GCS ClickPipe provides a fully-managed and resilient way to ingest data from Google Cloud Storage (GCS). It supports both **one-time** and **continuous ingestion** with exactly-once semantics.
@@ -18,7 +20,7 @@ GCS ClickPipes can be deployed and managed manually using the ClickPipes UI, as
1820

1921
- [JSON](/interfaces/formats/JSON)
2022
- [CSV](/interfaces/formats/CSV)
21-
- [TSV](/interfaces/formats/TSV)
23+
- [TSV](/interfaces/formats/TabSeparated)
2224
- [Parquet](/interfaces/formats/Parquet)
2325
- [Avro](/interfaces/formats/Avro)
2426

docs/integrations/data-ingestion/clickpipes/object-storage/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ doc_type: 'landing-page'
1111
|-----|-----|
1212
| [Reference](/integrations/clickpipes/object-storage/reference) | Details supported formats, exactly-once semantics, view-support, scaling, limitations, authentication with object storage ClickPipes |
1313
| [FAQ](/integrations/clickpipes/object-storage/faq) | FAQ for object storage ClickPipes |
14+
| [Integrating Azure Blob Storage with ClickHouse Cloud](/integrations/clickpipes/object-storage/abs/overview) | Seamlessly connect your object storage to ClickHouse Cloud. |
15+
| [Creating your first Azure Blob Storage ClickPipe](/integrations/clickpipes/object-storage/azure-blob-storage/get-started) | Step-by-step guide to create your first Azure Blob Storage (ABS) ClickPipe. |
16+
| [Integrating Google Cloud Storage with ClickHouse Cloud](/integrations/clickpipes/object-storage/gcs/overview) | Seamlessly connect your object storage to ClickHouse Cloud. |
17+
| [Integrating Amazon S3 with ClickHouse Cloud](/integrations/clickpipes/object-storage/s3/overview) | Seamlessly connect your object storage to ClickHouse Cloud. |
18+
| [Creating your first Amazon S3 ClickPipe](/integrations/clickpipes/object-storage/s3/get-started) | Step-by-step guide to create your first Amazon S3 ClickPipe. |
19+
| [Creating your first Google Cloud Storage ClickPipe](/integrations/clickpipes/object-storage/gcs/get-started) | Step-by-step guide to create your first Google Cloud Storage ClickPipe. |
1420
| [Creating your first object-storage ClickPipe](/integrations/clickpipes/object-storage) | Seamlessly connect your object storage to ClickHouse Cloud. |
1521
<!--AUTOGENERATED_END-->

0 commit comments

Comments
 (0)