Hi all, I'm a meltano newbie doing an implementati...
# troubleshooting
m
Hi all, I'm a meltano newbie doing an implementation and coming across and error I'm having trouble resolving. It seems fairly straightforward but the error doesn't communicate much information. When trying to dump a catalog from my tap using the command below, it comes back with the error "CliError: Could not find catalog." There is a catalog entry in the meltano.yml file, but it is commented out. Is there something simple I'm missing? Thank you.
meltano --environment=xxx_db_test invoke --dump=catalog tap-mssql > extract/test.catalog.json
1
e
Does
meltano invoke tap-mssql --discover
work?
m
It was not, and I just realized that the executable line in my plugin section got deleted in all the troubleshooting. Replacing that fixed it for my base environment. Thank you. I was encountering the same error in my inherited environment, going to check and see if that's still happening.
e
Gotcha. Let me know if the inherited env works.
m
It did, thank you again
🙌 1