-
Notifications
You must be signed in to change notification settings - Fork 22
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/shopify api updates #70
Conversation
Hi @fivetran-joemarkiewicz just reviewed, please see the below:
|
Hey @fivetran-reneeli thanks for reviewing, see my responses below:
|
Co-authored-by: Renee Li <[email protected]>
@@ -36,7 +36,6 @@ final as ( | |||
total_line_items_price_set, | |||
total_price, | |||
total_price_set, | |||
total_price_usd, |
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.
Just make sure to remove these from the corresponding get column macros as well!
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.
And processing method
too
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.
Thanks! I missed removing these fields. Just updated.
Thanks for clarifying Joe! Just had one more comment ^ |
Thanks @fivetran-reneeli! Just updated and marked for re-review. |
You might need to regen docs again but other than that, looks good pending buildkite 👍 |
PR Overview
This PR will address the following Issue/Feature: Issue #60, Issue #67, and Issue #66
This PR will result in the following new package version:
v0.9.0
This will be a breaking change due to the removal of fields from the staging models. Customers who previously relied on these fields will no longer be able to leverage them. This was done to be in line with the connector API updates for Shopify.
Please detail what change(s) this PR introduces and any additional information that should be known during the review of this PR:
lifetime_duration
fulfillment_service
destination_location_*
fieldsorigin_location_*
fieldstotal_price_usd
processing_method
databricks
from the shopify_database configuration in the src_shopify.yml to allow Databricks Unity catalog users to define a unity Catalog as a database.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 acknowledge that the following validation checks have been performed prior to marking this PR as "ready for review":
Not much validation was needed for these changes. I used the release notes as the basis for what fields were being deprecated. I then removed these fields from the staging models, macros, and yml documentation. Ran the models and confirmed the fields were no longer present. No further validation was necessary per my opinion.
Standard Updates
Please acknowledge that your PR contains the following standard updates:
dbt Docs
Please acknowledge that after the above were all completed the below were applied to your branch:
If you had to summarize this PR in an emoji, which would it be?
🛫