[Feature] don't filter out deleted customers + persist the is_deleted
field in stg_stripe__customer
#71
Labels
enhancement
New feature or request
status:in_progress
Currently being worked on
type:enhancement
New functionality or enhancement
update_type:models
Primary focus requires model updates
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 thisDescribe alternatives you've considered
No response
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: