MeltanoLabs / target-postgres

MIT License
11 stars 18 forks source link

Switch to psycopg3 #433

Open edgarrmondragon opened 1 week ago

edgarrmondragon commented 1 week ago
SpaceCondor commented 1 week ago

@edgarrmondragon @visch @kinghuang Would this simplify the PR for the copy command? https://github.com/MeltanoLabs/target-postgres/pull/370

psycopg3 supports the copy command without files: https://www.psycopg.org/psycopg3/docs/basic/copy.html

edgarrmondragon commented 1 week ago

@edgarrmondragon @visch @kinghuang Would this simplify the PR for the copy command? #370

psycopg3 supports the copy command without files: https://www.psycopg.org/psycopg3/docs/basic/copy.html

Maybe. It's at least worth trying. There's also the recent suggestion in https://github.com/MeltanoLabs/target-postgres/pull/370#issuecomment-2362231462.