How do we or can we specify the catalog file in `m...
# troubleshooting
s
How do we or can we specify the catalog file in
meltano.yml
? Kinda like what is show in the example here: https://sdk.meltano.com/en/latest/cli_commands.html#run-in-sync-mode-with-a-catalog-file-input
Copy code
poetry install && \
poetry run tap-mysource --discover \
   --config singer_sdk/samples/sample_tap_parquet/parquet-config.sample.json
except I want to specify the catalog file path in
meltano.yml
âś… 1
v
👍 1
s
yep this is what I'm looking for thanks
e