eladkal commented on a change in pull request #20156:
URL: https://github.com/apache/airflow/pull/20156#discussion_r765989136



##########
File path: tests/deprecated_classes.py
##########
@@ -975,6 +975,26 @@
         "airflow.providers.amazon.aws.operators.batch.AwsBatchOperator",
         "airflow.contrib.operators.awsbatch_operator.AWSBatchOperator",
     ),
+    (
+        "airflow.providers.amazon.aws.operators.dms.DmsCreateTaskOperator",
+        
"airflow.providers.amazon.aws.operators.dms_create_task.DmsCreateTaskOperator",
+    ),
+    (
+        "airflow.providers.amazon.aws.operators.dms.DmsDeleteTaskOperator",
+        
"airflow.providers.amazon.aws.operators.dms_delete_task.DmsDeleteTaskOperator",
+    ),
+    (
+        "airflow.providers.amazon.aws.operators.dms.DmsDescribeTasksOperator",
+        
"airflow.providers.amazon.aws.operators.dms_describe_task.DmsDescribeTasksOperator",

Review comment:
       ```suggestion
           
"airflow.providers.amazon.aws.operators.dms_describe_tasks.DmsDescribeTasksOperator",
   ```
   
   You have a wrong file name which causes the test to fail.




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