You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/google-dataflow/templates/bigquery-to-clickhouse.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The template can either read the entire table or read specific records using a p
52
52
All `ClickHouseIO` parameters default values could be found in [`ClickHouseIO` Apache Beam Connector](/integrations/apache-beam#clickhouseiowrite-parameters)
53
53
:::
54
54
55
-
## Source and Target Tables Schema {#source-and-target-tables-schema}
55
+
## Source and target tables schema {#source-and-target-tables-schema}
56
56
57
57
In order to effectively load the BigQuery dataset to ClickHouse, and a column infestation process is conducted with the
58
58
following phases:
@@ -112,14 +112,14 @@ gcloud dataflow flex-template run "bigquery-clickhouse-dataflow-$(date +%Y%m%d-%
-**Job Name:** The text following the `run` keyword is the unique job name.
118
118
-**Template File:** The JSON file specified by `--template-file-gcs-location` defines the template structure and
119
119
details about the accepted parameters. The mention file path is public and ready to use.
120
120
-**Parameters:** Parameters are separated by commas. For string-based parameters, enclose the values in double quotes.
121
121
122
-
### Expected Response {#expected-response}
122
+
### Expected response {#expected-response}
123
123
124
124
After running the command, you should see a response similar to the following:
125
125
@@ -151,6 +151,6 @@ This error occurs when ClickHouse runs out of memory while processing large batc
151
151
* Decrease the batch size: Adjust the batch size in your Dataflow job configuration to send smaller chunks of data to ClickHouse, reducing memory consumption per batch.
152
152
These changes might help balance resource usage during data ingestion.
153
153
154
-
## Template Source Code {#template-source-code}
154
+
## Template source code {#template-source-code}
155
155
156
156
The template's source code is available in ClickHouse's [DataflowTemplates](https://github.com/ClickHouse/DataflowTemplates) fork.
0 commit comments