ashb commented on a change in pull request #12596:
URL: https://github.com/apache/airflow/pull/12596#discussion_r530268958



##########
File path: tests/operators/test_generic_transfer.py
##########
@@ -55,12 +55,12 @@ def tearDown(self):
     )
     def test_mysql_to_mysql(self, client):
         with MySqlContext(client):
-            sql = "SELECT * FROM INFORMATION_SCHEMA.TABLES LIMIT 100;"
+            sql = "SELECT * FROM connection;"
             op = GenericTransfer(
                 task_id='test_m2m',
                 preoperator=[
                     "DROP TABLE IF EXISTS test_mysql_to_mysql",
-                    "CREATE TABLE IF NOT EXISTS test_mysql_to_mysql LIKE 
INFORMATION_SCHEMA.TABLES",

Review comment:
       Don't think you wanted this change




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to