I'm trying to use meltano to replicate data from a...
# troubleshooting
c
I'm trying to use meltano to replicate data from a postgres table that consists of 276,237,193 rows. I first started to just use a target-csv and that gave me an error: "psycopg2.errors.ConfigurationLimitExceeded: temporary file size exceeds temp_file_limit" I tried again with the target-s3-csv and it gave me the same error.