Re: [PR] Use `redshift-data` operators instead of SQL operators [airflow]

2023-12-08 Thread via GitHub
eladkal merged PR #36113: URL: https://github.com/apache/airflow/pull/36113 -- 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:

Re: [PR] Use `redshift-data` operators instead of SQL operators [airflow]

2023-12-08 Thread via GitHub
eladkal commented on PR #36113: URL: https://github.com/apache/airflow/pull/36113#issuecomment-1847476142 Cool. We already have that mentioned in https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/operators/redshift/index.html -- This is an automated message from

Re: [PR] Use `redshift-data` operators instead of SQL operators [airflow]

2023-12-08 Thread via GitHub
vincbeck commented on PR #36113: URL: https://github.com/apache/airflow/pull/36113#issuecomment-1847407215 > > Instead of using `SQLExecuteQueryOperator`, use AWS provided operator `RedshiftDataOperator` to run SQL queries in a Redshift cluster. > > If both options work maybe we

Re: [PR] Use `redshift-data` operators instead of SQL operators [airflow]

2023-12-08 Thread via GitHub
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

Re: [PR] Use `redshift-data` operators instead of SQL operators [airflow]

2023-12-08 Thread via GitHub
eladkal commented on PR #36113: URL: https://github.com/apache/airflow/pull/36113#issuecomment-1847361108 > Instead of using `SQLExecuteQueryOperator`, use AWS provided operator `RedshiftDataOperator` to run SQL queries in a Redshift cluster. > > **^ Add meaningful description

[PR] Use `redshift-data` operators instead of SQL operators [airflow]

2023-12-07 Thread via GitHub
vincbeck opened a new pull request, #36113: URL: https://github.com/apache/airflow/pull/36113 Instead of using `SQLExecuteQueryOperator`, use AWS provided operator `RedshiftDataOperator` to run SQL queries in a Redshift cluster. --- **^ Add meaningful