This is an automated email from the ASF dual-hosted git repository.
husseinawala pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9a30311195d Add Calendar view for Dag (#54252)
add 438b76c2723 Support templated extra in outlets assets (#54885)
No new revisions were added by this update.
Summary of changes:
.../docs/authoring-and-scheduling/assets.rst | 21 +++++
.../tests/unit/models/test_taskinstance.py | 94 +++++++++++++++++++++-
.../airflow/sdk/definitions/_internal/templater.py | 4 +-
.../src/airflow/sdk/definitions/asset/__init__.py | 22 ++++-
.../src/airflow/sdk/execution_time/task_runner.py | 5 ++
.../task_sdk/execution_time/test_task_runner.py | 90 ++++++++++++++++++++-
6 files changed, 229 insertions(+), 7 deletions(-)