github fivetran/dbt_shopify v1.2.0
v1.2.0 dbt_shopify

4 hours ago

PR #135 includes the following updates:

Schema/Data Change

2 total changes • 2 possible breaking changes

Data Model(s) Change type Old New Notes
REST:
shopify__discounts
Updated surrogate key discounts_unique_key:
  • source_relation
  • discount_code_id
discounts_unique_key:
  • source_relation
  • discount_code_id
  • discount_id
  • discount_type
  • code
  • allocation_method
  • description
  • target_selection
  • target_type
  • type
  • value
  • value_type
Fixes uniqueness test failure.
GraphQL:
shopify_gql__discounts
Updated surrogate key unique_key:
  • source_relation
  • discount_code_id
unique_key:
  • source_relation
  • discount_code_id
  • discount_id
  • discount_type
  • code
  • allocation_method
  • target_selection
  • target_type
  • value_amount
  • value_currency_code
  • value_percentage
  • value_type
Fixes uniqueness test failures.

Under the Hood

  • Updates consistency tests to improve managing the columns included in testing.

Full Changelog: v1.1.0...v1.2.0

Don't miss a new dbt_shopify release

NewReleases is sending notifications on new releases.