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

Reply via email to