-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Is there an existing feature request for this?
- I have searched the existing issues
Describe the Feature
The subscription_item table has been brought into the dbt package as a source for subscription current_period_start/end fields. Per the Stripe API documentation, "Subscription items allow you to create customer subscriptions with more than one plan, making it easy to represent complex billing relationships." Currently the source table is only being utilized in the subscription_details and line_item_enhanced end models. There is potential value in creating one or more additional end models for reporting on this specific type of subscription/plan/billing relationship.
How would you implement this feature?
One or more net-new end models.
Describe alternatives you've considered
No response
Are you interested in contributing this feature?
- Yes.
- Yes, but I will need assistance.
- No.
Anything else?
Would love comments/feedback from Stripe customers as to how useful this type of model would be. Are you using subscription items? If yes, what would you like to see in terms of reporting tables?