mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
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:
@@ -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."
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user