syedahsn commented on code in PR #29204:
URL: https://github.com/apache/airflow/pull/29204#discussion_r1090984993


##########
tests/system/providers/amazon/aws/example_s3_to_sql.py:
##########
@@ -44,6 +64,45 @@
 """
 
 
+@task
+def create_connection(conn_id_name: str, cluster_id: str):
+    cluster_endpoint = 
RedshiftHook().conn.describe_clusters(ClusterIdentifier=cluster_id)["Clusters"][0]

Review Comment:
   I don't think there'd be any particular reason to choose one over the other, 
as long as we get an SQL database. I think it makes sense to use this because 
its been used for several other tests in our package. 



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