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
We currently have a BigQuery to DuckDB connector, but not one for ClickHouse. We would like to implement a BigQuery connector for ClickHouse as well.
Unlike the DuckDB connector, which does a direct download, I think the ClickHouse connector should take a similar approach as our Snowflake to ClickHouse connector. I.e. it should be implemented using a stage: clause that exports data from BigQuery to S3/GCS, and from there imports it into ClickHouse.
The text was updated successfully, but these errors were encountered:
We currently have a BigQuery to DuckDB connector, but not one for ClickHouse. We would like to implement a BigQuery connector for ClickHouse as well.
Unlike the DuckDB connector, which does a direct download, I think the ClickHouse connector should take a similar approach as our Snowflake to ClickHouse connector. I.e. it should be implemented using a
stage:
clause that exports data from BigQuery to S3/GCS, and from there imports it into ClickHouse.The text was updated successfully, but these errors were encountered: