-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🎉 Source Shopify: implement BalanceTransactions
stream
#10204
Conversation
/test connector=connectors/source-shopify
|
Codecov Report
@@ Coverage Diff @@
## master #10204 +/- ##
=========================================
Coverage ? 72.04%
=========================================
Files ? 5
Lines ? 415
Branches ? 0
=========================================
Hits ? 299
Misses ? 116
Partials ? 0 Continue to review full report at Codecov.
|
/test connector=connectors/source-shopify
|
/test connector=connectors/source-shopify
|
/test connector=connectors/source-shopify
|
@bazarnov @ron-damon I made the changes here to reduce the back and forth. Kindly look at them |
I'd refactored the incremental logic for streams based purely on id (does not support Incremental Refresh based on datetime fields) because it's exactly the same behavior for all "purely id" streams, but it's your call! 😃 |
@ron-damon are there more streams similar to collects and balance transactions if so I think we can go with what you have suggested. wdyt? |
@harshithmullapudi @ron-damon |
BalanceTransactions
stream
/test connector=connectors/source-shopify
|
It's should be fine, if the |
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 are good to go)
airbyte-integrations/connectors/source-shopify/source_shopify/source.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-shopify/source_shopify/source.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-shopify/source_shopify/source.py
Outdated
Show resolved
Hide resolved
/publish connector=connectors/source-shopify
|
What
closes #9850