fivetran / fivetran/dbt_stripe

Disable individual tables

Open
#136 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
61
Forks
40
PR merge metrics
No merged PRs in 30d

Description

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

- using_invoices: True #Disable if you are not using the invoice and invoice_line_item tables
- using_subscriptions: True #Disable if you are not using the subscription and plan tables.
- using_payment_method: False #Disable if you are not using the invoice and invoice_line_item tables
- using_credit_notes: False #Disable if you are using the credit note tables.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the dbt_project.yml excerpt and search the project for using_invoices, using_subscriptions, using_payment_method, and using_credit_notes. Check how these settings control model selection, then determine whether the five listed stg_stripe tables can be disabled independently. Done means the requested tables are excluded without breaking the remaining Stripe models.

Written by the indexing model from the issue text.

Assessment

Domain
data-engineering
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.