vandonr-amz commented on code in PR #29204:
URL: https://github.com/apache/airflow/pull/29204#discussion_r1089486974


##########
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:
   any particular reason to choose Redshift to host the SQL DB as opposed to 
AWS RDS for instance ?
   just genuine curiosity, I really don't know which one makes more sense/is 
easier to setup



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

Reply via email to