Destination ClickHouse V2- Ready for Beta Testers! #62035
Replies: 18 comments 41 replies
-
When it will be available on Airbyte open source? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately it doesn't work on my self-hosted installation. I tried Stripe and MySQL as sources. I tried to use airbyte/destination-clickhouse-v2:0.1.5 for arm64 |
Beta Was this translation helpful? Give feedback.
-
I'm not sure the ClickHouse JSON data type is a separate paid feature : It seems that it's supported in open source from version 25.3 In any case, storing data as JSON would be great ! |
Beta Was this translation helpful? Give feedback.
-
X-Posting from beta slack channel: We are working on getting the v2 version directly available in OSS, but in the meantime, here's a guide to get started. OSS Quick start guide:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I had connected google sheets via clickhouse v2 connector.!! on airbyte cloud! If I try to update a row in my sheet and resync it(append+deduped). it gives this error
|
Beta Was this translation helpful? Give feedback.
-
Postgres to Clickhouse v2 latest com.clickhouse.client.api.ServerException: Code: 241. DB::Exception: (total) memory limit exceeded: would use 20.95 GiB (attempt to allocate chunk of 4.03 MiB bytes), current RSS: 1.55 GiB, maximum: 20.62 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing BinaryRowInputFormat. (MEMORY_LIMIT_EXCEEDED) (version 25.4.7.66 (official build)) |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, we strongly encourage you to join the Clickhouse Beta Slack channel. The team monitors that closely so responses will be faster. It's also an easier medium to discuss in-depth about any specific Clickhouse questions. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hey everyone 👋 We are excited to announce the end of the beta and the move to GA 🎉 It is now available in cloud and OSS! It will replace the existing 1.0.0 connector as a breaking change. For users of the existing 1.0.0 connector, you can find more about what that means in the migration guide here. I'd like to express my sincere thanks to you all for joining the beta and providing invaluable feedback 🙇 We look forward to your continued input post GA 🤝 Once we shut down the Slack channel, please feel free to open any new issues in the main |
Beta Was this translation helpful? Give feedback.
-
Hey everyone! We're having an issue with the Incremental Append + Deduped sync mode and column name sanitation with version 2.0.3(Airbyte version 1.6.1 and ClickHouse version 25.6.3.116). On our MSSQL source we have column names with spaces, for example "Line No". When Airbyte does an initial load of the data into Clickhouse, the column gets renamed to "Line_No". On the second load we get a destination error "Warning from destination: Code: 497. DB::Exception: username: Not enough privileges. To execute this query, it's necessary to have the grant ALTER ADD COLUMN( Thanks! |
Beta Was this translation helpful? Give feedback.
-
@benmoriceau perhaps any updates on this - #63353 - it seems that Terraform Airbyte provider is still not up to date with the the new ClickHouse v2 connector? |
Beta Was this translation helpful? Give feedback.
-
how to get the most latest tag in OSS? here is https://hub.docker.com/r/airbyte/destination-clickhouse-v2/tags only latest which updated 14 days ago |
Beta Was this translation helpful? Give feedback.
-
We’re working with a table that has a composite primary key and a last_modify_date column used for incremental ingestion and deduplication—the cursor is the last_modify_date column. This column is actually a date-stamp, not a true timestamp (its format is 2024-12-02 00:00:00). Consequently, if we trigger the sync several times in a single day, Airbyte keeps ingesting rows starting from midnight because there’s no timestamp-level precision. This isn’t ideal, but it still works (deduplication should still occur). The table is about 5 GB, with ~190 million rows and 7–8 columns (source MSSQL), and deduplication was stalled for some reason (for 4+ days). We noticed this because we ran:
and received a deduplicated view of the table. After executing:
everything looked fine (no duplicates; only the latest version remained). Do you have any advice on how to config ClickHouse to carry out deduplication straight away after the Airbyte ingest is done? At least how to config ClickHouse in relation to Airbyte...? I guess this mostly relates to ReplacingMergeTree. |
Beta Was this translation helpful? Give feedback.
-
Hi Mikhail, Thanks for the v2 update! I have a couple of enhancement requests for the v2 connector:
|
Beta Was this translation helpful? Give feedback.
-
Will there be support for multiple nodes (ON cluster clause)? |
Beta Was this translation helpful? Give feedback.
-
I'm also waiting in line with @hansh0801 :) for multi node support... |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! I'm going to close this discussion as our beta has officially closed. Please instead create an issue with the clickhouse destination label for follow up questions and discussions. Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Early Access Available
Calling all Destination ClickHouse users: we are excited to announce our new ClickHouse-V2 Destination!
We would love your help as beta testers.
Some improvements over v1 include:
How to Enroll
We are actively seeking and iterating on feedback to refine these features prior to general availability. Airbyte OSS and Cloud users are welcome!
Note: For OSS you must upgrade your Airbyte Platform version to at least 1.6.0 before using this connector version.
Request for Feedback
All feedback is welcome, but as you explore the new functionality, we ask that you pay special attention to the following:
ReplacingMergeTree
for compaction-style deduplication as opposed to a more complicated schemes we've used in other destinations.We look forward to hearing about your experience with Destination ClickHouse v2. Please don't hesitate to share any feedback or questions in the comments below. You can also join us on Slack if you would like to chat directly with the team about this feature.
Update: If you're having issues getting started in OSS, please see the Quick Start Guide posted below. Thank you for your patience.
Beta Was this translation helpful? Give feedback.
All reactions