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 - Support History Mode #35

Closed fivetran-joemarkiewicz closed 2 years ago

fivetran-joemarkiewicz commented 2 years ago

Are you a Fivetran customer?

Fivetran created FR

Is your feature request related to a problem? Please describe.

This feature request is not related to a problem. However, I could see this being an issue if certain customers have history mode enabled and want the package to run for just the latest records of the `orders` and `subscriptions` source tables. **Describe the solution you'd like** The [Stripe release notes for February 2022](https://fivetran.com/docs/applications/stripe/changelog#february2022) indicate that there are two new tables `ORDER_HISTORY` and `SUBSCRIPTION_HISTORY`. This FR is to include those two tables into the package and allow users to disable the history mode and only select the latest records. **Describe alternatives you've considered** Using the non-history `ORDER` and `SUBSCRIPTION` source tables.
fivetran-joemarkiewicz commented 2 years ago

This subscription component of this Feature is being addressed within the following PRs:

fivetran-joemarkiewicz commented 2 years ago

This has been addressed in the latest release of the package.