-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Google Dataflow docs #3148
base: main
Are you sure you want to change the base?
Add Google Dataflow docs #3148
Conversation
docs/en/integrations/data-ingestion/google-dataflow/templates/bigquery-to-clickhouse.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor changes - spellings for files https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/aspell-dict-file.txt
@@ -3452,4 +3452,24 @@ znode | |||
znodes | |||
zookeeperSessionUptime | |||
zstd | |||
DataFlow | |||
Dataflow | |||
DataflowTemplates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we dont globally exclude this? add a file level specific exclusion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
GoogleSQL | ||
InputTableSpec | ||
KMSEncryptionKey | ||
clickHousePassword |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see above
clickHouseUsername | ||
insertDeduplicate | ||
insertDistributedSync | ||
insertQuorum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are parametters. I dont want to exclude this globally. put settings in ``
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
maxRetries | ||
outputDeadletterTable | ||
queryLocation | ||
queryTempDataset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for these, these arent valid global exclusions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/en/integrations/data-ingestion/google-dataflow/assets/dataflow-inqueue-job.png
Outdated
Show resolved
Hide resolved
docs/en/integrations/data-ingestion/google-dataflow/dataflow.md
Outdated
Show resolved
Hide resolved
docs/en/integrations/data-ingestion/google-dataflow/dataflow.md
Outdated
Show resolved
Hide resolved
docs/en/integrations/data-ingestion/google-dataflow/dataflow.md
Outdated
Show resolved
Hide resolved
docs/en/integrations/data-ingestion/google-dataflow/dataflow.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Mikhail Shustov <[email protected]>
docs/en/integrations/data-ingestion/google-dataflow/templates.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Mikhail Shustov <[email protected]>
docs/en/integrations/data-ingestion/google-dataflow/templates/bigquery-to-clickhouse.md
Show resolved
Hide resolved
|
||
| BigQuery Type | ClickHouse Type | Notes | | ||
|-----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| [**Array Type**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#array_type) | [**Array Type**](https://clickhouse.com/docs/en/sql-reference/data-types/array) | The inner type must be one of the supported primitive data types listed in this table. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so the nested arrays aren't supported, are they?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, they are not.
I added an indication to take it into account in this apache/beam#33692 issue we opened about it.
…flow-docs # Conflicts: # docs/en/integrations/index.mdx
@BentsiLeviav please move content spellings to file specific exemption vs global exempotions and ensure they are consisent e.g.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment
|
||
You can adjust the `ClickHouseIO.Write` configuration with the following setter functions: | ||
|
||
| Parameter Setter Function | Argument Type | Default Value | Description | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
Summary
These pages organize the knowledge around ClickHosue and Dataflow, including Dataflow template coverage.
Checklist