Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(luigi/contrib/postgres.py): replace copy_from with copy_expert
copy_from does not accept 'schema.table' notation since psycopg2.9. Then a bug arises in Luigi if the table refers a schema name. This PR modifies the 'copy' method behavior, by refering copy_expert instead of copy_from, as suggested in psycopg/psycopg2#1294. Fix #3198
- Loading branch information