amoghrajesh commented on code in PR #50642:
URL: https://github.com/apache/airflow/pull/50642#discussion_r2095510710
##########
airflow-core/docs/administration-and-deployment/plugins.rst:
##########
@@ -171,7 +171,7 @@ definitions in Airflow.
from airflow.providers.amazon.aws.transfers.gcs_to_s3 import
GCSToS3Operator
- # Will show up under airflow.macros.test_plugin.plugin_macro
+ # Will show up under airflow.sdk.macros.test_plugin.plugin_macro
# and in templates through {{ macros.test_plugin.plugin_macro }}
Review Comment:
Cool
##########
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:
Yeah let me remove that, better handled this way
--
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]