peter
06/01/2023, 4:45 PMversion: 1
default_environment: dev
project_id: 08bc4f11-df33-41ae-ad0a-3455e11026f0
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-csv
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-csv.git>
config:
csv_files_definition: files-def.json
pat_nadolny
06/01/2023, 7:39 PMpeter
06/05/2023, 11:34 AM[
{
"entity": "sample",
"path": "sample.csv",
"delimiter": ",",
"keys": [
"col1",
"col2",
"col3"
],
"encoding": "utf-8",
"escapechar": "",
"strict": false,
"skipinitialspace": true,
"quotechar": "'",
"add_metadata_columns": false,
"csv_files_definition": [
"sample.csv"
]
}
]
peter
06/05/2023, 11:35 AMpeter
06/05/2023, 11:37 AMmeltano config tap-csv test
peter
06/05/2023, 11:40 AMpat_nadolny
06/06/2023, 3:25 PMPlugin configuration is invalid
error it tells me why like Exception: File path does not exist data/bad.csv
afterwards. Its especially weird that you see a record also because the test command is asserting that its able to extract at least 1 record, which it clearly can do.