Skip to content

Commit

Permalink
fix: disable check_table_dependencies clickhouse setting for dbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Aug 30, 2024
1 parent 59d506a commit fc1b415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutoraspects/templates/aspects/apps/aspects/dbt/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ aspects: # this needs to match the profile in your dbt_project.yml file
database_atomic_delay_before_drop_table_sec: 0
# Make sure all drops and detaches complete before continuing
database_atomic_wait_for_drop_and_detach_synchronously: 1
# Allow to drop/rename tables that have dependants. dbt-clickhouse use it for view backups
check_table_dependencies: 0


{{ patch("dbt-profiles") | indent(6)}}

0 comments on commit fc1b415

Please sign in to comment.