fivetran / dbt_zendesk_source

Fivetran's Zendesk Support source dbt package
https://fivetran.github.io/dbt_zendesk_source/#!/overview
Apache License 2.0
13 stars 18 forks source link

disabling `using_<source_table>` doesn't remove table from sources #10

Closed ericalouie closed 3 years ago

ericalouie commented 3 years ago

Hi team!

We added this package to our dbt project and disabled user_tags as we don't have this enabled on our account and this table doesn't exist in our warehouse (see configuration below) image

However, it looks like in the src_zendesk.yml file, the user_tag table is still being counted when we run a dbt source snapshot-freshness command. image

We were able to solve this issue by explicitly disabling user_tags in a source configuration block (see image below), but figured I'd bring this to your attention :) image

kristin-bagnall commented 3 years ago

Hey @ericalouie, This is super interesting, thanks for sharing!

I'm thinking we should just incorporate this change in our package's source config block so it disables the freshness tests for users automatically.