potiuk commented on code in PR #28538: URL: https://github.com/apache/airflow/pull/28538#discussion_r1055894887
########## airflow/macros/__init__.py: ########## @@ -26,8 +26,6 @@ import dateutil # noqa from pendulum import DateTime -from airflow.macros import hive # noqa Review Comment: I had it initially in, but I think it's kinda over-the-top. The macros only really make sense to be use in JINJA2 context (and they will be compatible). I cannot think anyone would use them. But... it does not hurt eventually so maybe indeed worth adding it. -- 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]
