This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c158463cd55 Update Airflow version to 3.0.0
add 3caefccab0a Fix connection form meta when fab provider is missing
(#49446)
add 79f0985e5c1 Don't update start_date when resuming a TI from deferral
(#49407)
add 718a9a369d8 Fix `DatasetOrTimeSchedule` compatiblility (#49371)
add c249416b9d4 fix ui to use backfill ui endpoint (#49434)
add c7f237b322e Remove Marshmallow from Core (#49388)
add 15ae741f235 Fix issue with setproctitle on macos (#49451)
add 326c65cd82d Reset error state after successfully adding a connection
(#49364)
add 23505f24614 Remove common.messaging from chicken-egg-providers (#49369)
add abb46b347f8 Update warning message to note in simple auth manager doc
(#49367)
add 6b335f386bb Floor version suffix when referring to other airflow
pre-releases (#49373)
add 25c5d62baa7 Set rc0 as suffix used for chicken-egg-providers (#49387)
add dad2192f9dc Fix dockerfile generation for PMC installation check
(#49435)
add db565d28367 Use EmailOperator from smtp provider (#49386)
add ead8990c2ef Fix broken link for CeleryKubernetesExecutor upgrade
(#49391)
add 6bf14444bf2 Use Label class from task sdk (#49385)
add 16cc912a229 Fix the taskflow context example in docs (#49399)
add d8219acfb06 Rewrite custom view plugin docs (#49408)
add fad509d822a Fix doc alignment in group-extras section (#49425)
add 10113f00c13 docs: remove paragraph related to Bazel in quickstart
(#49430)
add fa72d055b80 Add note in FAB migration doc (#49423)
add 35e46224b23 docs: grammar fixes (#49432)
add b71c0f57930 Edit airflow 3 migration guide (#49414)
add 40cb51d1350 Use sync calls for list backfills (#49454)
No new revisions were added by this update.
Summary of changes:
.github/workflows/release_dockerhub_image.yml | 12 +--
PROVIDERS.rst | 4 +-
.../cluster-policies.rst | 2 +-
.../docs/administration-and-deployment/index.rst | 2 +-
.../advanced-logging-configuration.rst | 2 +-
.../modules_management.rst | 2 +-
.../docs/administration-and-deployment/plugins.rst | 4 +-
.../production-deployment.rst | 2 +-
.../docs/authoring-and-scheduling/connections.rst | 2 +-
.../docs/authoring-and-scheduling/index.rst | 2 +-
airflow-core/docs/best-practices.rst | 4 +-
airflow-core/docs/configurations-ref.rst | 2 +-
.../core-concepts/auth-manager/simple/index.rst | 2 +-
airflow-core/docs/core-concepts/backfill.rst | 2 +-
airflow-core/docs/core-concepts/dags.rst | 6 +-
airflow-core/docs/core-concepts/operators.rst | 2 +-
airflow-core/docs/core-concepts/overview.rst | 2 +-
airflow-core/docs/core-concepts/taskflow.rst | 2 +-
airflow-core/docs/extra-packages-ref.rst | 20 ++---
airflow-core/docs/howto/custom-view-plugin.rst | 72 +++++++-----------
airflow-core/docs/howto/email-config.rst | 2 +-
airflow-core/docs/howto/export-more-env-vars.rst | 2 +-
airflow-core/docs/howto/listener-plugin.rst | 6 +-
airflow-core/docs/howto/set-config.rst | 2 +-
airflow-core/docs/howto/usage-cli.rst | 2 +-
airflow-core/docs/installation/dependencies.rst | 4 +-
airflow-core/docs/installation/index.rst | 50 ++++++-------
.../docs/installation/installing-from-pypi.rst | 40 +++++-----
.../docs/installation/installing-from-sources.rst | 12 +--
airflow-core/docs/installation/prerequisites.rst | 11 ++-
.../docs/installation/supported-versions.rst | 10 +--
.../docs/installation/upgrading_to_airflow3.rst | 69 ++++++++---------
airflow-core/docs/start.rst | 13 +---
airflow-core/docs/templates-ref.rst | 2 +-
airflow-core/pyproject.toml | 1 -
.../api_fastapi/core_api/datamodels/dags.py | 1 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 6 ++
.../core_api/openapi/v1-rest-api-generated.yaml | 12 +++
.../core_api/routes/public/backfills.py | 11 ++-
.../core_api/services/ui/connections.py | 77 ++++++++++++++-----
.../execution_api/routes/task_instances.py | 4 +
.../src/airflow/cli/commands/dag_command.py | 87 ++++------------------
.../src/airflow/config_templates/config.yml | 3 +-
.../airflow/example_dags/example_branch_labels.py | 3 +-
.../example_dags/example_branch_operator.py | 3 +-
.../example_branch_operator_decorator.py | 3 +-
airflow-core/src/airflow/timetables/datasets.py | 6 +-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 36 +++++++++
.../airflow/ui/openapi-gen/requests/types.gen.ts | 3 +
.../ui/src/components/Banner/BackfillBanner.tsx | 8 +-
.../ui/src/pages/Dag/Backfills/Backfills.tsx | 4 +-
.../airflow/ui/src/pages/DagsList/DagCard.test.tsx | 1 +
.../src/airflow/ui/src/queries/useAddConnection.ts | 2 +
airflow-core/src/airflow/utils/serve_logs.py | 2 +-
.../core_api/routes/public/test_dags.py | 2 +
.../versions/head/test_task_instances.py | 61 +++++++++++++++
.../tests/unit/cli/commands/test_dag_command.py | 7 +-
.../unit/serialization/test_dag_serialization.py | 2 +-
airflow-core/tests/unit/utils/test_dag_cycle.py | 2 +-
airflow-core/tests/unit/utils/test_edgemodifier.py | 2 +-
airflow-core/tests/unit/utils/test_task_group.py | 3 +-
.../commands/release_management_commands.py | 6 +-
dev/breeze/src/airflow_breeze/utils/packages.py | 10 ++-
dev/check_files.py | 9 ++-
.../src/docs/shared/template-examples/taskflow.rst | 2 +-
docs/spelling_wordlist.txt | 2 +
providers/amazon/pyproject.toml | 1 +
providers/fab/docs/upgrading.rst | 4 +
68 files changed, 420 insertions(+), 339 deletions(-)