victor_macaubas
11/08/2023, 3:11 PMFULL_TABLE
replication.
Problem: I'm dealing with a table that has a size of 2.1 GB and contains over 11,000 rows, with two fields populated with extensive JSON data. Whenever Meltano processes this table, I encounter the following error message:
[error ] Extraction failed code=-9 message=
ELT could not be completed: Extractor failed.
Curiously, it starts the loading of some records into my data warehouse but subsequently crashes with the above error.
To provide context, this pipeline is orchestrated by Airflow and is built from an image featuring Meltano v:2.12.0.
• Database: PostgresSQL
• Target: Snowflake
• Tap: tap-postgres-transferwise
Has someone encountered something similar while loading large JSONs fields?ben_theunissen
11/08/2023, 3:15 PMAndy Carter
11/08/2023, 3:39 PM--log-level=debug
?
meltano --log-level=debug run tap-postgres target-snowflake
or similar?