amoghrajesh commented on code in PR #50642:
URL: https://github.com/apache/airflow/pull/50642#discussion_r2095372912
##########
task-sdk/src/airflow/sdk/__init__.py:
##########
@@ -112,6 +114,7 @@
"task": ".definitions.decorators",
"task_group": ".definitions.decorators",
"teardown": ".definitions.decorators",
+ "macros": ".definitions.macros",
Review Comment:
It was based on this comment:
https://github.com/apache/airflow/pull/50642#discussion_r2090879373. To an end
user it would not really matter as they access it using templates anyways.
Maybe its just morally correct to have it in `airflow.sdk.macros` instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]