Skip to content

Unable to write from Pandas Dataframe to Redshift Table #48

Answered by Brooke-white
adiyer27 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @adiyer27 ,

Apologies for the late response -- the cause for this issue is that conn.autocommit is set to false by default, so you must manually commit using conn.commit() or enable autocommit by setting conn.autocommit = True.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Brooke-white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants