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 2022/07/29 08:58:58 UTC

[airflow] branch main updated (4e786e31bc -> c546d25c94)

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 4e786e31bc Check expand_kwargs() input type before unmapping (#25355)
     add c546d25c94 Change stdout and stderr access mode to append in commands (#25253)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/celery_command.py        | 10 ++++++++--
 airflow/cli/commands/dag_processor_command.py |  5 ++++-
 airflow/cli/commands/kerberos_command.py      |  5 ++++-
 airflow/cli/commands/scheduler_command.py     |  5 ++++-
 airflow/cli/commands/triggerer_command.py     |  5 ++++-
 airflow/cli/commands/webserver_command.py     |  5 ++++-
 tests/cli/commands/test_celery_command.py     |  6 ++++--
 tests/cli/commands/test_kerberos_command.py   |  6 ++++--
 8 files changed, 36 insertions(+), 11 deletions(-)