Can awswrangler.redshift.read_sql_query execute insert statements into redshift? #2302
Unanswered
AdrianoNicolucci
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use
awswrangler.redshift.read_sql_query
to perform an insert statement into an existing table? I would like to join a couple tables from an existing redshift database and write the result to another table in redshift. I don't need to pull the results into a pandas dataframe.Beta Was this translation helpful? Give feedback.
All reactions