You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the tap-csv using: meltano add extractor tap-csv
It appears to successfully install. However when I use the command to invoke the tap and then pull the version, it's listed as an unrecognized argument: meltano invoke tap-csv --version tap-csv: error: unrecognized arguments: --version
I can still invoke and it gives me options, but none appear (at least from what I see here) to be able to provide this:
usage: tap-csv [-h] [-c CONFIG] [-s STATE] [-p PROPERTIES] [--catalog CATALOG] [-d]
optional arguments:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
Config file
-s STATE, --state STATE
State file
-p PROPERTIES, --properties PROPERTIES
Property selections
--catalog CATALOG Catalog file
-d, --discover Do schema discovery
Is there a change here to be aware of? Thanks!
The text was updated successfully, but these errors were encountered:
@Vaslo sorry for the slow response, I didnt see this issue. Are you sure that you are using this variant? Your log message looks like its from the deprecated https://gitlab.com/meltano/tap-csv/ variant. Can you confirm?
Hello,
I have installed the tap-csv using:
meltano add extractor tap-csv
It appears to successfully install. However when I use the command to invoke the tap and then pull the version, it's listed as an unrecognized argument:
meltano invoke tap-csv --version
tap-csv: error: unrecognized arguments: --version
I can still invoke and it gives me options, but none appear (at least from what I see here) to be able to provide this:
Is there a change here to be aware of? Thanks!
The text was updated successfully, but these errors were encountered: