Skip to content

Commit 600587c

Browse files
committed
fix issues
1 parent baf1b9a commit 600587c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/cloud/reference/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,6 @@ This release brings the public beta (now GA, see June 20th entry above) of Click
10571057
- Supports both Development and Production services in all three initial regions
10581058
- Provides strong security by default: End-to-end encryption in transit, data-at-rest encryption, IP Allow Lists
10591059

1060-
{{ ... }}
10611060
### Integrations changes {#integrations-changes-18}
10621061
- Golang client: Added proxy environment variables support
10631062
- Grafana: Added the ability to specify ClickHouse custom settings and proxy environment variables in Grafana datasource setup

docs/integrations/data-ingestion/google-dataflow/templates/bigquery-to-clickhouse.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Having said that, your BigQuery dataset (either table or query) must have the ex
7272
target table.
7373
:::
7474

75-
## Data types mapping {#data-types-mapping}
75+
## Data type mapping {#data-types-mapping}
7676

7777
The BigQuery types are converted based on your ClickHouse table definition. Therefore, the above table lists the
7878
recommended mapping you should have in your target ClickHouse table (for a given BigQuery table/query):
@@ -87,7 +87,7 @@ recommended mapping you should have in your target ClickHouse table (for a given
8787
| [**Numeric - Integer Types**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#numeric_types) | [**Integer Types**](../../../sql-reference/data-types/int-uint) | In BigQuery all Int types (`INT`, `SMALLINT`, `INTEGER`, `BIGINT`, `TINYINT`, `BYTEINT`) are aliases to `INT64`. We recommend you setting in ClickHouse the right Integer size, as the template will convert the column based on the defined column type (`Int8`, `Int16`, `Int32`, `Int64`). The template will also convert unassigned Int types if used in ClickHouse table (`UInt8`, `UInt16`, `UInt32`, `UInt64`). |
8888
| [**Numeric - Float Types**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#numeric_types) | [**Float Types**](../../../sql-reference/data-types/float) | Supported ClickHouse types: `Float32` and `Float64` |
8989

90-
## Running the template {#running-the-template}
90+
## Running the Template {#running-the-template}
9191

9292
The BigQuery to ClickHouse template is available for execution via the Google Cloud CLI.
9393

@@ -169,20 +169,19 @@ job:
169169
startTime: '2025-01-26T14:34:04.608442Z'
170170
```
171171

172-
### Monitor the job {#monitor-the-job}
173172
</TabItem>
174173
</Tabs>
175174

176-
### Monitor the Job {#monitor-the-job}
175+
### Monitor the job {#monitor-the-job}
177176

178-
Navigate to the [Dataflow Jobs tab](https://console.cloud.google.com/dataflow/jobs) in your Google Cloud console to
177+
Navigate to the [Dataflow Jobs tab](https://console.cloud.google.com/dataflow/jobs) in your Google Cloud Console to
179178
monitor the status of the job. You'll find the job details, including progress and any errors:
180179

181180
<Image img={dataflow_inqueue_job} size="lg" border alt="DataFlow console showing a running BigQuery to ClickHouse job" />
182181

183182
## Troubleshooting {#troubleshooting}
184183

185-
### Code: 241. DB::Exception: Memory limit (total) exceeded {#code-241-dbexception-memory-limit-total-exceeded}
184+
### Memory limit (total) exceeded error (code 241) {#code-241-dbexception-memory-limit-total-exceeded}
186185

187186
This error occurs when ClickHouse runs out of memory while processing large batches of data. To resolve this issue:
188187

0 commit comments

Comments
 (0)