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

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


    from 1872d87  Add Apache Beam operators (#12814)
     add ffd05e6  Add WeekDayBranchOperator (#13997)

No new revisions were added by this update.

Summary of changes:
 .../example_branch_day_of_week_operator.py         |  31 ++-
 airflow/{sensors => operators}/weekday.py          |  77 +++---
 docs/apache-airflow/howto/operator/index.rst       |   1 +
 .../howto/operator/weekday.rst}                    |  15 +-
 tests/operators/test_weekday.py                    | 264 +++++++++++++++++++++
 5 files changed, 332 insertions(+), 56 deletions(-)
 copy tests/dags/test_missing_owner.py => 
airflow/example_dags/example_branch_day_of_week_operator.py (55%)
 copy airflow/{sensors => operators}/weekday.py (58%)
 copy docs/{apache-airflow-providers-amazon/operators/transfer/index.rst => 
apache-airflow/howto/operator/weekday.rst} (64%)
 create mode 100644 tests/operators/test_weekday.py

Reply via email to