Join Slack
Powered by
Hello! how can i add two tap-csv with different pa...
# troubleshooting
h
Henrique Kutner
12/25/2024, 4:55 PM
Hello! how can i add two tap-csv with different paths. Ex.: extractors: - name: tap-csv-one variant: meltanolabs pip_url: git+
https://github.com/MeltanoLabs/tap-csv.git
config: csv_files_definition: path-1 - name: tap-csv-two variant: meltanolabs pip_url: git+
https://github.com/MeltanoLabs/tap-csv.git
config: csv_files_definition: path-2
v
visch
12/27/2024, 1:24 PM
Few ways to do this 1. Works with any tap, plugin inheritance-
https://docs.meltano.com/concepts/project#inheriting-plugin-definitions
2. The tap you're using allows a list of files to be in the
csv_files_definition
so you could point to multiple files in that definition and you'd be good in one run as well
3
Views
Open in Slack
Previous
Next