You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/10 10:44:42 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #20158: 20139 - organize aws step_function

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org