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
running metl config.yml
returns the following error.
Commit 720e962 seems to have modified the alternateInsert method and removed the cnoversion to lowercase for ColumnNames
virtualenvs/py2etl/lib/python2.7/site-packages/metl/database/postgresqldatabase.py", line 91, in alternateInsert
self.getBufferContent( buffer )
psycopg2.ProgrammingError: column "D&B Business Name in CAPS" of relation "public.masterdata" does not exist
The text was updated successfully, but these errors were encountered:
running metl config.yml
returns the following error.
Commit 720e962 seems to have modified the alternateInsert method and removed the cnoversion to lowercase for ColumnNames
virtualenvs/py2etl/lib/python2.7/site-packages/metl/database/postgresqldatabase.py", line 91, in alternateInsert
self.getBufferContent( buffer )
psycopg2.ProgrammingError: column "D&B Business Name in CAPS" of relation "public.masterdata" does not exist
The text was updated successfully, but these errors were encountered: