fivetran / dbt_stripe_source

Fivetran's Stripe source dbt package
https://fivetran.github.io/dbt_stripe_source/
Apache License 2.0
8 stars 30 forks source link

Releases/v0.12.latest #83

Closed fivetran-jamie closed 1 month ago

fivetran-jamie commented 1 month ago

PR Overview

This PR will address the following Issue/Feature: https://github.com/fivetran/dbt_stripe_source/issues/80 by way of including https://github.com/fivetran/dbt_stripe_source/pull/81

This PR will result in the following new package version:

v0.12.1

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

Feature Updates

vars: stripe_source: card_pass_through_columns:

Under the Hood

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:

Ran successfully with the following set of passthrough columns:

  stripe_source:
      card_pass_through_columns:
        - name: "description"
        - name: iin
          transform_sql: cast(iin as string)
        - name: exp_year
          alias: exp_year_alias
          transform_sql: exp_year_alias * 2.0
        - name: metadata
        - name: fingerprint

      stripe__card_metadata:
        - name: external_id

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

🍏