def test_get_metastore_databases(self):
     if six.PY2:
         from airflow.hooks.hive_hooks import HiveMetastoreHook
         hook = HiveMetastoreHook()
         hook.get_databases()
Beispiel #2
0
 def test_get_metastore_databases(self):
     if six.PY2:
         from airflow.hooks.hive_hooks import HiveMetastoreHook
         hook = HiveMetastoreHook()
         hook.get_databases()