ben_theunissen
07/31/2023, 9:02 PMextractors:
- name: tap-shopify
variant: matatika
config:
store: {SECRET}
access_token: {SECRET}
is_plus_account: True
start_date: 2023-01-01T00:00:00Z
select:
- products
Error in 🧵 , would be great if anyone has seen this beforeben_theunissen
07/31/2023, 9:02 PMReuben (Matatika)
07/31/2023, 11:59 PMtap-shopify
code calls in the error traceback. I'll look into this in the morning and send any updates here. 🙂Reuben (Matatika)
08/01/2023, 12:10 AMben_theunissen
08/01/2023, 12:24 AMReuben (Matatika)
08/01/2023, 2:29 PMmeltano lock --update tap-shopify
and then
meltano install --clean extractor tap-shopify
ben_theunissen
08/01/2023, 4:21 PMorders
, I am seeing a list of records containing:
{"type": "RECORD", "stream": "products", "record": {"id": 6829097254989, "updated_at": "2023-08-01T08:49:58-07:00"}, "time_extracted": "2023-08-01T16:19:45.705832+00:00"}
{"type": "RECORD", "stream": "products", "record": {"id": 6874459504717, "updated_at": "2023-08-01T08:59:20-07:00"}, "time_extracted": "2023-08-01T16:19:45.705891+00:00"}
Without the other required fields provided on the schema that is discovered, do I need some additional config here or could the API have changed under the hood?ben_theunissen
08/01/2023, 4:23 PMReuben (Matatika)
08/01/2023, 5:56 PMadmin_graphql_api_id
from the required
blocks and see how you go. We'll gladly accept a PR back with that and any other fixes you make.
Can't see why you are getting RECORD
messages with nothing but id
and updated
at though... We run with just access_token
and store
set with no issues.Reuben (Matatika)
08/01/2023, 5:58 PMmeltano.yml
at the local path
pip_url: -e <path-to-tap-shopify>
and then
meltano install --clean extractor tap-shopify
Reuben (Matatika)
08/01/2023, 9:16 PMben_theunissen
08/01/2023, 9:16 PMReuben (Matatika)
08/01/2023, 9:20 PMReuben (Matatika)
10/06/2023, 8:32 AMv0.2.0
of tap-shopify
yesterday, which addresses schema issues like this (including admin_graphql_api_id
).
meltano lock --update tap-shopify
meltano install --clean extractor tap-shopify