You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2021/12/21 10:01:37 UTC

[airflow] branch main updated (85bedd0 -> 9876e19)

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

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


    from 85bedd0  Clean up JenkinsJobTriggerOperator (#19019)
     add 9876e19  Un-ignore DeprecationWarning (#20322)

No new revisions were added by this update.

Summary of changes:
 airflow/models/taskinstance.py                     | 40 +++++------
 airflow/operators/datetime.py                      |  2 +-
 airflow/operators/python.py                        | 26 ++++---
 airflow/operators/weekday.py                       |  2 +-
 airflow/providers/http/operators/http.py           | 10 +--
 airflow/providers/http/sensors/http.py             |  7 +-
 airflow/sensors/external_task.py                   | 24 +++----
 airflow/sensors/weekday.py                         |  2 +-
 airflow/utils/context.py                           | 35 ++++++++++
 airflow/utils/context.pyi                          |  5 +-
 airflow/utils/helpers.py                           |  2 +-
 .../log/task_handler_with_custom_formatter.py      |  4 +-
 airflow/utils/operator_helpers.py                  | 80 +++++++++++++++++-----
 scripts/ci/images/ci_run_docker_tests.py           |  2 -
 scripts/ci/kubernetes/ci_run_kubernetes_tests.sh   |  7 +-
 scripts/in_container/entrypoint_ci.sh              |  2 -
 tests/cli/commands/test_task_command.py            |  2 +
 tests/core/test_core.py                            | 21 +++---
 tests/operators/test_email.py                      |  2 +-
 tests/operators/test_python.py                     |  9 ++-
 tests/operators/test_trigger_dagrun.py             |  2 +-
 tests/providers/http/sensors/test_http.py          |  4 +-
 tests/sensors/test_external_task_sensor.py         |  8 +--
 tests/utils/test_log_handlers.py                   |  6 +-
 24 files changed, 192 insertions(+), 112 deletions(-)