Skip to content

v0.4.3 dbt_fivetran_utils

Compare
Choose a tag to compare
@fivetran-jamie fivetran-jamie released this 20 Mar 21:38
· 110 commits to releases/v0.4.latest since this release
e384059

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 (ie limit 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 to True.

Under the Hood

  • Added dbt compile tests for popular Fivetran packages in integration testing. (PR #101)

v0.4.2...v0.4.3