dima_petukhov
03/28/2023, 12:56 PMdima_petukhov
03/29/2023, 9:34 AMSven Balnojan
03/29/2023, 11:30 AMdima_petukhov
03/29/2023, 11:37 AMmeltano run tap-shopify target-postgresSven Balnojan
03/29/2023, 12:18 PMdima_petukhov
03/29/2023, 12:21 PMSven Balnojan
03/29/2023, 12:53 PMdima_petukhov
03/29/2023, 1:13 PMSven Balnojan
03/29/2023, 1:20 PMdima_petukhov
03/29/2023, 1:28 PMSven Balnojan
03/29/2023, 2:08 PMReuben (Matatika)
03/29/2023, 2:29 PMtap-shopify with target-postgres automatically every day, although (from a previous post):
since we don't use the platform in any real capacity there is only so much data we can mock - as in this case, clearly some scenarios are not full testedWithout access to "real" data, it's hard to know how robust the tap truly is, especially when there are many streams that may or may not be applicable for a Store, or are contingent on the user having a Shopify Plus account.
Sven Balnojan
03/29/2023, 2:36 PMReuben (Matatika)
03/29/2023, 2:40 PM400 Bad Request from the Shopify API (amongst 200 OK responses for almost identical requests in the same stream - InventoryLevelsStream), but we reduced the priority on diagnosing this issue as @dima_petukhov was going to switch to another solution. We would be happy to pick this up again.dima_petukhov
03/30/2023, 2:37 PMbookmark_properties with this tap
2023-03-30T14:32:44.996108Z [info ] Incremental state has been updated at 2023-03-30 14:32:44.995956.
2023-03-30T14:32:45.141931Z [error ] Extractor failed
2023-03-30T14:32:45.142590Z [error ] Block run completed. block_type=ExtractLoadBlocks err=RunnerError('Extractor failed') exit_codes={<PluginType.EXTRACTORS: 'extractors'>: 1} set_number=0 success=False
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Run invocation could not be completed as block failed: Extractor failed
sharing the config, no more cycles, finally !
extractors:
- name: tap-shopify
variant: singer-io
pip_url: tap-shopify
config:
bookmark_properties:
orders: updated_at
customers: updated_atdima_petukhov
03/31/2023, 8:25 AMSven Balnojan
03/31/2023, 8:42 AMdima_petukhov
03/31/2023, 8:50 AMSven Balnojan
03/31/2023, 9:23 AMdima_petukhov
03/31/2023, 9:33 AMbookmark_properties for each table you sync.
In this case the sync will fetch everything and will stop at the today date
config:
bookmark_properties:
orders: updated_at
customers: updated_at
Something like that 🧐Sven Balnojan
03/31/2023, 9:36 AMSven Balnojan
03/31/2023, 9:36 AMdima_petukhov
03/31/2023, 9:40 AMbookmark_properties the tap will work without stopping, meaning that when it hits today's date, it will return to the starting point of TAP_SHOPIFY_START_DATE and continue to collect data in cyclesdima_petukhov
03/31/2023, 9:41 AMSven Balnojan
03/31/2023, 9:45 AM