-
Notifications
You must be signed in to change notification settings - Fork 4.6k
🐛 Source Shopify: fix for mismatched number of tables during normalization #8597
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
Conversation
@bazarnov what was the root cause for the linked issue? |
There was a conflict between |
…fy-normalization-issue
…fy-normalization-issue
/test connector=connectors/source-shopify
|
/test connector=connectors/source-shopify
|
…fy-normalization-issue
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.
Names of 2 streams were changed. will it be able to break exist user syncs?
Can we keep old ones? Or create new streams separately or add names' aliases
As far as we edited the schemas, the users will have to redo the whole sync again, unfortunately. We cannot keep the old ones here. |
|
…fy-normalization-issue
/test connector=connectors/source-shopify
|
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.
LGTM!
Please publish your changes
/publish connector=connectors/source-shopify
|
…fy-normalization-issue
What
#8353
How
orders, abandoned_checkouts, draft_orders, metafields
DataTypeEnforcer
to setstring
asstring
, in some cases.orders_refunds
toorder_refunds
to avoid name conflicts during normalisation process.AirbyteLogger
exposes the data coming fromstream_slice
order_refunds
stream, by polling out refund-ready information from the order.shop
stream in thecheck_connection
method.Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here