mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[select-star] Adding optional schema to view (#6051)
This commit is contained in:
@@ -727,6 +727,11 @@ class CoreTests(SupersetTestCase):
|
||||
.format(db_id=dbobj.id))
|
||||
assert data == ['this_schema_is_allowed_too']
|
||||
|
||||
def test_select_star(self):
|
||||
self.login(username='admin')
|
||||
resp = self.get_resp('/superset/select_star/1/birth_names')
|
||||
self.assertIn('gender', resp)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user