You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by su...@apache.org on 2021/03/12 01:44:39 UTC

[superset] branch master updated (7656b2e -> 1b95ed7)

This is an automated email from the ASF dual-hosted git repository.

suddjian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 7656b2e  refactor: convert controlUtils to TypeScript (2 of 2) (#13520)
     add 1b95ed7  feat(dashboard): dashboard/id/datasets endpoint (#13523)

No new revisions were added by this update.

Summary of changes:
 superset/connectors/base/models.py |  1 +
 superset/constants.py              |  1 +
 superset/dashboards/api.py         | 55 ++++++++++++++++++++++++++++++++++++++
 superset/dashboards/dao.py         | 24 +++++++++++++++++
 superset/dashboards/schemas.py     | 45 +++++++++++++++++++++++++++++++
 tests/dashboards/api_tests.py      | 26 ++++++++++++++++++
 6 files changed, 152 insertions(+)