This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 2213635  Sanity check for MySQL's TIMESTAMP column (#19821)
     add 1d2f2d3  Organize Step Function classes in Amazon provider (#20158)

No new revisions were added by this update.

Summary of changes:
 ...unction_start_execution.py => step_function.py} | 45 +++++++++++++
 .../step_function_get_execution_output.py          | 55 +++-------------
 .../aws/operators/step_function_start_execution.py | 65 +++---------------
 ...step_function_execution.py => step_function.py} |  0
 .../amazon/aws/sensors/step_function_execution.py  | 76 +++-------------------
 airflow/providers/amazon/provider.yaml             |  2 +
 dev/provider_packages/prepare_provider_packages.py |  2 +
 tests/deprecated_classes.py                        | 14 ++++
 ...on_start_execution.py => test_step_function.py} | 66 ++++++++++++++++---
 .../test_step_function_get_execution_output.py     | 69 --------------------
 ...function_execution.py => test_step_function.py} |  8 +--
 11 files changed, 150 insertions(+), 252 deletions(-)
 copy airflow/providers/amazon/aws/operators/{step_function_start_execution.py 
=> step_function.py} (67%)
 copy airflow/providers/amazon/aws/sensors/{step_function_execution.py => 
step_function.py} (100%)
 rename 
tests/providers/amazon/aws/operators/{test_step_function_start_execution.py => 
test_step_function.py} (59%)
 delete mode 100644 
tests/providers/amazon/aws/operators/test_step_function_get_execution_output.py
 rename tests/providers/amazon/aws/sensors/{test_step_function_execution.py => 
test_step_function.py} (94%)

Reply via email to