This is an automated email from the ASF dual-hosted git repository.
phanikumv pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9b17ff3aa3 Add post endpoint for dataset events (#37570)
add 6c7d2c92da Introducing Logical Operators for dataset conditional logic
(#37101)
No new revisions were added by this update.
Summary of changes:
airflow/datasets/__init__.py | 24 ++++-
airflow/example_dags/example_datasets.py | 76 ++++++++++---
airflow/models/dag.py | 2 +-
.../authoring-and-scheduling/datasets.rst | 64 +++++++++++
.../authoring-and-scheduling/timetable.rst | 48 +++++----
tests/datasets/test_dataset.py | 117 ++++++++++++++++++++-
tests/models/test_taskinstance.py | 5 +-
7 files changed, 295 insertions(+), 41 deletions(-)