This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-15e4357411
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 4464b55e517 Upgrade simple auth manager assets only
discard abe5f75ceb3 Bump the core-ui-package-updates group across 2
directories with 24 updates
add 281b7cc4aab Add missing clear to clear_all (#48496)
add f1ffd9df08b And reset SQL_ALCHEMY_CONN too (#48506)
add 831f12ad7e2 Refactor core_api test_client to add api prefix
automatically (#48181)
add 652c21104a2 Disable slack and aws configure action (#48514)
add aee7ad27dec Fix Worker crash on API Server Error (#48517)
add 075d0dd304d Remove commented code (#48521)
add d664a526387 Remove unused `num_times_parse_dags` attribute from
SchedulerJobRunner (#48419)
add 2a06fef9b5d Enable aws-action and slack action (#48519)
add fcc9b98025b Release notes for helm chart 1.16.0 (#48525)
add 513bba7a659 Don't add auth token to git bundle view urls (#48516)
add cef85f3bc55 Swap DAG Version details table to show id vs number
(#48509)
add 5479d0b3875 Fix logical_date error in BranchDateTimeOperator and
BranchDayOfWeekOperator (#48486)
add fb67e128cf2 Move BaseOperator to `airflow/sdk/bases/operator.py`
(#48529)
add 8c3a30e3ffc Fix xcom_pull error when value is dataframe type (#48526)
add 25c4b6bf1be Fix bug in `previous-successful-dagrun` Execution API
endpoint (#48520)
add 3761024cb1d Ensure a `WatchedSubprocess` redacts only its values and
not parent processes' (#48527)
add 991fb2f17b3 Remove Upper Pin package microsoft-kiota-abstractions
(#48461)
add 1e8b62d7fd6 Revert "Remove Upper Pin package
microsoft-kiota-abstractions (#48461)" (#48535)
add e84e7a53564 feat(migraitons): remove dataset with duplicate uri when
downgrading (#48501)
add 85e61d07f0c docs(newsfragment): update the base operator path changed
in #48529 (#48540)
add d862ad92cea add 404 response for invalid routes (#48545)
add 47002feacd8 Upgrade ruff to latest version (#48553)
add 7fb562487d3 Fix new import paths in Newsfragment (#48551)
add 40f39929b20 Fix image URL in IDE onboarding doc (#48549)
add 78b875f3d4b Sort children when deserializing DAG (#48534)
add ecc0e0e13c4 Fix failing eks tests with new moto 5.1.2 (#48556)
add a243e24ea71 add nbconvert to papermill operator (#48222)
add 9114529d37a Changed min version for common sql to 1.23.0 in
apache-airflow-providers-postgres (#48416)
add 0afaa5d8165 fix: add explicit requirement for OpenLineage version on
DBT function (#47999)
add 6a22981716b Add authentication section in FAB auth manager API
documentation (#48455)
add 482469463e7 Add condition to check dag version is undefined or not
(#48478)
add ac3090d7768 Checking modification timestamps only when newer_than
parameter is present (#48063)
add 5f535286352 Removed Prompt to ease copy paste (#48518)
add 88c20aeb5bb add message_id, reply_to, and message_headers to send
message operator (#47522)
add 015b9762f56 Update login alert and remove unused params (#48543)
add 3ed061c8211 Added a git clean command to remove untracked files
(#48555)
add cceb4306904 Update influxdb.rst (#48497)
add 7781a7dfb94 docs(newsfragments): uncheck rules modified in
https://github.com/apache/airflow/pull/48551 (#48559)
add a57e5a93ff6 AIP-81 airflowctl Include CI/breeze unit-testing and
distribution commands (#48099)
add 6c573f71ba9 Update providers metadata 2025-03-31 (#48563)
add cfb08bb3bef Remove auto lineage from Airflow (#48421)
add 73513d927f1 Fix newsfragments migration rules content error (#48566)
add 57daf59affe AIP-84 - Add user id when updating notes in dag_run
(#48524)
add b5ccbe50f5b Remove deprecated for February and March 2025 in
providers/google. Deprecation period for LifeScienceHook extended to july 08,
2025. (#48018)
add 9d51688cc76 Bump the core-ui-package-updates group across 2
directories with 24 updates
add 8f6503cd9e0 Upgrade simple auth manager assets only
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4464b55e517)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-15e4357411
(8f6503cd9e0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.dockerignore | 1 +
.github/boring-cyborg.yml | 3 +
...k-tests.yml => airflow-distributions-tests.yml} | 36 +-
.github/workflows/ci.yml | 29 +-
.github/workflows/prod-image-build.yml | 5 +
.pre-commit-config.yaml | 14 +-
Dockerfile | 6 +-
Dockerfile.ci | 4 +-
.../docs/administration-and-deployment/lineage.rst | 95 +-
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/newsfragments/41368.significant.rst | 38 +-
airflow-core/newsfragments/42252.significant.rst | 2 +-
airflow-core/newsfragments/46231.significant.rst | 2 +-
airflow-core/newsfragments/48388.significant.rst | 18 +
airflow-core/src/airflow/api_fastapi/app.py | 3 +-
.../auth/managers/simple/ui/src/login/Login.tsx | 5 +-
.../src/airflow/api_fastapi/core_api/app.py | 2 +-
.../api_fastapi/core_api/openapi/v1-generated.yaml | 24 +
.../api_fastapi/core_api/routes/public/__init__.py | 10 +-
.../core_api/routes/public/dag_report.py | 2 +-
.../api_fastapi/core_api/routes/public/dag_run.py | 13 +-
.../api_fastapi/core_api/routes/public/plugins.py | 2 +-
.../core_api/routes/public/task_instances.py | 2 +-
.../api_fastapi/core_api/routes/public/tasks.py | 4 +-
.../airflow/api_fastapi/core_api/routes/ui/auth.py | 2 +-
.../core_api/services/ui/connections.py | 6 +-
.../execution_api/routes/task_instances.py | 2 +-
.../src/airflow/cli/commands/task_command.py | 2 +-
.../src/airflow/cli/commands/variable_command.py | 3 +-
.../src/airflow/dag_processing/collection.py | 5 +-
airflow-core/src/airflow/dag_processing/manager.py | 6 +-
airflow-core/src/airflow/decorators/base.py | 10 +-
airflow-core/src/airflow/decorators/condition.py | 2 +-
.../example_dags/example_params_ui_tutorial.py | 424 +++---
.../src/airflow/executors/executor_utils.py | 6 +-
airflow-core/src/airflow/io/__init__.py | 10 +-
.../src/airflow/jobs/scheduler_job_runner.py | 9 -
.../src/airflow/jobs/triggerer_job_runner.py | 4 +
airflow-core/src/airflow/lineage/__init__.py | 141 --
airflow-core/src/airflow/lineage/backend.py | 46 -
airflow-core/src/airflow/metrics/statsd_logger.py | 2 +-
airflow-core/src/airflow/metrics/validators.py | 2 +-
.../0036_3_0_0_add_name_field_to_dataset_model.py | 16 +-
.../src/airflow/models/abstractoperator.py | 2 +-
airflow-core/src/airflow/models/baseoperator.py | 19 +-
airflow-core/src/airflow/models/dag.py | 8 +-
airflow-core/src/airflow/models/taskinstance.py | 2 +-
airflow-core/src/airflow/models/taskmap.py | 2 +-
airflow-core/src/airflow/models/xcom.py | 2 +-
airflow-core/src/airflow/policies.py | 2 +-
airflow-core/src/airflow/serialization/helpers.py | 4 +-
airflow-core/src/airflow/serialization/serde.py | 2 +-
.../airflow/serialization/serialized_objects.py | 12 +-
.../airflow/serialization/serializers/builtin.py | 2 +-
.../airflow/serialization/serializers/timezone.py | 4 +-
airflow-core/src/airflow/utils/cli.py | 6 +-
airflow-core/src/airflow/utils/context.py | 2 +-
airflow-core/src/airflow/utils/helpers.py | 4 +-
.../src/airflow/utils/log/logging_mixin.py | 4 +-
airflow-core/src/airflow/utils/session.py | 9 +-
airflow-core/src/airflow/utils/setup_teardown.py | 4 +-
airflow-core/src/airflow/utils/task_group.py | 2 +-
airflow-core/src/airflow/utils/yaml.py | 2 +-
.../tests/unit/always/test_project_structure.py | 14 -
.../auth/managers/test_base_auth_manager.py | 6 +-
airflow-core/tests/unit/api_fastapi/conftest.py | 35 +-
.../core_api/routes/public/test_assets.py | 144 +-
.../core_api/routes/public/test_auth.py | 6 +-
.../core_api/routes/public/test_backfills.py | 44 +-
.../core_api/routes/public/test_config.py | 22 +-
.../core_api/routes/public/test_connections.py | 78 +-
.../core_api/routes/public/test_dag_parsing.py | 12 +-
.../core_api/routes/public/test_dag_report.py | 12 +-
.../core_api/routes/public/test_dag_run.py | 191 +--
.../core_api/routes/public/test_dag_sources.py | 2 +-
.../core_api/routes/public/test_dag_stats.py | 2 +-
.../core_api/routes/public/test_dag_tags.py | 10 +-
.../core_api/routes/public/test_dag_versions.py | 20 +-
.../core_api/routes/public/test_dag_warning.py | 8 +-
.../core_api/routes/public/test_dags.py | 38 +-
.../core_api/routes/public/test_event_logs.py | 14 +-
.../core_api/routes/public/test_extra_links.py | 24 +-
.../core_api/routes/public/test_import_error.py | 18 +-
.../api_fastapi/core_api/routes/public/test_job.py | 8 +-
.../api_fastapi/core_api/routes/public/test_log.py | 36 +-
.../core_api/routes/public/test_monitor.py | 12 +-
.../core_api/routes/public/test_plugins.py | 6 +-
.../core_api/routes/public/test_pools.py | 46 +-
.../core_api/routes/public/test_providers.py | 6 +-
.../core_api/routes/public/test_task_instances.py | 238 ++--
.../core_api/routes/public/test_tasks.py | 2 +-
.../core_api/routes/public/test_variables.py | 52 +-
.../core_api/routes/public/test_version.py | 2 +-
.../core_api/routes/public/test_xcom.py | 38 +-
.../api_fastapi/core_api/routes/test_routes.py | 8 +
.../api_fastapi/core_api/routes/ui/test_assets.py | 6 +-
.../api_fastapi/core_api/routes/ui/test_auth.py | 6 +-
.../core_api/routes/ui/test_backfills.py | 6 +-
.../api_fastapi/core_api/routes/ui/test_config.py | 8 +-
.../core_api/routes/ui/test_connections.py | 6 +-
.../api_fastapi/core_api/routes/ui/test_dags.py | 8 +-
.../core_api/routes/ui/test_dashboard.py | 6 +-
.../core_api/routes/ui/test_dependencies.py | 12 +-
.../api_fastapi/core_api/routes/ui/test_grid.py | 28 +-
.../core_api/routes/ui/test_structure.py | 14 +-
.../versions/head/test_task_instances.py | 33 +
airflow-core/tests/unit/assets/test_evaluation.py | 12 +-
.../tests/unit/cli/commands/test_db_command.py | 6 +-
.../unit/cli/commands/test_legacy_commands.py | 3 +-
airflow-core/tests/unit/cli/test_cli_parser.py | 6 +-
.../tests/unit/core/test_sqlalchemy_config.py | 9 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 12 +-
airflow-core/tests/unit/lineage/test_lineage.py | 203 ---
.../tests/unit/models/test_baseoperator.py | 64 +-
airflow-core/tests/unit/models/test_dag.py | 6 +-
airflow-core/tests/unit/models/test_dagbag.py | 4 +-
.../tests/unit/models/test_renderedtifields.py | 4 +-
.../tests/unit/models/test_taskinstance.py | 14 +-
airflow-core/tests/unit/models/test_xcom_arg.py | 3 +-
.../unit/sensors/test_external_task_sensor.py | 18 +-
.../unit/serialization/test_dag_serialization.py | 18 +-
.../unit/serialization/test_serialized_objects.py | 11 +
.../tests/unit/timetables/test_assets_timetable.py | 42 +-
airflow-core/tests/unit/utils/test_log_handlers.py | 6 +-
airflow-ctl/pyproject.toml | 40 +
airflow-ctl/src/airflowctl/__init__.py | 3 +
airflow-ctl/src/airflowctl/api/client.py | 2 +-
.../airflow_ctl/commands/test_auth_command.py | 3 -
airflow-ctl/tests/conftest.py | 22 +
chart/Chart.yaml | 309 +++-
chart/README.md | 2 +-
chart/RELEASE_NOTES.rst | 104 ++
chart/newsfragments/41411.significant.rst | 3 -
chart/newsfragments/43393.improvement.rst | 1 -
chart/newsfragments/46624.significant.rst | 3 -
chart/newsfragments/47416.significant.rst | 3 -
chart/reproducible_build.yaml | 4 +-
clients/python/test_python_client.py | 2 +-
contributing-docs/03_contributors_quick_start.rst | 10 +-
contributing-docs/08_static_code_checks.rst | 4 +-
.../contributors_quick_start_pycharm.rst | 2 +-
dev/assign_cherry_picked_prs_with_milestone.py | 4 +-
dev/breeze/doc/05_test_commands.rst | 20 +
dev/breeze/doc/09_release_management_tasks.rst | 54 +-
dev/breeze/doc/images/output-commands.svg | 4 +-
.../doc/images/output_release-management.svg | 14 +-
.../doc/images/output_release-management.txt | 2 +-
...anagement_prepare-airflow-ctl-distributions.svg | 124 ++
...anagement_prepare-airflow-ctl-distributions.txt | 1 +
.../output_setup_check-all-params-in-groups.svg | 56 +-
.../output_setup_check-all-params-in-groups.txt | 2 +-
.../output_setup_regenerate-command-images.svg | 58 +-
.../output_setup_regenerate-command-images.txt | 2 +-
dev/breeze/doc/images/output_static-checks.svg | 2 +-
dev/breeze/doc/images/output_static-checks.txt | 2 +-
dev/breeze/doc/images/output_testing.svg | 30 +-
dev/breeze/doc/images/output_testing.txt | 2 +-
.../images/output_testing_airflow-ctl-tests.svg | 196 +++
.../images/output_testing_airflow-ctl-tests.txt | 1 +
.../airflow_breeze/commands/ci_image_commands.py | 3 +-
.../src/airflow_breeze/commands/main_command.py | 10 +
.../commands/release_management_commands.py | 160 ++-
.../commands/release_management_commands_config.py | 17 +
.../src/airflow_breeze/commands/setup_commands.py | 6 +-
.../airflow_breeze/commands/testing_commands.py | 79 +-
.../commands/testing_commands_config.py | 16 +
dev/breeze/src/airflow_breeze/global_constants.py | 26 +
.../src/airflow_breeze/params/shell_params.py | 3 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 2 +-
.../prepare_providers/provider_documentation.py | 3 +-
.../airflow_breeze/utils/add_back_references.py | 2 +-
.../airflow_breeze/utils/docker_command_utils.py | 3 +-
dev/breeze/src/airflow_breeze/utils/github.py | 6 +-
.../src/airflow_breeze/utils/kubernetes_utils.py | 12 +-
dev/breeze/src/airflow_breeze/utils/packages.py | 8 +-
dev/breeze/src/airflow_breeze/utils/path_utils.py | 4 +
.../airflow_breeze/utils/provider_dependencies.py | 3 +-
dev/breeze/src/airflow_breeze/utils/run_tests.py | 3 +
dev/breeze/src/airflow_breeze/utils/run_utils.py | 3 +-
.../src/airflow_breeze/utils/selective_checks.py | 27 +
dev/breeze/src/airflow_breeze/utils/versions.py | 2 +-
.../tests/test_pytest_args_for_test_types.py | 7 +
dev/breeze/tests/test_selective_checks.py | 52 +-
dev/mypy/plugin/outputs.py | 2 +-
dev/prepare_bulk_issues.py | 2 +-
dev/system_tests/update_issue_status.py | 3 +-
devel-common/pyproject.toml | 2 +-
devel-common/src/tests_common/pytest_plugin.py | 25 +-
.../src/tests_common/test_utils/api_fastapi.py | 17 +-
devel-common/src/tests_common/test_utils/compat.py | 3 +-
devel-common/src/tests_common/test_utils/db.py | 3 +
.../src/tests_common/test_utils/system_tests.py | 6 +-
docker_tests/test_prod_image.py | 10 +-
docs/conf.py | 1 -
docs/exts/docs_build/package_filter.py | 2 +-
docs/exts/exampleinclude.py | 3 -
docs/helm-chart/index.rst | 2 +-
generated/provider_dependencies.json | 6 +-
generated/provider_metadata.json | 104 ++
helm_tests/airflow_aux/test_airflow_common.py | 12 +-
helm_tests/airflow_aux/test_basic_helm_chart.py | 12 +-
kubernetes_tests/test_base.py | 16 +-
.../performance_dag/performance_dag_utils.py | 3 +-
.../airflow/providers/alibaba/cloud/hooks/oss.py | 4 +-
.../tests/unit/alibaba/cloud/utils/test_utils.py | 2 +-
providers/amazon/pyproject.toml | 2 +-
.../amazon/aws/auth_manager/aws_auth_manager.py | 26 +-
.../amazon/aws/executors/ecs/ecs_executor.py | 2 +-
.../providers/amazon/aws/hooks/athena_sql.py | 4 +-
.../providers/amazon/aws/hooks/batch_client.py | 3 +-
.../src/airflow/providers/amazon/aws/hooks/dms.py | 4 +-
.../providers/amazon/aws/hooks/redshift_data.py | 3 +-
.../providers/amazon/aws/hooks/sagemaker.py | 2 +-
.../airflow/providers/amazon/aws/links/athena.py | 3 +-
.../airflow/providers/amazon/aws/operators/eks.py | 6 +-
.../providers/amazon/aws/operators/sagemaker.py | 8 +-
.../providers/amazon/aws/sensors/glacier.py | 2 +-
.../src/airflow/providers/amazon/aws/sensors/s3.py | 2 +-
.../providers/amazon/aws/transfers/mongo_to_s3.py | 4 +-
.../providers/amazon/aws/transfers/sql_to_s3.py | 2 +-
.../airflow/providers/amazon/get_provider_info.py | 2 +-
.../amazon/tests/system/amazon/aws/example_dms.py | 2 +-
.../tests/system/amazon/aws/example_sagemaker.py | 4 +-
.../amazon/aws/example_sagemaker_endpoint.py | 2 +-
.../aws/executors/batch/test_batch_executor.py | 4 +-
.../amazon/tests/unit/amazon/aws/fs/test_s3.py | 9 +-
.../amazon/tests/unit/amazon/aws/hooks/test_eks.py | 5 +-
.../amazon/tests/unit/amazon/aws/hooks/test_s3.py | 6 +-
.../tests/unit/amazon/aws/links/test_base_aws.py | 12 +-
.../tests/unit/amazon/aws/links/test_batch.py | 3 +-
.../tests/unit/amazon/aws/links/test_sagemaker.py | 3 +-
.../tests/unit/amazon/aws/operators/test_eks.py | 12 +-
.../amazon/aws/operators/test_emr_containers.py | 6 +-
.../aws/operators/test_emr_create_job_flow.py | 6 +-
.../aws/operators/test_emr_terminate_job_flow.py | 6 +-
.../amazon/aws/operators/test_redshift_cluster.py | 24 +-
.../amazon/aws/secrets/test_systems_manager.py | 9 +-
.../unit/amazon/aws/sensors/test_emr_containers.py | 6 +-
.../unit/amazon/aws/sensors/test_emr_job_flow.py | 6 +-
.../tests/unit/amazon/aws/sensors/test_glacier.py | 2 +-
.../amazon/aws/sensors/test_redshift_cluster.py | 6 +-
.../amazon/aws/transfers/test_s3_to_dynamodb.py | 6 +-
.../amazon/aws/utils/test_connection_wrapper.py | 6 +-
.../tests/unit/apache/beam/operators/test_beam.py | 12 +-
.../airflow/providers/apache/drill/hooks/drill.py | 2 +-
.../tests/unit/apache/druid/hooks/test_druid.py | 9 +-
.../system/apache/hive/example_twitter_dag.py | 4 +-
.../unit/apache/hive/operators/test_hive_stats.py | 4 +-
.../unit/apache/hive/transfers/test_s3_to_hive.py | 18 +-
.../unit/apache/spark/hooks/test_spark_jdbc.py | 6 +-
.../apache/spark/hooks/test_spark_jdbc_script.py | 3 +-
.../unit/apache/spark/hooks/test_spark_submit.py | 15 +-
.../unit/apache/spark/operators/test_spark_jdbc.py | 3 +-
.../cncf/kubernetes/operators/spark_kubernetes.py | 2 +-
.../providers/cncf/kubernetes/triggers/pod.py | 4 +-
.../providers/cncf/kubernetes/utils/pod_manager.py | 2 +-
.../airflow/providers/common/io/xcom/__init__.py | 3 +-
.../common/io/example_file_transfer_local_to_s3.py | 2 +-
.../providers/common/sql/hooks/handlers.pyi | 4 +-
.../src/airflow/providers/common/sql/hooks/sql.py | 4 +-
.../src/airflow/providers/common/sql/hooks/sql.pyi | 4 +-
.../airflow/providers/common/sql/operators/sql.py | 13 +-
.../providers/databricks/hooks/databricks_sql.py | 9 +-
.../providers/databricks/utils/databricks.py | 2 +-
.../unit/databricks/operators/test_databricks.py | 6 +-
providers/dbt/cloud/README.rst | 15 +-
providers/dbt/cloud/pyproject.toml | 6 +-
.../providers/dbt/cloud/get_provider_info.py | 6 +-
.../src/airflow/providers/dbt/cloud/hooks/dbt.py | 5 +-
.../providers/dbt/cloud/utils/openlineage.py | 11 +-
.../tests/unit/dbt/cloud/utils/test_openlineage.py | 23 +-
.../airflow/providers/docker/decorators/docker.py | 10 +-
.../tests/unit/docker/operators/test_docker.py | 6 +-
.../unit/docker/operators/test_docker_swarm.py | 6 +-
.../src/airflow/providers/edge/cli/edge_command.py | 4 +-
.../providers/edge/plugins/edge_executor_plugin.py | 10 +-
.../providers/edge/worker_api/routes/logs.py | 3 +-
.../auth_manager/api/auth/backend/basic_auth.py | 7 +-
.../auth_manager/api/auth/backend/kerberos_auth.py | 6 +-
.../fab/auth_manager/api/auth/backend/session.py | 2 +-
.../api_endpoints/role_and_permission_endpoint.py | 17 +-
.../auth_manager/api_endpoints/user_endpoint.py | 15 +-
.../fab/auth_manager/api_fastapi/services/login.py | 4 +-
.../fab/auth_manager/cli_commands/utils.py | 2 +-
.../providers/fab/auth_manager/openapi/v1.yaml | 9 +
.../providers/fab/www/api_connexion/parameters.py | 2 +-
.../providers/fab/www/api_connexion/security.py | 6 +-
providers/fab/src/airflow/providers/fab/www/app.py | 2 +-
.../fab/src/airflow/providers/fab/www/auth.py | 12 +-
.../api_endpoints/remote_user_api_auth_backend.py | 7 +-
.../auth_manager/cli_commands/test_user_command.py | 6 +-
.../git/src/airflow/providers/git/bundles/git.py | 5 +
providers/git/tests/unit/git/bundles/test_git.py | 48 +-
providers/google/docs/changelog.rst | 62 +
providers/google/docs/operators/cloud/mlengine.rst | 171 +--
.../src/airflow/providers/google/ads/hooks/ads.py | 40 +-
.../providers/google/ads/transfers/ads_to_gcs.py | 18 +-
.../providers/google/cloud/hooks/bigquery.py | 17 +-
.../providers/google/cloud/hooks/cloud_batch.py | 3 +-
.../providers/google/cloud/hooks/cloud_build.py | 55 +-
.../providers/google/cloud/hooks/compute.py | 7 +-
.../providers/google/cloud/hooks/dataflow.py | 141 +-
.../providers/google/cloud/hooks/dataform.py | 18 +-
.../providers/google/cloud/hooks/datafusion.py | 3 +-
.../airflow/providers/google/cloud/hooks/gcs.py | 10 +-
.../providers/google/cloud/hooks/life_sciences.py | 2 +-
.../providers/google/cloud/hooks/translate.py | 2 +-
.../google/cloud/hooks/vertex_ai/auto_ml.py | 5 +-
.../cloud/hooks/vertex_ai/batch_prediction_job.py | 2 +-
.../google/cloud/hooks/vertex_ai/custom_job.py | 274 +---
.../cloud/hooks/vertex_ai/endpoint_service.py | 3 +-
.../hooks/vertex_ai/hyperparameter_tuning_job.py | 2 +-
.../google/cloud/hooks/vertex_ai/model_service.py | 3 +-
.../providers/google/cloud/links/dataproc.py | 1 -
.../providers/google/cloud/openlineage/mixins.py | 4 +-
.../providers/google/cloud/operators/automl.py | 2 +-
.../providers/google/cloud/operators/datafusion.py | 23 +-
.../providers/google/cloud/operators/dataproc.py | 144 +-
.../providers/google/cloud/operators/mlengine.py | 1409 +-----------------
.../providers/google/cloud/operators/spanner.py | 3 +-
.../providers/google/cloud/operators/translate.py | 4 +-
.../google/cloud/operators/vertex_ai/auto_ml.py | 12 -
.../google/cloud/operators/vertex_ai/custom_job.py | 23 +-
.../google/cloud/transfers/gcs_to_bigquery.py | 3 +-
.../triggers/cloud_storage_transfer_service.py | 4 +-
.../google/cloud/utils/mlengine_operator_utils.py | 273 ----
.../google/common/auth_backend/google_openid.py | 2 +-
.../providers/google/common/hooks/base_google.py | 35 +-
.../marketing_platform/sensors/display_video.py | 2 +-
.../airflow/providers/google/suite/hooks/drive.py | 4 +-
providers/google/tests/deprecations_ignore.yml | 10 -
.../google/cloud/bigquery/example_bigquery_dts.py | 4 +-
.../cloud/cloud_build/example_cloud_build.py | 20 +-
.../cloud_build/example_cloud_build_trigger.py | 2 +-
.../google/cloud/compute/example_compute_igm.py | 3 +-
.../google/cloud/gcs/example_gcs_to_gdrive.py | 5 +-
.../google/cloud/gcs/example_gcs_to_sheets.py | 6 +-
.../google/cloud/gcs/example_gdrive_to_gcs.py | 5 +-
.../system/google/cloud/gcs/example_sheets.py | 6 +-
.../google/cloud/gcs/example_sheets_to_gcs.py | 3 +-
.../cloud/sql_to_sheets/example_sql_to_sheets.py | 3 +-
.../cloud/transfers/example_gdrive_to_local.py | 5 +-
.../example_vertex_ai_custom_container.py | 3 +-
.../vertex_ai/example_vertex_ai_pipeline_job.py | 6 +-
.../google/cloud/workflows/example_workflows.py | 4 +-
.../example_datacatalog_search_catalog.py | 2 +-
.../google/datacatalog/example_datacatalog_tags.py | 2 +-
.../marketing_platform/example_campaign_manager.py | 4 +-
.../marketing_platform/example_display_video.py | 6 +-
.../google/tests/unit/google/ads/hooks/test_ads.py | 31 -
.../unit/google/ads/transfers/test_ads_to_gcs.py | 36 +-
.../tests/unit/google/cloud/hooks/test_bigquery.py | 12 +-
.../unit/google/cloud/hooks/test_bigquery_dts.py | 6 +-
.../unit/google/cloud/hooks/test_cloud_build.py | 49 +-
.../tests/unit/google/cloud/hooks/test_dataflow.py | 514 +------
.../tests/unit/google/cloud/hooks/test_dataform.py | 18 +-
.../cloud/hooks/vertex_ai/test_custom_job.py | 204 ---
.../unit/google/cloud/operators/test_bigquery.py | 36 +-
.../google/cloud/operators/test_cloud_build.py | 6 +-
.../unit/google/cloud/operators/test_compute.py | 12 +-
.../unit/google/cloud/operators/test_datafusion.py | 6 +-
.../unit/google/cloud/operators/test_dataproc.py | 130 +-
.../unit/google/cloud/operators/test_mlengine.py | 1506 +-------------------
.../unit/google/cloud/operators/test_vertex_ai.py | 30 +-
.../unit/google/cloud/sensors/test_bigquery.py | 12 +-
.../unit/google/cloud/sensors/test_dataflow.py | 24 +-
.../tests/unit/google/cloud/sensors/test_gcs.py | 12 +-
.../google/cloud/transfers/test_bigquery_to_gcs.py | 6 +-
.../unit/google/cloud/triggers/test_bigquery.py | 6 +-
.../cloud/utils/test_credentials_provider.py | 4 +-
.../cloud/utils/test_mlengine_operator_utils.py | 305 ----
.../unit/google/leveldb/hooks/test_leveldb.py | 6 +-
.../marketing_platform/hooks/test_display_video.py | 63 +-
.../hashicorp/_internal_client/vault_client.py | 3 +-
providers/http/tests/unit/http/hooks/test_http.py | 12 +-
providers/influxdb/docs/connections/influxdb.rst | 2 +-
.../airflow/providers/microsoft/azure/hooks/asb.py | 51 +-
.../microsoft/azure/hooks/container_instance.py | 4 +-
.../microsoft/azure/hooks/data_factory.py | 4 +-
.../providers/microsoft/azure/hooks/data_lake.py | 3 +-
.../providers/microsoft/azure/hooks/wasb.py | 3 +-
.../providers/microsoft/azure/operators/asb.py | 16 +-
.../azure/operators/container_instances.py | 8 +-
.../microsoft/azure/example_adf_run_pipeline.py | 6 +-
.../tests/unit/microsoft/azure/hooks/test_asb.py | 37 +
.../tests/unit/microsoft/azure/hooks/test_wasb.py | 6 +-
.../unit/microsoft/azure/operators/test_asb.py | 68 +-
.../microsoft/azure/operators/test_data_factory.py | 12 +-
.../microsoft/azure/sensors/test_data_factory.py | 15 +-
.../unit/microsoft/azure/sensors/test_wasb.py | 6 +-
.../providers/microsoft/mssql/dialects/mssql.py | 8 +-
.../odbc/src/airflow/providers/odbc/hooks/odbc.py | 4 +-
providers/openlineage/docs/guides/developer.rst | 97 --
.../openlineage/utils/selective_enable.py | 2 +-
.../unit/openlineage/extractors/test_manager.py | 6 +-
providers/papermill/README.rst | 1 +
providers/papermill/pyproject.toml | 1 +
.../providers/papermill/get_provider_info.py | 1 +
.../providers/papermill/operators/papermill.py | 15 +-
.../system/papermill/example_papermill_verify.py | 7 +-
.../unit/papermill/operators/test_papermill.py | 4 -
providers/postgres/README.rst | 2 +-
providers/postgres/pyproject.toml | 2 +-
.../providers/postgres/get_provider_info.py | 2 +-
.../qdrant/operators/test_qdrant_ingest.py | 6 +-
.../src/airflow/providers/sftp/sensors/sftp.py | 24 +-
.../sftp/tests/unit/sftp/sensors/test_sftp.py | 54 +-
.../airflow/providers/smtp/notifications/smtp.py | 2 +-
.../providers/snowflake/operators/snowflake.py | 2 +-
.../unit/snowflake/operators/test_snowflake.py | 6 +-
.../airflow/providers/standard/operators/bash.py | 2 +-
.../providers/standard/operators/datetime.py | 5 +-
.../airflow/providers/standard/operators/python.py | 6 +-
.../providers/standard/operators/weekday.py | 7 +-
.../providers/standard/sensors/external_task.py | 3 +-
.../providers/standard/triggers/external_task.py | 2 +-
.../providers/standard/utils/sensor_helper.py | 2 +-
.../tests/unit/standard/decorators/test_python.py | 12 +-
.../tests/unit/standard/operators/test_datetime.py | 37 +-
.../tests/unit/standard/operators/test_weekday.py | 26 +
.../teradata/operators/teradata_compute_cluster.py | 2 +-
.../airflow/providers/weaviate/hooks/weaviate.py | 8 +-
.../tests/unit/weaviate/operators/test_weaviate.py | 2 +-
pyproject.toml | 5 +-
scripts/ci/pre_commit/breeze_cmd_line.py | 3 +-
.../check_base_operator_partial_arguments.py | 2 +-
scripts/ci/pre_commit/check_deprecations.py | 3 +-
scripts/ci/pre_commit/mypy_folder.py | 1 +
scripts/ci/pre_commit/sort_in_the_wild.py | 4 +-
scripts/ci/pre_commit/update_example_dags_paths.py | 2 +-
scripts/ci/testing/run_unit_tests.sh | 11 +
scripts/ci/testing/summarize_junit_failures.py | 4 +-
scripts/docker/entrypoint_ci.sh | 2 +-
scripts/docker/install_airflow.sh | 2 +-
.../docker/install_from_docker_context_files.sh | 4 +-
.../in_container/install_airflow_and_providers.py | 88 +-
.../install_development_dependencies.py | 13 +-
scripts/in_container/run_generate_constraints.py | 13 +-
.../in_container/run_provider_yaml_files_check.py | 2 +-
scripts/tools/generate-integrations-json.py | 2 +-
task-sdk/src/airflow/sdk/__init__.py | 10 +-
task-sdk/src/airflow/sdk/api/client.py | 4 +
.../sdk/bases/{baseoperator.py => operator.py} | 27 +-
task-sdk/src/airflow/sdk/bases/sensor.py | 2 +-
.../sdk/definitions/_internal/abstractoperator.py | 2 +-
.../airflow/sdk/definitions/_internal/mixins.py | 2 +-
.../src/airflow/sdk/definitions/_internal/node.py | 2 +-
task-sdk/src/airflow/sdk/definitions/context.py | 2 +-
task-sdk/src/airflow/sdk/definitions/dag.py | 6 +-
.../src/airflow/sdk/definitions/mappedoperator.py | 5 +-
task-sdk/src/airflow/sdk/definitions/taskgroup.py | 2 +-
task-sdk/src/airflow/sdk/definitions/xcom_arg.py | 2 +-
.../airflow/sdk/execution_time/callback_runner.py | 2 +-
task-sdk/src/airflow/sdk/execution_time/context.py | 5 +-
.../airflow/sdk/execution_time/secrets_masker.py | 18 +
.../src/airflow/sdk/execution_time/supervisor.py | 14 +-
.../src/airflow/sdk/execution_time/task_runner.py | 7 +-
task-sdk/src/airflow/sdk/log.py | 10 +-
task-sdk/src/airflow/sdk/types.py | 2 +-
task-sdk/tests/conftest.py | 6 +-
task-sdk/tests/task_sdk/api/test_client.py | 24 +
task-sdk/tests/task_sdk/bases/test_baseoperator.py | 2 +-
task-sdk/tests/task_sdk/dags/super_basic.py | 2 +-
task-sdk/tests/task_sdk/dags/super_basic_run.py | 2 +-
task-sdk/tests/task_sdk/definitions/test_asset.py | 12 +-
task-sdk/tests/task_sdk/definitions/test_dag.py | 2 +-
.../task_sdk/definitions/test_mappedoperator.py | 2 +-
task-sdk/tests/task_sdk/definitions/test_mixins.py | 2 +-
.../task_sdk/definitions/test_secrets_masker.py | 22 +-
.../task_sdk/execution_time/test_task_runner.py | 19 +-
470 files changed, 3946 insertions(+), 8205 deletions(-)
rename .github/workflows/{task-sdk-tests.yml =>
airflow-distributions-tests.yml} (73%)
create mode 100644 airflow-core/newsfragments/48388.significant.rst
delete mode 100644 airflow-core/src/airflow/lineage/backend.py
delete mode 100644 airflow-core/tests/unit/lineage/test_lineage.py
delete mode 100644 chart/newsfragments/41411.significant.rst
delete mode 100644 chart/newsfragments/43393.improvement.rst
delete mode 100644 chart/newsfragments/46624.significant.rst
delete mode 100644 chart/newsfragments/47416.significant.rst
create mode 100644
dev/breeze/doc/images/output_release-management_prepare-airflow-ctl-distributions.svg
create mode 100644
dev/breeze/doc/images/output_release-management_prepare-airflow-ctl-distributions.txt
create mode 100644 dev/breeze/doc/images/output_testing_airflow-ctl-tests.svg
create mode 100644 dev/breeze/doc/images/output_testing_airflow-ctl-tests.txt
delete mode 100644
providers/google/src/airflow/providers/google/cloud/utils/mlengine_operator_utils.py
delete mode 100644
providers/google/tests/unit/google/cloud/utils/test_mlengine_operator_utils.py
rename task-sdk/src/airflow/sdk/bases/{baseoperator.py => operator.py} (98%)