nicholas_degiacomo
10/15/2021, 9:41 PMTAP_SHOPIFY__CATALOG=extract/tap-shopify.catalog.json
but if i run
meltano invoke tap-shopify --discover > test.json
it doesn’t look like test.json is matching what i have in tap-shopify.catalog.json.edgar_ramirez_mondragon
10/15/2021, 9:56 PMmeltano invoke tap-shopify --discover
will always generate a fresh catalog. Where you wanna test if your hand-edited catalog works is during invocation. So you can do something like meltano elt tap-shopify target-jsonl
and validate that the catalog was used correctlynicholas_degiacomo
10/15/2021, 10:31 PMedgar_ramirez_mondragon
10/15/2021, 10:35 PMmeltano config tap-shopify list --extras
to verify that the catalog path is setnicholas_degiacomo
10/15/2021, 10:39 PMnicholas_degiacomo
10/15/2021, 10:41 PM