Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix psycopg2 bulkloader docs #74

Open
fromm1990 opened this issue Jan 22, 2025 · 0 comments
Open

Fix psycopg2 bulkloader docs #74

fromm1990 opened this issue Jan 22, 2025 · 0 comments

Comments

@fromm1990
Copy link
Contributor

The cursor.copy_from function in newer versions of psycopg2 does not support the schema.table format but escapes it with "schema.table" (should be "schema"."table" instead). Therefore, the documented bulkloader breaks when the schema is explicetly defined in the name of a PygramETL table definition (Dimension or Fact).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant