Is there a way to check version of an installed ta...
# troubleshooting
m
Is there a way to check version of an installed tap through the meltano CLI? I tried various CLI commands even with debug mode on but couldn't get that info
e
Hi @mayank_sardana! Does
meltano invoke <your tap> --version
work for you?
a
@edgar_ramirez_mondragon, Didn't work.
Copy code
$ meltano invoke tap-mysql --version
usage: tap-mysql [-h] -c CONFIG [-s STATE] [-p PROPERTIES] [--catalog CATALOG] [-d]
tap-mysql: error: unrecognized arguments: --version
m
@edgar_ramirez_mondragon May be what you mentioned is tap-specific implementation?
e
@mayank_sardana yeah, most taps not built with the SDK won't have that option