Hello! how can i add two tap-csv with different pa...
# troubleshooting
h
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
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