vincbeck commented on PR #36113:
URL: https://github.com/apache/airflow/pull/36113#issuecomment-1847405897

   > > Instead of using `SQLExecuteQueryOperator`, use AWS provided operator 
`RedshiftDataOperator` to run SQL queries in a Redshift cluster.
   > 
   > If both options work maybe we should also add doc entry explain the 
difference?
   
   The main difference being `SQLExecuteQueryOperator` will execute a SQL query 
as any other database and will use an Airflow as such, whereas 
`RedshiftDataOperator` uses `boto3` to communicate with the Redshift cluster. 
Happy to add that information in the doc, where do you suggest adding such 
information? 
[here](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/stable/operators.html)


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to