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
|`TableSchema.TypeName.FIXEDSTRING`|`FixedBytes`| ✅ |`FixedBytes` is a `LogicalType` representing a fixed-length <br/> byte array located at <br/> `org.apache.beam.sdk.schemas.logicaltypes`|
|`TableSchema.TypeName.FIXEDSTRING`|`FixedBytes`| ✅ |`FixedBytes` is a `LogicalType` representing a fixed-length <br/> byte array located at <br/> `org.apache.beam.sdk.schemas.logicaltypes`|
121
+
||`Schema.TypeName#DECIMAL`| ❌ ||
122
+
||`Schema.TypeName#MAP`| ❌ ||
123
+
124
+
## ClickHouseIO.Write Parameters
125
+
126
+
You can adjust the `ClickHouseIO.Write` configuration with the following setter functions:
127
+
128
+
| Parameter Setter Function | Argument Type | Default Value | Description |
Copy file name to clipboardExpand all lines: docs/en/integrations/data-ingestion/google-dataflow/templates/bigquery-to-clickhouse.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ The template can either read the entire table or read specific records using a p
44
44
|`queryTempDataset`| Set an existing dataset to create the temporary table to store the results of the query. For example, `temp_dataset`. |||
45
45
|`KMSEncryptionKey`| If reading from BigQuery using the query source, use this Cloud KMS key to encrypt any temporary tables created. For example, `projects/your-project/locations/global/keyRings/your-keyring/cryptoKeys/your-key`. |||
46
46
47
+
48
+
:::note
49
+
All `ClickHouseIO` parameters default values could be found in [`ClickHouseIO` Apache Beam Connector](/docs/en/integrations/apache-beam#clickhouseiowrite-parameters)
50
+
:::
51
+
47
52
## Source and Target Tables Schema
48
53
49
54
In order to effectively load the BigQuery dataset to ClickHouse, and a column infestation process is conducted with the
0 commit comments