Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/_snippets/clickpipes/bigquery/_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import PrivatePreviewBadge from '@theme/badges/PrivatePreviewBadge';

<PrivatePreviewBadge/>

:::note
You can sign up for the Private Preview wailist [here](https://clickhouse.com/cloud/clickpipes/bigquery-connector).
:::

The BigQuery ClickPipe provides a fully-managed and resilient way to ingest data from BigQuery into ClickHouse Cloud. In Private Preview, it supports the **initial load** replication method to help you bulk load BigQuery datasets for exploration and prototyping. **CDC** will be supported in the future — in the meantime, we recommend using the [Google Cloud Storage ClickPipe](/integrations/clickpipes/object-storage/gcs/overview) to continuously sync BigQuery data exports into ClickHouse Cloud once the initial load is completed.

BigQuery ClickPipes can be deployed and managed manually using the ClickPipes UI, as well as programmatically using [OpenAPI](https://clickhouse.com/docs/cloud/manage/api/swagger#tag/ClickPipes/paths/~1v1~1organizations~1%7BorganizationId%7D~1services~1%7BserviceId%7D~1clickpipes/post) and [Terraform](https://registry.terraform.io/providers/ClickHouse/clickhouse/3.8.1-alpha1/docs/resources/clickpipe).
11 changes: 10 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ const sidebars = {
},
],
},
'integrations/data-ingestion/clickpipes/aws-privatelink',
{
type: 'category',
label: 'ClickPipes for Postgres',
Expand Down Expand Up @@ -801,6 +800,16 @@ const sidebars = {
],
},
],
},
{
type: 'category',
label: 'ClickPipes for BigQuery',
collapsed: true,
collapsible: true,
items: [
'integrations/data-ingestion/clickpipes/bigquery/overview',
'integrations/data-ingestion/clickpipes/bigquery/get-started',
],
},
'integrations/data-ingestion/clickpipes/aws-privatelink',
'integrations/data-ingestion/dbms/dynamodb/index',
Expand Down
Loading