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
Looks like there's a bug in the new dbt-adapters version that makes some column-names lower-case, breaking the compatibility with ClickHouse as CH uses case-sensitive column names ClickHouse/ClickHouse#33935.
The test that we can use to detect this problem is dbt.tests.adapter.unit_testing.test_quoted_reserved_word_column_names::BaseUnitTestQuotedReservedWordColumnNames. We should add it back to the repo once this issue is fixed.