Lee-W commented on code in PR #32785:
URL: https://github.com/apache/airflow/pull/32785#discussion_r1271951686


##########
airflow/providers/amazon/aws/hooks/redshift_data.py:
##########
@@ -53,6 +53,7 @@ def execute_query(
         database: str,
         sql: str | list[str],
         cluster_identifier: str | None = None,
+        workgroup_name: str | None = None,

Review Comment:
   Should we add this new parameter to the end of this function? Some users 
might pass positional arguments.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to