You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/11/10 21:41:31 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #27602: Fix backwards compatibility for RedshiftSQLOperator

eladkal commented on code in PR #27602:
URL: https://github.com/apache/airflow/pull/27602#discussion_r1019637804


##########
airflow/providers/amazon/aws/operators/redshift_sql.py:
##########
@@ -43,12 +43,14 @@ class RedshiftSQLOperator(SQLExecuteQueryOperator):
     template_fields: Sequence[str] = (
         "sql",
         "redshift_conn_id",
+        "conn_id",

Review Comment:
   Adding conn_id is good but also remove redshift_conn_id



-- 
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-unsubscribe@airflow.apache.org

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