fivetran / dbt_fivetran_utils

Helper utils for our packages
29 stars 19 forks source link

[FEATURE] - Apply more rigorous testing to macros #143

Open fivetran-joemarkiewicz opened 7 months ago

fivetran-joemarkiewicz commented 7 months ago

Feature Description

A lot of effort has been made over the past year to include full coverage of testing for the fivetran_utils package to test against all Fivetran dbt packages which reference this package as a dependency. The full coverage feature was achieved within PR #118. This full coverage test essentially runs a dbt compile and dbt run against every single Fivetran dbt package. This is great, and ensures we are testing the packages compile and run with the updates to this package; however, we have found that there are still notable gaps in this design. For example:

This feature request is to apply the above tests to the Fivetran Utils package in order to ensure more stable releases and more frequent updates as well.