You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/02/07 12:32:28 UTC

[airflow] branch master updated (a374db5 -> 31b6918)

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

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


    from a374db5  Add statsd extraMappings option to helm chart (#14029)
     add 31b6918  BashOperator to raise AirflowSkipException on exit code 127 (#13421)

No new revisions were added by this update.

Summary of changes:
 airflow/example_dags/example_bash_operator.py      | 11 ++-
 airflow/operators/bash.py                          | 41 +++++++++---
 docs/apache-airflow/howto/operator/bash.rst        | 12 ++++
 tests/api/common/experimental/test_mark_tasks.py   | 78 +++++++++++++---------
 tests/cli/commands/test_kubernetes_command.py      |  4 +-
 .../dags/test_miscellaneous.py                     | 56 ++++++++--------
 tests/jobs/test_backfill_job.py                    |  4 +-
 tests/operators/test_bash.py                       |  7 +-
 8 files changed, 140 insertions(+), 73 deletions(-)
 copy airflow/example_dags/example_bash_operator.py => tests/dags/test_miscellaneous.py (63%)