You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2020/01/24 19:08:41 UTC

[incubator-superset] branch master updated (a85df65 -> a4b8e0b)

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

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


    from a85df65  Z index registry / clean-up (#8984)
     add a4b8e0b  [SQL Lab] Add function names to autocomplete (#9012)

No new revisions were added by this update.

Summary of changes:
 .../assets/src/SqlLab/components/AceEditorWrapper.jsx   | 15 ++++++++++++++-
 superset/assets/src/SqlLab/components/SqlEditor.jsx     |  3 +++
 superset/assets/src/SqlLab/constants.js                 |  1 +
 superset/db_engine_specs/base.py                        | 11 +++++++++++
 superset/db_engine_specs/hive.py                        | 17 ++++++++++++++++-
 superset/db_engine_specs/presto.py                      | 11 +++++++++++
 superset/models/core.py                                 |  6 +++++-
 superset/views/database/api.py                          |  1 +
 8 files changed, 62 insertions(+), 3 deletions(-)