feat(database): POST, PUT, DELETE API endpoints (#10741)

* feat(database): POST, PUT, DELETE API endpoints

* post tests

* more tests

* lint

* lint

* debug ci

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* cleanup

* handle db connection failures

* lint

* skip hive and presto for connection fail test

* fix typo
This commit is contained in:
Daniel Vaz Gaspar
2020-09-02 17:58:08 +01:00
committed by GitHub
parent b5aecaff5c
commit 77a3167412
18 changed files with 1676 additions and 367 deletions

View File

@@ -106,6 +106,9 @@ class BaseSupersetModelRestApi(ModelRestApi):
"data": "list",
"viz_types": "list",
"related_objects": "list",
"table_metadata": "list",
"select_star": "list",
"schemas": "list",
}
order_rel_fields: Dict[str, Tuple[str, str]] = {}