You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
I try to import data (entities 'Product' and 'Order') from shopify to snowflake and use tap-shopify. However, I managed only to create tables and get issue with data import on shopify entity 'Order' ('Product' syncing smooth). What I get in logs:
INFO METRIC: {"type": "timer", "metric": "http_request_duration", "value": 0.7647573947906494, "tags": {"endpoint": "products", "status": "succeeded"}}
INFO Skipping stream: collects
INFO Skipping stream: transactions
INFO Syncing stream: orders
INFO GET https://shopname.myshopify.com/admin/api/2020-07/orders.json?since_id=1&updated_at_min=2020-09-01+00%3A00%3A00%2B00%3A00&updated_at_max=2020-09-02+00%3A00%3A00%2B00%3A00&limit=175&status=any
INFO --> 200 OK 59714b
INFO METRIC: {"type": "timer", "metric": "http_request_duration", "value": 0.4373745918273926, "tags": {"endpoint": "orders", "status": "succeeded"}}
Traceback (most recent call last):
File "/home/ivan/Projects/pipelinewise/.virtualenvs/target-snowflake/bin/target-snowflake", line 8, in <module>
sys.exit(main())
File "/home/ivan/Projects/pipelinewise/.virtualenvs/target-snowflake/lib64/python3.7/site-packages/target_snowflake/__init__.py", line 452, in main
persist_lines(config, singer_messages, table_cache)
File "/home/ivan/Projects/pipelinewise/.virtualenvs/target-snowflake/lib64/python3.7/site-packages/target_snowflake/__init__.py", line 189, in persist_lines
adjust_timestamps_in_record(o['record'], schemas[stream])
File "/home/ivan/Projects/pipelinewise/.virtualenvs/target-snowflake/lib64/python3.7/site-packages/target_snowflake/__init__.py", line 148, in adjust_timestamps_in_record
if 'string' in schema['properties'][key]['type'] and \
KeyError: 'type'
According to source code it is function that put max date into empty date fields. Any clue, what going wrong?
The text was updated successfully, but these errors were encountered:
I try to import data (entities 'Product' and 'Order') from shopify to snowflake and use tap-shopify. However, I managed only to create tables and get issue with data import on shopify entity 'Order' ('Product' syncing smooth). What I get in logs:
According to source code it is function that put max date into empty date fields. Any clue, what going wrong?
The text was updated successfully, but these errors were encountered: