o-nikolas commented on code in PR #40970:
URL: https://github.com/apache/airflow/pull/40970#discussion_r1688780819


##########
tests/system/providers/amazon/aws/example_redshift.py:
##########
@@ -236,10 +203,8 @@ def create_connection(conn_id_name: str, cluster_id: str):
         wait_cluster_paused,
         resume_cluster,
         wait_cluster_available_after_resume,
-        set_up_connection,
         create_table_redshift_data,
         insert_data,
-        drop_table,

Review Comment:
   Wasn't this meant to be replaced with another implementation that doesn't 
use the SQL connection?



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