mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
[fix] make datasource names non-nullable (#8332)
This commit is contained in:
@@ -158,7 +158,7 @@ class DbEngineSpecsTestCase(SupersetTestCase):
|
||||
)
|
||||
|
||||
def get_generic_database(self):
|
||||
return Database(sqlalchemy_uri="sqlite://")
|
||||
return Database(database_name="test_database", sqlalchemy_uri="sqlite://")
|
||||
|
||||
def sql_limit_regex(
|
||||
self, sql, expected_sql, engine_spec_class=MySQLEngineSpec, limit=1000
|
||||
|
||||
Reference in New Issue
Block a user