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 2f77633 Don't die when masking `log.exception` when there is no
exception (#16047)
add 3db347e Introduce compat shim airflow.compat.functools (#15969)
No new revisions were added by this update.
Summary of changes:
airflow/cli/commands/connection_command.py | 3 +--
airflow/cli/commands/kubernetes_command.py | 3 +--
airflow/cli/simple_table.py | 2 +-
.../zendesk/hooks => airflow/compat}/__init__.py | 0
.../a_system_exit.py => airflow/compat/functools.py | 20 +++++++++++---------
airflow/configuration.py | 3 +--
airflow/kubernetes/pod_generator.py | 2 +-
airflow/kubernetes/refresh_config.py | 2 +-
airflow/models/baseoperator.py | 6 +-----
airflow/operators/bash.py | 6 +-----
airflow/operators/sql.py | 6 +-----
airflow/providers_manager.py | 2 +-
airflow/secrets/local_filesystem.py | 2 +-
airflow/utils/log/log_reader.py | 6 +-----
airflow/utils/log/secrets_masker.py | 15 +--------------
airflow/utils/yaml.py | 2 +-
airflow/www/views.py | 3 +--
17 files changed, 26 insertions(+), 57 deletions(-)
copy {tests/providers/zendesk/hooks => airflow/compat}/__init__.py (100%)
copy tests/dags_with_system_exit/a_system_exit.py =>
airflow/compat/functools.py (67%)