From 94c4cf4cf18dcb9880f0135d2980ec9547ef931b Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Fri, 30 Aug 2024 12:02:30 -0500 Subject: [PATCH] fix: disable check_table_dependencies clickhouse setting for dbt --- .github/profiles.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/profiles.yml b/.github/profiles.yml index 0f52c1d5..3f81b863 100644 --- a/.github/profiles.yml +++ b/.github/profiles.yml @@ -9,3 +9,6 @@ aspects: # this needs to match the profile in your dbt_project.yml file user: ch_admin password: 'ch_password' secure: False + + custom_settings: + check_table_dependencies: 0