ashb commented on issue #14955: URL: https://github.com/apache/airflow/issues/14955#issuecomment-808342481
Macros are only designed for use in Jinja templates, not for calling directly from Python code as you are trying. In your case you to import it directly from the plugin: something like `from utils import ret_one` "Working as designed" in otherwords. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
