ivica-k commented on code in PR #32785:
URL: https://github.com/apache/airflow/pull/32785#discussion_r1272416092


##########
airflow/providers/amazon/aws/hooks/redshift_data.py:
##########
@@ -60,13 +60,17 @@ def execute_query(
         with_event: bool = False,
         wait_for_completion: bool = True,
         poll_interval: int = 10,
+        workgroup_name: str | None = None,
     ) -> str:
         """
         Execute a statement against Amazon Redshift.
 
         :param database: the name of the database
         :param sql: the SQL statement or list of  SQL statement to run
         :param cluster_identifier: unique identifier of a cluster
+        :param workgroup_name: name of the Redshift Serverless workgroup. 
Mutually exclusive with

Review Comment:
   Absolutely :) addressed in 71bea87aff9be72086c85d99862568701e014bc4



##########
airflow/providers/amazon/aws/operators/redshift_data.py:
##########
@@ -40,6 +40,9 @@ class RedshiftDataOperator(BaseOperator):
     :param database: the name of the database
     :param sql: the SQL statement or list of  SQL statement to run
     :param cluster_identifier: unique identifier of a cluster
+    :param workgroup_name: name of the Redshift Serverless workgroup. Mutually 
exclusive with

Review Comment:
   Same here: addressed in 71bea87aff9be72086c85d99862568701e014bc4 :)



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