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-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org