This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c33299d4325 Fixing log typos in Local & Celery Executors (#46866)
add 647a2d1cbec Move Macros to Task SDK (#46867)
No new revisions were added by this update.
Summary of changes:
airflow/macros/__init__.py | 71 ++++----------------
task_sdk/pyproject.toml | 3 +
task_sdk/src/airflow/sdk/definitions/macros.py | 56 ++++++++++++++++
task_sdk/tests/definitions/test_macros.py | 71 ++++++++++++++++++++
tests/macros/test_macros.py | 93 --------------------------
5 files changed, 144 insertions(+), 150 deletions(-)
delete mode 100644 tests/macros/test_macros.py