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

InFailedSqlTransaction: current transaction is aborted, commands ignored until end of transaction block #62

Open
MohammedZayn opened this issue Oct 17, 2023 · 0 comments

Comments

@MohammedZayn
Copy link

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

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