You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/09 04:59:01 UTC

[GitHub] [airflow] mrveera commented on a change in pull request #19452: Moved hive macros to the providers package

mrveera commented on a change in pull request #19452:
URL: https://github.com/apache/airflow/pull/19452#discussion_r745289374



##########
File path: tests/macros/test_hive.py
##########
@@ -19,7 +19,7 @@
 import unittest
 from datetime import datetime
 
-from airflow.macros import hive
+from airflow.providers.apache.hive.macros import hive

Review comment:
       
   
   Tests also should co-locate with other tests of this provider not under and macros package
   




-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org