ferruzzi commented on code in PR #29204: URL: https://github.com/apache/airflow/pull/29204#discussion_r1089492298
########## 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: To be entirely honest, I'm open to suggestions. The existing sql_to_s3 test used Redshift as the source, so I did the same here. -- 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]
