sylvain_gutierrez
07/25/2022, 12:13 PMCannot start extractor: Catalog discovery failed
Any idea ? The command 'meltano invoke tap-csv --help' run and print :
2022-07-25T120537.132977Z [info ] Environment 'dev' is active
Usage: tap-csv [OPTIONS]
Execute the Singer tap.
Options:
--state PATH Use a bookmarks file for incremental replication.
--catalog PATH Use a Singer catalog file with the tap.
--test TEXT Use --test to sync a single record for each
stream. Use --test=schema to test schema output
without syncing records.
--discover Run the tap in discovery mode.
--config TEXT Configuration file location or 'ENV' to use
environment variables.
--format [json|markdown] Specify output style for --about
--about Display package metadata and settings.
--version Display the package version.
--help Show this message and exit.pat_nadolny
07/25/2022, 12:20 PMsylvain_gutierrez
07/25/2022, 12:47 PMpat_nadolny
07/25/2022, 1:13 PMfiles
OR csv_files_definition
defined and csv_files_definition
is a string path to a file that contains the definition. Check out https://hub.meltano.com/extractors/tap-csv. I suspect the tap is failing because youre giving an invalid csv_files_definition
. Try removing that from your meltano.yml and see if it workssylvain_gutierrez
07/25/2022, 1:35 PM