This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard b3477cad83e Refresh breeze documentation hashes in `v3-0-test`
discard 31594a8bae8 Update RELEASE_NOTES.rst
discard c54bfdbb2fa Update Airflow version to 3.0.0
discard 7ea90b71c1f Update default branches for 3-0
add 85f3cffa794 docs: update variables how-to with Airflow 3.0 screenshots
(#49265)
add f53002d8e8c Move function to methods on models.TaskInstance (#49257)
add b1033fc8437 docs: remove DAG owner links how-to since no feature
parity (#49262)
add ad2604461cf Ensure scheduler uses best available serdag for dag run
(#49097)
new 7b76a851050 Update default branches for 3-0
new 8b2e150f7d9 Update Airflow version to 3.0.0
new 664e5c09b4e Update RELEASE_NOTES.rst
new 333da2d4e39 Refresh breeze documentation hashes in `v3-0-test`
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 (b3477cad83e)
\
N -- N -- N refs/heads/v3-0-test (333da2d4e39)
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.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow-core/docs/howto/add-owner-links.rst | 50 -
airflow-core/docs/howto/index.rst | 1 -
airflow-core/docs/howto/variable.rst | 2 +-
airflow-core/docs/img/airflow_erd.sha256 | 2 +-
airflow-core/docs/img/airflow_erd.svg | 3757 ++++++++++----------
airflow-core/docs/img/ui-dark/variable_hidden.png | Bin 0 -> 76058 bytes
airflow-core/docs/img/ui-light/variable_hidden.png | Bin 0 -> 79071 bytes
airflow-core/docs/img/variable_hidden.png | Bin 55331 -> 0 bytes
airflow-core/docs/ui.rst | 2 +-
.../execution_api/routes/task_instances.py | 4 +-
.../src/airflow/jobs/scheduler_job_runner.py | 95 +-
.../versions/0047_3_0_0_add_dag_versioning.py | 10 +
airflow-core/src/airflow/models/dag.py | 7 +-
airflow-core/src/airflow/models/dagrun.py | 22 +-
airflow-core/src/airflow/models/taskinstance.py | 1603 ++++-----
.../unit/api_fastapi/common/test_exceptions.py | 6 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 89 +-
.../tests/unit/models/test_taskinstance.py | 5 +-
devel-common/src/tests_common/test_utils/db.py | 3 +
19 files changed, 2716 insertions(+), 2942 deletions(-)
delete mode 100644 airflow-core/docs/howto/add-owner-links.rst
create mode 100644 airflow-core/docs/img/ui-dark/variable_hidden.png
create mode 100644 airflow-core/docs/img/ui-light/variable_hidden.png
delete mode 100644 airflow-core/docs/img/variable_hidden.png