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

[Feature] don't filter out deleted customers + persist the `is_deleted` field in `stg_stripe__customer` #71

Closed fivetran-jamie closed 6 months ago

fivetran-jamie commented 6 months ago

Is there an existing feature request for this?

Describe the Feature

Remove this filter and persist the is_deleted field so that deleted customers continue downstream (and we can tell that they're deleted).

this will provide more complete data to places where we join in customer data (like here) and will allow for better matching in the current Customer360 project.

note: this will increase the # of rows in the stripe__customer_overview table, but likely not by a huge amount.

also this will not require a change to the transform package, as the is_deleted field will be automatically picked up by this

Describe alternatives you've considered

No response

Are you interested in contributing this feature?

Anything else?

No response

fivetran-jamie commented 6 months ago

in latest release