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 6bdf1e94d8b Add missing changelog provider for Git (#54496)
add 09efdffd617 Move DagBag to SDK and make it return SDK DAG objects
(#53918)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/api/common/trigger_dag.py | 17 +-
.../api_fastapi/core_api/routes/public/assets.py | 1 -
.../api_fastapi/core_api/routes/public/dag_run.py | 3 +-
.../core_api/services/public/task_instances.py | 1 -
.../src/airflow/cli/commands/dag_command.py | 18 +-
airflow-core/src/airflow/models/dag.py | 29 +--
airflow-core/src/airflow/models/dagbag.py | 205 ++++++---------------
.../airflow/serialization/serialized_objects.py | 4 +-
airflow-core/src/airflow/utils/cli.py | 15 +-
.../core_api/routes/public/test_dag_parsing.py | 6 +-
.../core_api/routes/public/test_dag_sources.py | 2 +-
.../core_api/routes/public/test_task_instances.py | 6 +-
.../core_api/routes/ui/test_dashboard.py | 6 +-
.../api_fastapi/core_api/routes/ui/test_grid.py | 5 +-
.../core_api/routes/ui/test_structure.py | 8 +-
.../tests/unit/cli/commands/test_dag_command.py | 13 +-
.../tests/unit/cli/commands/test_task_command.py | 14 +-
.../tests/unit/dag_processing/test_collection.py | 10 +-
.../tests/unit/dag_processing/test_manager.py | 10 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 29 ++-
airflow-core/tests/unit/models/test_dagbag.py | 197 +-------------------
devel-common/src/tests_common/pytest_plugin.py | 22 +--
devel-common/src/tests_common/test_utils/db.py | 26 ++-
.../databricks/plugins/databricks_workflow.py | 40 ++--
.../databricks/plugins/test_databricks_workflow.py | 10 +-
.../fab/auth_manager/security_manager/override.py | 25 ++-
.../fab/tests/unit/fab/auth_manager/conftest.py | 10 -
.../tests/unit/fab/auth_manager/test_security.py | 48 ++++-
providers/fab/tests/unit/fab/www/views/conftest.py | 4 +-
.../providers/standard/operators/trigger_dagrun.py | 13 +-
.../providers/standard/utils/sensor_helper.py | 5 +-
.../airflow/providers/standard/version_compat.py | 4 +-
.../standard/sensors/test_external_task_sensor.py | 39 ++--
33 files changed, 308 insertions(+), 537 deletions(-)