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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Having said that, your BigQuery dataset (either table or query) must have the ex
72
72
target table.
73
73
:::
74
74
75
-
## Data types mapping {#data-types-mapping}
75
+
## Data type mapping {#data-types-mapping}
76
76
77
77
The BigQuery types are converted based on your ClickHouse table definition. Therefore, the above table lists the
78
78
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
87
87
|[**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`). |
0 commit comments