-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Update dbt clickhouse #14833
Update dbt clickhouse #14833
Conversation
Hey @guykoh could you resolve the conflicts |
…e_dbt_clickhouse � Conflicts: � airbyte-integrations/bases/base-normalization/Dockerfile � docs/understanding-airbyte/basic-normalization.md
…te_dbt_clickhouse
@harshithmullapudi, I resolved the conflicts |
I tried running normalization tests (this PR) and got this error:
|
Hi @grishick, I left you a comment in your pr - you don't need the driver field, the driver will be derived from the port (9440 or 9000 for 'native' and 8123 or 8443 for 'http'). Anyway, 'clickhouse-connect' is invalid value use 'native' or 'http' instead (in your case use 'native') |
@guykoh thanks for the pointer. I added the suggested change to my PR and this problem got resolved. Now there is one test that is still failing with the following errors. Looks like special characters in the SQL query may be tripping up Clickhouse in this test:
|
I updated my PR with changes from this PR and changes from @mzitnik. However, the special characters test is still failing:
|
Hey @guykoh any update? |
I closed this pr, since @grishick include all of this changes in his pr and added more fixes. I commented on @grishick pr, the identifiers should be quoted as well, not just column names, including identifiers without special characters but with spaces. At least this is what I see when I run the tests locally |
What
Update dbt-clickhouse version to support Airbyte on ClickHouse cloud
How
Version 1.1.7 supports CREATE TABLE AS SELECT in ReplicatedMergeTree database
🚨 User Impact 🚨
🚨🚨 Enable Airbyte integration with ClickHouse cloud
Pre-merge Checklist
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
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 here