Ben Knight
Ben Knight
Resolves #575 Use the local MD5 macro to create a more unique hash based on the SQL of the test itself
Due to the usage of the selection of a random number from a range in instances when a large number of tests are being run I will occasionally run into...
Add a new parameter to drop old relations macro which works the old way if the parameter is not provided. If provided allows toggling of the logging to the stdout....
When calling drop_old_relations there is no option to suppress the output to stdout which whilst not causing issues can really flood a terminal in large projects. Add a simple backwards...
Closes #595 Any project that uses the empty flag and expect the adapter to set aliases would find it no longer works.
Taken from the DBT fabric version of this macro Fixes #602
Right now the SQL server adapter is inheriting the behaviour of the _render_limited_alias from the DBT core adapter https://github.com/dbt-labs/dbt-adapters/blob/48c110f547b4e6eea294a179cb562fef5bd29ba4/dbt-adapters/src/dbt/adapters/base/relation.py#L60 This means that all refs get an alias output when running...
The catalog macro ignores the possibility of the relations existing outside the initial database specified in the profile. This means that the catalog generated as part of docs generate can...