Skip to content
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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

fivetran-catfritz
Copy link
Contributor

@fivetran-catfritz fivetran-catfritz commented Dec 20, 2024

PR Overview

This PR will address the following Issue/Feature:

This PR will result in the following new package version:

  • v0.15.0 breaking due to schema changes

Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:

  • Due to length, see changelog here.

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

  • dbt run –full-refresh && dbt test
  • dbt run (if incremental models are present) && dbt test

Before marking this PR as "ready for review" the following have been applied:

  • The appropriate issue has been linked, tagged, and properly assigned
  • All necessary documentation and version upgrades have been applied
  • docs were regenerated (unless this PR does not include any code or yml updates)
  • BuildKite integration tests are passing
  • Detailed validation steps have been provided below

Detailed Validation

Please share any and all of your validation steps:

  • See internal validation

If you had to summarize this PR in an emoji, which would it be?

💃

@fivetran-catfritz fivetran-catfritz self-assigned this Dec 20, 2024
Comment on lines +2 to +6
# 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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# - 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"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Update Product and Inventory models following support of the GraphQL API update
1 participant