This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d8961101b03 Add MongoToGCSOperator to copy MongoDB collections to GCS
(#66013)
add b2a840d68c8 Load example DAGs from providers via ProvidersManager
(continuation of #57320) (#66161)
No new revisions were added by this update.
Summary of changes:
airflow-core/newsfragments/66161.significant.rst | 12 ++
.../src/airflow/dag_processing/bundles/manager.py | 71 ++++++++++
airflow-core/src/airflow/dag_processing/dagbag.py | 26 ----
airflow-core/src/airflow/example_dags/standard | 1 -
airflow-core/tests/integration/otel/test_otel.py | 2 +-
.../tests/unit/always/test_example_dags.py | 3 -
airflow-core/tests/unit/api_fastapi/conftest.py | 3 +-
.../core_api/routes/public/test_backfills.py | 2 +-
.../core_api/routes/public/test_dag_parsing.py | 4 +-
.../core_api/routes/public/test_dag_sources.py | 2 +-
.../core_api/routes/public/test_task_instances.py | 50 +++----
.../tests/unit/cli/commands/test_asset_command.py | 4 +-
.../unit/cli/commands/test_backfill_command.py | 4 +-
.../tests/unit/cli/commands/test_dag_command.py | 33 ++---
.../tests/unit/cli/commands/test_pool_command.py | 2 +-
.../tests/unit/cli/commands/test_task_command.py | 18 ++-
.../tests/unit/cli/commands/test_team_command.py | 2 +-
.../unit/cli/commands/test_variable_command.py | 2 +-
airflow-core/tests/unit/cli/conftest.py | 2 +-
.../tests/unit/core/test_impersonation_tests.py | 2 +-
.../bundles/test_dag_bundle_manager.py | 11 +-
.../tests/unit/dag_processing/test_dagbag.py | 148 +++++++++++----------
.../tests/unit/dag_processing/test_manager.py | 3 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 16 +--
airflow-core/tests/unit/models/test_dag.py | 10 +-
airflow-core/tests/unit/models/test_dagcode.py | 18 ++-
airflow-core/tests/unit/models/test_dagrun.py | 2 +-
.../tests/unit/models/test_serialized_dag.py | 22 +--
.../unit/serialization/test_dag_serialization.py | 6 +-
devel-common/src/tests_common/pytest_plugin.py | 17 ++-
devel-common/src/tests_common/test_utils/db.py | 43 +++++-
providers/fab/tests/unit/fab/www/views/conftest.py | 3 +-
.../unit/google/cloud/operators/test_dataproc.py | 2 +-
.../unit/google/cloud/operators/test_looker.py | 2 +-
.../unit/openlineage/plugins/test_execution.py | 2 -
.../unit/standard/operators/test_trigger_dagrun.py | 2 +-
.../standard/sensors/test_external_task_sensor.py | 32 ++++-
.../tests/unit/standard/sensors/test_time_delta.py | 17 ++-
.../tests/unit/standard/sensors/test_weekday.py | 12 +-
39 files changed, 391 insertions(+), 222 deletions(-)
create mode 100644 airflow-core/newsfragments/66161.significant.rst
delete mode 120000 airflow-core/src/airflow/example_dags/standard