This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9d48f7c88a4 Add backward compatibility layer for dag_cycle_tester
(#54169)
add afb34c00909 feat(cli): add YAML/ENV support to `airflow variables
import` (#53726)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/cli/commands/variable_command.py | 22 +++++++---
airflow-core/src/airflow/exceptions.py | 8 ++++
.../src/airflow/secrets/local_filesystem.py | 29 +++++++-----
.../unit/always/test_secrets_local_filesystem.py | 51 +++++++++++++++-------
.../unit/cli/commands/test_variable_command.py | 7 ++-
5 files changed, 82 insertions(+), 35 deletions(-)