You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
The
cursor.copy_from
function in newer versions of psycopg2 does not support theschema.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).The text was updated successfully, but these errors were encountered: