Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 of 4 tasks
fivetran-jamie opened this issue Feb 20, 2024 · 1 comment
Assignees
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

Comments

@fivetran-jamie
Copy link
Contributor

Is there an existing feature request for this?

  • I have searched the existing issues

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?

  • Yes.
  • Yes, but I will need assistance and will schedule time during your office hours for guidance.
  • No.

Anything else?

No response

@fivetran-jamie fivetran-jamie added enhancement New feature or request type:enhancement New functionality or enhancement update_type:models Primary focus requires model updates labels Feb 20, 2024
@fivetran-jamie fivetran-jamie self-assigned this Feb 26, 2024
@fivetran-jamie fivetran-jamie added the status:in_progress Currently being worked on label Feb 26, 2024
@fivetran-jamie
Copy link
Contributor Author

in latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant