mik-laj commented on pull request #9068: URL: https://github.com/apache/airflow/pull/9068#issuecomment-636325182
@BasPH These macros are part of public API. https://airflow.readthedocs.io/en/latest/macros-ref.html There are no references to these methods in the code, but users can use these methods because the macros module is added to the Jinja environment. https://github.com/apache/airflow/blob/e9ecf0ae10dffcd9ccaf22cc9f19f140fbc5ee55/airflow/models/taskinstance.py#L1394 In my opinion, they can be an example for other users if they want to see an example based on a real use case. We had similar discussions about the plugin. which is part of Airflow. This is very specific, but it is part of Airflow to inspire other people https://github.com/apache/airflow/tree/master/airflow/contrib/plugins/metastore_browser ---------------------------------------------------------------- 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]
