amoghrajesh commented on code in PR #50642: URL: https://github.com/apache/airflow/pull/50642#discussion_r2095903578
########## airflow-core/src/airflow/plugins_manager.py: ########## @@ -525,7 +525,7 @@ def integrate_macros_plugins() -> None: if plugin.name is None: raise AirflowPluginException("Invalid plugin name") - macros_module = make_module(f"airflow.macros.{plugin.name}", plugin.macros) + macros_module = make_module(f"airflow.sdk.macros.{plugin.name}", plugin.macros) Review Comment: Will do in a follow up -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org