chore: use shillelagh instead of gsheetsdb (#13185)

* chore: use shillelagh instead of gsheetsdb

* Fix tests

* Clean up code and remove duplication

* Fix test

* Tighten dep
This commit is contained in:
Beto Dealmeida
2021-02-18 09:48:18 -08:00
committed by GitHub
parent 3c58fc5ef5
commit 3d23adec5e
12 changed files with 70 additions and 43 deletions

View File

@@ -387,7 +387,7 @@ class TestDatabaseApi(SupersetTestCase):
expected_response = {
"message": {
"sqlalchemy_uri": [
"SQLite database cannot be used as a data source "
"SQLiteDialect_pysqlite cannot be used as a data source "
"for security reasons."
]
}
@@ -858,7 +858,7 @@ class TestDatabaseApi(SupersetTestCase):
expected_response = {
"message": {
"sqlalchemy_uri": [
"SQLite database cannot be used as a data source for security reasons."
"SQLiteDialect_pysqlite cannot be used as a data source for security reasons."
]
}
}