This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from fcd100cc022 docs: replace webserver with api-server in quick start
(#49333)
add 77cf5d52c1b Revert "use key in dict instead of key in dict.keys in
Airflow core (#49255)" (#49322)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/dag_processing/bundles/manager.py | 2 +-
airflow-core/src/airflow/metrics/otel_logger.py | 2 +-
airflow-core/src/airflow/models/taskinstance.py | 2 +-
airflow-core/src/airflow/secrets/local_filesystem.py | 2 +-
airflow-core/src/airflow/security/permissions.py | 2 +-
airflow-core/src/airflow/utils/dag_cycle_tester.py | 2 +-
airflow-core/tests/unit/always/test_secrets_local_filesystem.py | 2 +-
.../unit/api_fastapi/core_api/routes/public/test_connections.py | 2 +-
.../api_fastapi/core_api/routes/public/test_task_instances.py | 6 +++---
airflow-core/tests/unit/dag_processing/test_manager.py | 4 ++--
airflow-core/tests/unit/models/test_serialized_dag.py | 2 +-
airflow-core/tests/unit/utils/test_log_handlers.py | 8 ++++----
airflow-core/tests/unit/utils/test_otel_utils.py | 4 ++--
13 files changed, 20 insertions(+), 20 deletions(-)