You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fe...@apache.org on 2020/06/22 08:15:22 UTC

[airflow] branch master updated (3235670 -> d7de735)

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

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


    from 3235670  Add unit tests for OracleOperator (#9469)
     add d7de735  Move out weekday from airflow.contrib (#9388)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                            |  7 ++++++
 airflow/contrib/utils/weekday.py       | 41 +++++++---------------------------
 airflow/sensors/weekday_sensor.py      |  8 +++----
 airflow/{contrib => }/utils/weekday.py |  1 -
 tests/sensors/test_weekday_sensor.py   |  2 +-
 tests/utils/test_weekday.py            |  2 +-
 6 files changed, 21 insertions(+), 40 deletions(-)
 copy airflow/{contrib => }/utils/weekday.py (99%)