This macros is a way to automatically drop tables that no longer exist in your dbt project as a way to keep your project and warehouse clean and well structured. It is based off of the following discourse posts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[sqlfluff] | |
dialect = snowflake | |
templater = jinja | |
runaway_limit = 10 | |
max_line_length = 80 | |
indent_unit = space | |
[sqlfluff:indentation] | |
tab_space_size = 4 |