trying to set up a `pipelinewise-tap-s3-csv` to `p...
# troubleshooting
s
trying to set up a
pipelinewise-tap-s3-csv
to
pipelinewise-target-snowflake
pipeline, and i'm getting a missing catalog file error. does anyone know whether there is a flag i can pass to meltano to auto-discover and select all?
Copy code
➜  meltano elt tap-s3-csv target-jsonl   

...

ELT could not be completed: Cannot start extractor: Applying catalog rules failed: catalog file is missing..
ah, i think i needed to add the
discover
capability to the yaml config 👍
always forget that
t
any ideas on how we can improve that experience?