mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
perf(dataset): improve performance on get list (#9739)
This commit is contained in:
committed by
GitHub
parent
763f3529d2
commit
453806fc4c
@@ -87,10 +87,13 @@ class DatasetApiTests(SupersetTestCase):
|
||||
self.assertEqual(response["count"], 1)
|
||||
expected_columns = [
|
||||
"changed_by",
|
||||
"changed_by_fk",
|
||||
"changed_by_name",
|
||||
"changed_by_url",
|
||||
"changed_on",
|
||||
"database_id",
|
||||
"database_name",
|
||||
"default_endpoint",
|
||||
"explore_url",
|
||||
"id",
|
||||
"schema",
|
||||
|
||||
Reference in New Issue
Block a user