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

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


    from d6e618f26b9 Add DagFolderDagBundle to expose the DAG folder as a 
bundle (#44699)
     add d9001cd14aa Fix accidental db tests in Task SDK (#44690)

No new revisions were added by this update.

Summary of changes:
 airflow/dag_processing/collection.py               |  29 ++-
 airflow/models/asset.py                            |  17 +-
 airflow/models/dag.py                              |   1 +
 airflow/utils/context.py                           |   4 +-
 .../providers/common/compat/assets/__init__.py     |   4 +-
 .../src/airflow/sdk/definitions/asset/__init__.py  |  30 ++--
 .../airflow/sdk/definitions/asset/decorators.py    |  12 +-
 task_sdk/tests/conftest.py                         |  25 +++
 task_sdk/tests/defintions/test_asset.py            | 194 ++++++---------------
 task_sdk/tests/defintions/test_asset_decorators.py |  75 ++++----
 task_sdk/tests/defintions/test_baseoperator.py     |  19 --
 tests/models/test_asset.py                         |  59 ++++++-
 tests/timetables/test_assets_timetable.py          |  93 +++++++++-
 13 files changed, 319 insertions(+), 243 deletions(-)

Reply via email to