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

pankajkoti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 06eabdd32c Improve Task TryHistory UI (#40357)
     add 832099c83f Validate expected types for args for DAG, BaseOperator and 
TaskGroup (#40269)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py    | 45 ++++++++++++++++++++++++++++++++++++++-
 airflow/models/dag.py             | 30 +++++++++++++++++++++++++-
 airflow/utils/helpers.py          | 11 ++++++++++
 airflow/utils/task_group.py       | 19 ++++++++++++++++-
 tests/models/test_baseoperator.py | 17 +++++++++++++++
 tests/models/test_dag.py          | 13 +++++++++++
 tests/utils/test_helpers.py       | 34 +++++++++++++++++++++++++++++
 tests/utils/test_task_group.py    | 20 ++++++++++++++++-
 8 files changed, 185 insertions(+), 4 deletions(-)

Reply via email to