You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2020/01/29 09:51:21 UTC

[incubator-superset] branch master updated (fb17acd -> d5dbfc8)

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

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


    from fb17acd  [api] fix, set default columns to just id when not defined (#8982)
     add d5dbfc8  [database] new, API table metadata (#9002)

No new revisions were added by this update.

Summary of changes:
 .../spec/javascripts/sqllab/actions/sqlLab_spec.js |   2 +-
 superset/assets/src/SqlLab/actions/sqlLab.js       |   2 +-
 superset/views/core.py                             |  64 ------
 superset/views/database/api.py                     | 237 ++++++++++++++++++++-
 superset/views/{chart => database}/filters.py      |  26 ++-
 superset/views/database/mixins.py                  |  29 +--
 tests/core_tests.py                                |   7 -
 tests/database_api_tests.py                        | 142 ++++++++++++
 8 files changed, 398 insertions(+), 111 deletions(-)
 copy superset/views/{chart => database}/filters.py (50%)
 create mode 100644 tests/database_api_tests.py