```Plugin configuration is invalid OverflowError: ...
# troubleshooting
r
Copy code
Plugin configuration is invalid
OverflowError: Python int too large to convert to C long

Does anyone know about this error when using a s3-csv extractor variant of transferwise
a
can you share
meltano.yaml
?
r
Copy code
version: 1
default_environment: dev
project_id: 27548ebc
environments: - name: dev - name: staging - name: prod plugins: extractors: - name: tap-s3-csv variant: transferwise pip_url: pipelinewise-tap-s3-csv config: start_date: '2023-03-03' bucket: bucket tables: '[{"table_name": "test_table", "search_pattern" : "yellow_head.csv"}]' ``````
@andy_carter
a
Not sure but it suggests something with your input data, maybe there is some type inference going on with early data that then causes an issue. Can you try processing a cut down version of your
yellow_head.csv
file? Is the issue caused with a particular row?
r
It's already a cut down version of the csv
a
Keep cutting. Can you process a single row? A file with a single column?
i
HI! I have the same problem, how did you solve it? @rahul_kumar
s
@rahul_kumar @isabella did you figure it out?