You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ephraimbuddy (via GitHub)" <gi...@apache.org> on 2023/02/09 09:18:24 UTC

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #29434: Impovements for RedshiftDataOperator

ephraimbuddy commented on code in PR #29434:
URL: https://github.com/apache/airflow/pull/29434#discussion_r1101159734


##########
airflow/providers/amazon/aws/operators/redshift_data.py:
##########
@@ -47,6 +48,8 @@ class RedshiftDataOperator(BaseOperator):
     :param with_event: indicates whether to send an event to EventBridge
     :param await_result: indicates whether to wait for a result, if True wait, if False don't wait
     :param poll_interval: how often in seconds to check the query status
+    :param return_sql_result: if True will return the result of an SQL statement,
+        if False will return statement ID

Review Comment:
   Should we add that the default is False?



-- 
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