fivetran / dbt_stripe_source

Fivetran's Stripe source dbt package
https://fivetran.github.io/dbt_stripe_source/
Apache License 2.0
8 stars 27 forks source link

Disable individual tables #54

Open lijol opened 1 year ago

lijol commented 1 year ago

I want to disable the below tables from processing. Can you please let me know how to do it ?

  1. stg_stripe__card
  2. stg_stripe__balance_transaction
  3. stg_stripe__fee
  4. stg_stripe__payment_intent
  5. stg_stripe__payout

dbt_project .yml below

fivetran-joemarkiewicz commented 1 year ago

Hi @lijol thanks for creating this Issue. Would you be able to provide some more detail around why you are looking to disable these models from running?

Are you only looking to disable the _tmp models, but still run the staging models? Additionally, do you not have the source data within your warehouse for these models to successfully compile?

lijol commented 1 year ago

@fivetran-joemarkiewicz apologies for confusion . These are not only specific to temp. We want to disable the whole stg model as these tables and not synced and when we trigger the dbt build the process fails because of source tables not found