v1.1.0 dbt_shopify
·
4 commits
to main
since this release
PR #132 includes the following updates:
Schema/Data Change
11 total changes • 11 possible breaking changes
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
| shopify__customers or shopify_gql__customers |
New Columns | CUSTOMER metafields |
Disable by setting the shopify_using_customer_metafields and shopify_using_all_metafields variables to False. |
|
| shopify__daily_shop or shopify_gql__daily_shop |
New Columns | SHOP metafields |
Disable by setting the shopify_using_shop_metafields and shopify_using_all_metafields variables to False. |
|
| shopify__inventory_levels or shopify_gql__inventory_levels |
New Columns | PRODUCT_VARIANT metafields |
Disable by setting the shopify_using_product_variant_metafields and shopify_using_all_metafields variables to False. |
|
| shopify__orders or shopify_gql__orders |
New Columns | ORDER metafields |
Disable by setting the shopify_using_order_metafields and shopify_using_all_metafields variables to False. |
|
| shopify__products or shopify_gql__products |
New Columns | PRODUCT metafields |
Disable by setting the shopify_using_product_metafields and shopify_using_all_metafields variables to False. |
|
| shopify__collection_metafields or shopify_gql__collection_metafields |
Default Enablement | Disabled | Enabled | The default value of shopify_using_collection_metafields is now True (previously False). Currently, COLLECTION metafields are not included in any other end models. |
| shopify__customer_metafields or shopify_gql__customer_metafields |
Default Enablement | Disabled | Enabled | The default value of shopify_using_customer_metafields is now True (previously False). |
| shopify__order_metafields or shopify_gql__order_metafields |
Default Enablement | Disabled | Enabled | The default value of shopify_using_order_metafields is now True (previously False). |
| shopify__product_metafields or shopify_gql__product_metafields |
Default Enablement | Disabled | Enabled | The default value of shopify_using_product_metafields is now True (previously False). |
| shopify__product_variant_metafields or shopify_gql__product_variant_metafields |
Default Enablement | Disabled | Enabled | The default value of shopify_using_product_variant_metafields is now True (previously False). |
| shopify__shop_metafields or shopify_gql__shop_metafields |
Default Enablement | Disabled | Enabled | The default value of shopify_using_shop_metafields is now True (previously False). |
Note: If you are running the package via Fivetran Quickstart, the
shopify_using_[object]_metafieldsvariables are automatically configured based on the presence of relevant source data in your warehouse.Please refer to the README for more details on these variables.
Under the Hood
- Adjusts seed data to test the incorporation of metafields.
- Adds consistency validation tests for all GraphQL models.
- Adds metafield variables to
quickstart.ymlto enable dynamic configuration in Fivetran Quickstart.
Full Changelog: v1.0.0...v1.1.0