This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 7378bb2aea32a49ee76a4204d3f8a0befbe109fc Merge: c86f219c4 4a404e40e Author: Leonid Frolov <[email protected]> AuthorDate: Tue Jul 12 16:03:34 2022 +0300 Merge pull request #1597 from apache/DATALAB-2890 [DATALAB-2890]: superset update to 1.5.1 .../src/general/conf/datalab.ini | 2 +- .../src/general/lib/os/fab.py | 25 ++-- .../src/general/scripts/os/superset_start.py | 4 +- .../templates/os/debian/superset-notebook.service | 2 +- .../src/superset/templates/docker-compose.yml | 148 ++++++++++++++++----- .../src/superset/templates/docker-init.sh | 58 ++++++-- .../templates/keycloak_security_manager.py | 71 ++++++++++ .../src/superset/templates/requirements-extra.txt | 1 + .../src/superset/templates/superset_config.py | 103 ++++++++++---- 9 files changed, 335 insertions(+), 79 deletions(-) diff --cc infrastructure-provisioning/src/general/conf/datalab.ini index bf14aa64d,f6c4e92a8..bdb179667 --- a/infrastructure-provisioning/src/general/conf/datalab.ini +++ b/infrastructure-provisioning/src/general/conf/datalab.ini @@@ -355,9 -355,9 +355,9 @@@ ivy_version = 2.4. ### Matplotlib version matplotlib_version = 3.3.4 ### JupyterLab image -jupyterlab_image = odahu\/base-notebook:1.1.0-rc8 +jupyterlab_image = jupyter\/base-notebook:lab-3.4.3 ### Superset version - superset_version = 0.35.1 + superset_version = 1.5.1 ### GCS-connector version gcs_connector_version = 2.0.1 ### Setuptools version --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
