perf(dataset): improve performance on get list (#9739)

This commit is contained in:
Daniel Vaz Gaspar
2020-05-06 11:48:32 +01:00
committed by GitHub
parent 763f3529d2
commit 453806fc4c
2 changed files with 7 additions and 2 deletions

View File

@@ -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",