Feature/stripe mrr arr models#138
Merged
Merged
Conversation
* MagicBot/bump-dbt-to-v3 * Generate dbt docs via GitHub Actions --------- Finish merge of MRR/ARR model updates Co-authored-by: Claude README Updater <noreply@fivetran.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
|
Approved for pre-release. |
Contributor
There was a problem hiding this comment.
@fivetran-savage Ready to go, but not approved since it's a pre-release.
fivetran-joemarkiewicz
requested changes
Jan 26, 2026
fivetran-joemarkiewicz
left a comment
Contributor
There was a problem hiding this comment.
@fivetran-savage great work on this PR! Some comments before approval. Let me know if you have any questions. Thanks!
fivetran-joemarkiewicz
requested changes
Jan 27, 2026
fivetran-joemarkiewicz
requested changes
Jan 28, 2026
fivetran-joemarkiewicz
approved these changes
Jan 28, 2026
fivetran-joemarkiewicz
left a comment
Contributor
There was a problem hiding this comment.
LGTM after docs are generated
| | [`stripe__subscription_item_mrr_report`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stripe__subscription_item_mrr_report) | New End Model | | | Each record represents a subscription item for a given month with MRR metrics for both contract and billed/net mrr, movement classification, and monthly discounts applied. Tracks MRR changes over time, classifying each month as new, expansion, contraction, churned, reactivation, or unchanged. If you notice any discrepencies in MRR calculations with this new model, please open up a [support ticket](https://support.fivetran.com/hc/en-us). | | ||
| | [`stg_stripe__coupon`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__coupon) | New Staging Model | | | Staging model for Stripe coupon data. | | ||
| | [`stg_stripe__coupon_tmp`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__coupon_tmp) | New Staging Model | | | | | ||
| | [`stg_stripe__price_plan`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__price_plan) | Explicitly casts`recurring_interval` field as string, `recurring_interval_count` field as integer, and `price_plan_id` field as string.| | | Avoids datatype errors. | |
Contributor
There was a problem hiding this comment.
Suggestion so it's more in line with other changelogs.
Suggested change
| | [`stg_stripe__price_plan`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__price_plan) | Explicitly casts`recurring_interval` field as string, `recurring_interval_count` field as integer, and `price_plan_id` field as string.| | | Avoids datatype errors. | | |
| | [`stg_stripe__price_plan`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__price_plan) | Datatype Casts | | `recurring_interval` as `string`<br>`recurring_interval_count` field as `integer`<br>`price_plan_id` field as `string` | Avoids datatype errors. | |
| | [`stg_stripe__coupon`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__coupon) | New Staging Model | | | Staging model for Stripe coupon data. | | ||
| | [`stg_stripe__coupon_tmp`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__coupon_tmp) | New Staging Model | | | | | ||
| | [`stg_stripe__price_plan`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__price_plan) | Explicitly casts`recurring_interval` field as string, `recurring_interval_count` field as integer, and `price_plan_id` field as string.| | | Avoids datatype errors. | | ||
| | [`stg_stripe__subscription_item`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__subscription_item) | Explicitly casts `plan_id` field as string. | | | Avoids datatype errors. | |
Contributor
There was a problem hiding this comment.
Suggested change
| | [`stg_stripe__subscription_item`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__subscription_item) | Explicitly casts `plan_id` field as string. | | | Avoids datatype errors. | | |
| | [`stg_stripe__subscription_item`](https://fivetran.github.io/dbt_stripe/#!/model/model.stripe.stg_stripe__subscription_item) | Datatype Casts | `plan_id` field as `string` | | Avoids datatype errors. | |
Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com>
Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com>
fivetran-catfritz
approved these changes
Jan 29, 2026
fivetran-catfritz
left a comment
Contributor
There was a problem hiding this comment.
approved for release!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Overview
Package version introduced in this PR:
This PR addresses the following Issue/Feature(s):
Summary of changes:
stripe__subscription_item_mrr_report.stripe__arr_snapshot_analysis, a high-level ARR snapshot report andstripe__customer_mrr_analysis, an MRR report at the customer level.stg_stripe__coupon.Submission Checklist
Changelog