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

[superset] branch master updated (e1eeeeb -> e6a76a5)

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

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


    from e1eeeeb  fix: Select options overflowing Save chart modal on Explore view (#12522)
     add e6a76a5  feat(db-engine): Add support for Apache Solr (#12403)

No new revisions were added by this update.

Summary of changes:
 docs/installation.rst                                |  9 +++++++++
 .../src/pages/docs/Connecting to Databases/index.mdx |  1 +
 docs/src/pages/docs/Connecting to Databases/solr.mdx | 18 ++++++++++++++++++
 .../pages/docs/Connecting to Databases/spark-sql.mdx |  2 +-
 setup.py                                             |  1 +
 superset/db_engine_specs/{gsheets.py => solr.py}     | 20 ++++++++++++++------
 6 files changed, 44 insertions(+), 7 deletions(-)
 create mode 100644 docs/src/pages/docs/Connecting to Databases/solr.mdx
 copy superset/db_engine_specs/{gsheets.py => solr.py} (68%)