This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 816c70ce15c Revert "Fix fetch_access_token_for_cluster in EKS hook"
(#45526)
add f63edb6a18b AIP-66: Revert bundle parsing (#45531)
No new revisions were added by this update.
Summary of changes:
.../local_commands/dag_processor_command.py | 1 +
airflow/dag_processing/bundles/manager.py | 17 -
airflow/dag_processing/collection.py | 16 +-
airflow/dag_processing/manager.py | 230 ++++-------
airflow/jobs/scheduler_job_runner.py | 2 +
airflow/models/dag.py | 21 +-
airflow/models/dagbag.py | 20 +-
airflow/utils/file.py | 9 +
.../api_endpoints/test_dag_run_endpoint.py | 25 +-
.../api_endpoints/test_dag_source_endpoint.py | 24 +-
providers/tests/fab/auth_manager/conftest.py | 7 +-
providers/tests/openlineage/plugins/test_utils.py | 10 +-
tests/api_connexion/conftest.py | 7 +-
tests/api_connexion/endpoints/test_dag_parsing.py | 14 +-
.../endpoints/test_dag_run_endpoint.py | 4 +-
.../endpoints/test_dag_source_endpoint.py | 13 +-
.../endpoints/test_extra_link_endpoint.py | 4 +-
.../test_mapped_task_instance_endpoint.py | 4 +-
.../api_connexion/endpoints/test_task_endpoint.py | 5 +-
.../endpoints/test_task_instance_endpoint.py | 8 +-
tests/api_fastapi/conftest.py | 9 +-
.../core_api/routes/public/test_dag_parsing.py | 15 +-
.../core_api/routes/public/test_dag_run.py | 2 +-
.../core_api/routes/public/test_dag_sources.py | 13 +-
.../core_api/routes/public/test_dag_tags.py | 3 +-
.../core_api/routes/public/test_dags.py | 4 +-
.../core_api/routes/public/test_extra_links.py | 4 +-
.../core_api/routes/public/test_task_instances.py | 20 +-
.../api_fastapi/core_api/routes/ui/test_assets.py | 2 +-
.../core_api/routes/ui/test_dashboard.py | 2 +-
.../core_api/routes/ui/test_structure.py | 4 +-
.../commands/remote_commands/test_asset_command.py | 6 +-
.../remote_commands/test_backfill_command.py | 7 +-
.../commands/remote_commands/test_dag_command.py | 27 +-
.../commands/remote_commands/test_task_command.py | 8 +-
tests/conftest.py | 36 --
.../bundles/test_dag_bundle_manager.py | 16 +-
tests/dag_processing/test_collection.py | 51 +--
tests/dag_processing/test_manager.py | 456 ++++++++-------------
tests/jobs/test_scheduler_job.py | 305 ++++++++------
tests/models/test_dag.py | 68 +--
tests/models/test_dagcode.py | 11 +-
tests/models/test_dagrun.py | 8 +-
tests/models/test_serialized_dag.py | 14 +-
tests/models/test_taskinstance.py | 12 +-
tests/operators/test_trigger_dagrun.py | 128 +++---
tests/sensors/test_external_task_sensor.py | 4 +-
tests/utils/test_file.py | 34 +-
tests/www/views/conftest.py | 6 +-
tests/www/views/test_views_acl.py | 2 +-
tests/www/views/test_views_decorators.py | 8 +-
tests/www/views/test_views_log.py | 7 +-
tests/www/views/test_views_tasks.py | 6 +-
tests_common/pytest_plugin.py | 13 -
tests_common/test_utils/db.py | 36 +-
55 files changed, 713 insertions(+), 1075 deletions(-)