mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: ci Initial hive support (#10593)
* Initial hive support * Clone hive setup * Make hive tests work locally * Debugging presto failure * sleep in dataset test * Address comments * Address comments * Pin ipython, exclude new pylint rules Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com>
This commit is contained in:
@@ -131,7 +131,7 @@ class TestDatabaseModel(SupersetTestCase):
|
||||
)
|
||||
extra_cache_keys = table.get_extra_cache_keys(query_obj)
|
||||
self.assertTrue(table.has_extra_cache_key_calls(query_obj))
|
||||
# TODO(bkyryliuk): make it work with presto
|
||||
# TODO(bkyryliuk): make it work with presto and hive
|
||||
if get_example_database().backend == "presto":
|
||||
assert extra_cache_keys == []
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user