mariotaddeucci commented on pull request #19358: URL: https://github.com/apache/airflow/pull/19358#issuecomment-958356517
@john-jac by using UPSERT or REPLACE with new RedshiftSqlHook (changed to remove postgres provider depency), the operator executes multiple queries in a transaction. Different from postgres hook, RedshiftSqlHook don't support multiple commands into a prepared statement, to fix the operator was necessary change the string multi query to a list of queries. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
