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



##########
File path: tests/deprecated_classes.py
##########
@@ -1518,6 +1518,16 @@
         
'airflow.providers.amazon.aws.operators.s3_file_transform.S3FileTransformOperator',
         'airflow.operators.s3_file_transform_operator.S3FileTransformOperator',
     ),
+    (
+        
'airflow.providers.amazon.aws.operators.step_function.StepFunctionStartExecutionOperator',
+        'airflow.providers.amazon.aws.operators.s3_file_transform_operator.'
+        'StepFunctionStartExecutionOperator',

Review comment:
       what is this extra entry?

##########
File path: tests/deprecated_classes.py
##########
@@ -1518,6 +1518,16 @@
         
'airflow.providers.amazon.aws.operators.s3_file_transform.S3FileTransformOperator',
         'airflow.operators.s3_file_transform_operator.S3FileTransformOperator',
     ),
+    (
+        
'airflow.providers.amazon.aws.operators.step_function.StepFunctionStartExecutionOperator',
+        'airflow.providers.amazon.aws.operators.s3_file_transform_operator.'
+        'StepFunctionStartExecutionOperator',
+    ),
+    (
+        
'airflow.providers.amazon.aws.operators.step_function.StepFunctionGetExecutionOutputOperator',
+        
'airflow.providers.amazon.aws.operators.step_function_get_execution_output.'
+        'StepFunctionGetExecutionOutputOperator',

Review comment:
       same question

##########
File path: tests/deprecated_classes.py
##########
@@ -1518,6 +1518,16 @@
         
'airflow.providers.amazon.aws.operators.s3_file_transform.S3FileTransformOperator',
         'airflow.operators.s3_file_transform_operator.S3FileTransformOperator',
     ),
+    (
+        
'airflow.providers.amazon.aws.operators.step_function.StepFunctionStartExecutionOperator',
+        'airflow.providers.amazon.aws.operators.s3_file_transform_operator.'

Review comment:
       this is a wrong file name




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