-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/product inventory api update #94
base: main
Are you sure you want to change the base?
Conversation
# version: [">=0.14.0", "<0.15.0"] | ||
- git: https://github.com/fivetran/dbt_shopify_source.git | ||
revision: feature/product-inventory-api-update | ||
warn-unpinned: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# - package: fivetran/shopify_source | |
# version: [">=0.14.0", "<0.15.0"] | |
- git: https://github.com/fivetran/dbt_shopify_source.git | |
revision: feature/product-inventory-api-update | |
warn-unpinned: false | |
- package: fivetran/shopify_source | |
version: [">=0.14.0", "<0.15.0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fivetran-catfritz great work on this PR! I have just a few small comments and also waiting on a final response from eng regarding one last change and testing on a connector with updates. This will be ready for approval after these small changes are provided and we can test on an up to date connector.
- `unit_cost_amount` | ||
- `unit_cost_currency_code` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should explicitly callout that these are replacing what used to be just cost
. Can you be sure to call this out in the CHANGELOG.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If that's still the case given the Height ticket and this maybe being different now.
- Additionally, new columns were added in the upstream package. For more details, see the [dbt_shopify_source v0.14.0 release notes](https://github.com/fivetran/dbt_shopify_source/releases/tag/v0.14.0). | ||
|
||
## Documentation | ||
- Marked the following columns as deprecated in the documentation. These will be removed in a future release: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also mention that these will be null
following the connector update and the customer will expect as such until we full remove them from the package.
PR Overview
This PR will address the following Issue/Feature:
This PR will result in the following new package version:
Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:
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:
If you had to summarize this PR in an emoji, which would it be?
💃