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, andpartition_by_source_relationmacros to thedbt_fivetran_utilspackage. - Adds the
fivetran_using_source_casingvariable 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