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 df is supposed to be put into a new table using the command pr.pandas_to_redshift(data_frame = leads,
redshift_table_name = 'cvm_only.test',
if_exist = 'false',
append = True)
Actual Behaviour
however I get the following error:
InFailedSqlTransaction: current transaction is aborted, commands ignored until end of transaction block
The text was updated successfully, but these errors were encountered:
Expected Behaviour
the df is supposed to be put into a new table using the command pr.pandas_to_redshift(data_frame = leads,
redshift_table_name = 'cvm_only.test',
if_exist = 'false',
append = True)
Actual Behaviour
however I get the following error:
InFailedSqlTransaction: current transaction is aborted, commands ignored until end of transaction block
The text was updated successfully, but these errors were encountered: