This is an automated email from the ASF dual-hosted git repository.

mobuchowski pushed a change to branch ol-include-additional-info
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit b222f16649 openlineage: add config to include 'full' task info based 
on conf setting
     add 469beef0a0 Add `kubernetes_application_id` to `SparkSubmitHook` 
(#40753)
     add 3805050f34 Add DatasetAlias to support dynamic Dataset Event Emission 
and Dataset Creation (#40478)
     add 8ce3dc8684 Link dataset event to dataset alias (#40723)
     add d699087f0a Fix (TM) to (R) in Airflow repository (#40783)
     add efec8b1ffd Update providers metadata 2024-07-15 (#40792)
     add aa1e41f5a8 openlineage: add config to include 'full' task info based 
on conf setting

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   (b222f16649)
            \
             N -- N -- N   refs/heads/ol-include-additional-info (aa1e41f5a8)

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:
 airflow/datasets/__init__.py                       |   34 +-
 airflow/datasets/manager.py                        |   15 +-
 airflow/datasets/metadata.py                       |   13 +-
 ...t_table.py => 0147_2_10_0_add_dataset_alias.py} |   32 +-
 .../0148_2_10_0_dataset_alias_dataset_event.py     |   68 +
 airflow/models/dag.py                              |   52 +-
 airflow/models/dataset.py                          |   57 +-
 airflow/models/taskinstance.py                     |   44 +-
 .../providers/apache/spark/hooks/spark_submit.py   |   14 +-
 airflow/serialization/enums.py                     |    1 +
 airflow/serialization/serialized_objects.py        |   28 +-
 airflow/utils/context.py                           |   43 +-
 airflow/utils/context.pyi                          |   15 +-
 airflow/utils/db.py                                |    2 +-
 airflow/utils/operator_helpers.py                  |    4 +
 .../guides/user.rst                                |   22 +
 .../authoring-and-scheduling/datasets.rst          |   58 +
 docs/apache-airflow/core-concepts/index.rst        |    2 +-
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 2694 ++++++++++----------
 docs/apache-airflow/index.rst                      |    2 +-
 .../installation/setting-up-the-database.rst       |    2 +-
 .../installation/supported-versions.rst            |    2 +-
 docs/apache-airflow/installation/upgrading.rst     |    2 +-
 docs/apache-airflow/migrations-ref.rst             |    6 +-
 docs/apache-airflow/security/index.rst             |    2 +-
 .../security/releasing_security_patches.rst        |    2 +-
 generated/provider_metadata.json                   |    8 +
 tests/models/test_dag.py                           |   55 +-
 .../models/test_dataset.py                         |   16 +-
 tests/models/test_taskinstance.py                  |  161 ++
 .../apache/spark/hooks/test_spark_submit.py        |    1 +
 .../slack/transfers/test_sql_to_slack_webhook.py   |    4 +-
 tests/serialization/test_serialized_objects.py     |   31 +-
 tests/system/providers/slack/example_slack.py      |    4 +-
 .../providers/slack/example_slack_webhook.py       |    4 +-
 tests/utils/test_context.py                        |   75 +
 tests/utils/test_db_cleanup.py                     |    1 +
 38 files changed, 2191 insertions(+), 1387 deletions(-)
 copy 
airflow/migrations/versions/{0145_2_10_0_added_dagpriorityparsingrequest_table.py
 => 0147_2_10_0_add_dataset_alias.py} (61%)
 create mode 100644 
airflow/migrations/versions/0148_2_10_0_dataset_alias_dataset_event.py
 copy airflow/api_connexion/schemas/version_schema.py => 
tests/models/test_dataset.py (70%)
 create mode 100644 tests/utils/test_context.py

Reply via email to