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:
Bogdan
2020-08-27 09:49:18 -07:00
committed by GitHub
parent 81525c3e9d
commit 19a9bcc9c5
31 changed files with 535 additions and 190 deletions

View File

@@ -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: