v0.4.3 dbt_fivetran_utils
fivetran-jamie
released this
20 Mar 21:38
·
110 commits
to releases/v0.4.latest
since this release
Feature Updates
- (PR #100) Expanded the
union_data
macro to create an empty table if none of the provided schemas or databases contain a source table. If the source table does not exist anywhere,union_data
will return a completely empty table (ielimit 0
) with just one string column (_dbt_source_relation
) and raise a compiler warning message that the respective staging model is empty.- The compiler warning can be turned off by the end user by setting the
fivetran__remove_empty_table_warnings
variable toTrue
.
- The compiler warning can be turned off by the end user by setting the
Under the Hood
- Added
dbt compile
tests for popular Fivetran packages in integration testing. (PR #101)