mik-laj commented on a change in pull request #8012: Individual package READMEs
URL: https://github.com/apache/airflow/pull/8012#discussion_r400410795
 
 

 ##########
 File path: tests/test_core_to_contrib.py
 ##########
 @@ -1389,6 +1389,51 @@
         
'airflow.providers.mysql.operators.presto_to_mysql.PrestoToMySqlTransfer',
         'airflow.operators.presto_to_mysql.PrestoToMySqlTransfer',
     ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLBaseOperator',
+        'airflow.contrib.operators.gcp_sql_operator.CloudSqlBaseOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLCreateInstanceDatabaseOperator',
+        
'airflow.contrib.operators.gcp_sql_operator.CloudSqlInstanceDatabaseCreateOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLCreateInstanceOperator',
+        
'airflow.contrib.operators.gcp_sql_operator.CloudSqlInstanceCreateOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLDeleteInstanceDatabaseOperator',
+        
'airflow.contrib.operators.gcp_sql_operator.CloudSqlInstanceDatabaseDeleteOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLDeleteInstanceOperator',
+        
'airflow.contrib.operators.gcp_sql_operator.CloudSqlInstanceDeleteOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLExecuteQueryOperator',
+        'airflow.contrib.operators.gcp_sql_operator.CloudSqlQueryOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLExportInstanceOperator',
+        
'airflow.contrib.operators.gcp_sql_operator.CloudSqlInstanceExportOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLImportInstanceOperator',
+        
'airflow.contrib.operators.gcp_sql_operator.CloudSqlInstanceImportOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLInstancePatchOperator',
+        
'airflow.contrib.operators.gcp_sql_operator.CloudSqlInstancePatchOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_sql.CloudSQLPatchInstanceDatabaseOperator',
+        
'airflow.contrib.operators.gcp_sql_operator.CloudSqlInstanceDatabasePatchOperator'
+    ),
+    (
+        
'airflow.providers.google.cloud.operators.cloud_storage_transfer_service'
+        '.CloudDataTransferServiceS3ToGCSOperator',
+        
'airflow.contrib.operators.s3_to_gcs_transfer_operator.CloudDataTransferServiceS3ToGCSOperator'
+    ),
 
 Review comment:
   We could move it to another PR, but I had to do it to generate a table  for 
README.md.

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


With regards,
Apache Git Services

Reply via email to