This is an automated email from the ASF dual-hosted git repository.
basph pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2ad151389c Improve task deadlock messaging (#27734)
add e9d618f0c1 Allow datasets to be used in taskflow (#27540)
No new revisions were added by this update.
Summary of changes:
airflow/datasets/__init__.py | 4 +-
airflow/datasets/manager.py | 2 +-
airflow/decorators/base.py | 19 ++++-
airflow/lineage/__init__.py | 41 ++--------
airflow/models/xcom.py | 29 +++++--
airflow/utils/json.py | 127 ++++++++++++++++++++++++++++-
docs/apache-airflow/concepts/taskflow.rst | 98 ++++++++++++++++++++++
tests/decorators/test_python.py | 41 ++++++++++
tests/lineage/test_lineage.py | 15 ++--
tests/utils/test_json.py | 131 ++++++++++++++++++++++++++++++
10 files changed, 453 insertions(+), 54 deletions(-)