ivica-k commented on code in PR #32785:
URL: https://github.com/apache/airflow/pull/32785#discussion_r1272370482
##########
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:
Thank you, addressed in 56cc6d8ea13031ca610250735c8b0071065b233f
##########
airflow/providers/amazon/aws/hooks/redshift_data.py:
##########
@@ -95,6 +100,12 @@ def execute_query(
statement_id = resp["Id"]
+ if kwargs["ClusterIdentifier"] and kwargs["WorkgroupName"]:
Review Comment:
Thank you both, addressed in 56cc6d8ea13031ca610250735c8b0071065b233f
--
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]