-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
🐛 Destination ClickHouse: Update Normalization Docker File #19573
Conversation
@grishick -- Apologies for being unable to get tests running locally. |
Hello 👋, first thank you for this amazing contribution. We really appreciate the effort you've made to improve the project. If you have any questions feel free to send me a message in Slack! |
/test connector=connectors/destination-clickhouse
Build PassedTest summary info:
|
/test connector=bases/base-normalization
Build PassedTest summary info:
|
/publish connector=bases/base-normalization
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/publish connector=bases/base-normalization run-tests=false
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/publish connector=connectors/destination-clickhouse
if you have connectors that successfully published but failed definition generation, follow step 4 here |
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.
Thanks @genzgd
What
Update the dbt version and the dbt-clickhouse version in the ClickHouse normalization Dockerfile
🚨 User Impact 🚨
Fixes an issue for ClickHouse normalization containers when run on Apple M1 chips (and possibly on Linux with old kernel versions)
Community member or Airbyter
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereI was unable to get integration tests running locally.