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/standardized billing line item model #77

Closed fivetran-joemarkiewicz closed 3 weeks ago

fivetran-joemarkiewicz commented 2 months ago

PR Overview

This PR will address the following Issue/Feature: Internal Project

This PR will result in the following new package version: v0.12.0

While this release shouldn't cause any breaking changes, we should include it in a minor (v0.X.0) release as it includes two new staging models.

Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:

Feature Updates

  • Addition of the following new staging models and accompanying upstream references:
    • stg_stripe__discount (required for downstream dbt_stripe model transformations)
    • stg_stripe__product (enabled by default, but can be disabled by setting the stripe__using_subscriptions variable to false)

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

Before marking this PR as "ready for review" the following have been applied:

Detailed Validation

Please share any and all of your validation steps:

Confirmed new staging models are materializing as expected regardless of the variables configurations.

If you had to summarize this PR in an emoji, which would it be?

💬