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


The following commit(s) were added to refs/heads/develop by this push:
     new 7b61d44ab [DATALAB-2943]: added sqlalchemy lib and changed docker 
image version for superset
     new c1922b2f3 Merge pull request #1625 from a1expol/develop
7b61d44ab is described below

commit 7b61d44ab9b3a83bf5a6e81d2e49d1e12e20be57
Author: Oleksandr Polishchuk <[email protected]>
AuthorDate: Tue Aug 2 12:05:05 2022 +0300

    [DATALAB-2943]: added sqlalchemy lib and changed docker image version for 
superset
---
 infrastructure-provisioning/src/superset/templates/docker-compose.yml  | 2 +-
 .../src/superset/templates/requirements-extra.txt                      | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/infrastructure-provisioning/src/superset/templates/docker-compose.yml 
b/infrastructure-provisioning/src/superset/templates/docker-compose.yml
index 5fe5609c8..0ac164dfe 100644
--- a/infrastructure-provisioning/src/superset/templates/docker-compose.yml
+++ b/infrastructure-provisioning/src/superset/templates/docker-compose.yml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-x-superset-image: &superset-image apache/superset:${TAG:-latest-dev}
+x-superset-image: &superset-image apache/superset:${TAG:-1.5.1}
 x-superset-user: &superset-user root
 x-superset-depends-on: &superset-depends-on
   - db
diff --git 
a/infrastructure-provisioning/src/superset/templates/requirements-extra.txt 
b/infrastructure-provisioning/src/superset/templates/requirements-extra.txt
index f337a34fb..f12843c22 100644
--- a/infrastructure-provisioning/src/superset/templates/requirements-extra.txt
+++ b/infrastructure-provisioning/src/superset/templates/requirements-extra.txt
@@ -17,4 +17,5 @@
 gevent==1.4.0
 fab-oidc
 pybigquery
-flask-oidc==1.3.0
\ No newline at end of file
+flask-oidc==1.3.0
+flask-sqlalchemy
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to