Skip to content

v1.8.0 dbt_stripe

Latest

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 23 Jun 18:44
7a2d08e

PR #152 includes the following updates:

Schema/Data Changes (--full-refresh required after upgrading)

1 total change • 2 possible breaking change

Data Model(s) Change type Old New Notes
All models source_relation column (when using a single stripe schema) Empty string ('') <database>.<schema>
All models source_relation column (when using stripe_union_schemas or stripe_union_databases schema) <database>.<schema> only <schema> or <database> respectively Updated to align with standard applied to other Fivetran packages.

Under the Hood

  • Migrates the union_connections, apply_source_relation, and partition_by_source_relation macros to the dbt_fivetran_utils package.
  • Adds the fivetran_using_source_casing variable for case-sensitive destination support. When enabled, downstream transformations respect source casing to ensure consistent results. See the Additional Configurations section of the README for details.

Full Changelog: v1.7.0...v1.8.0