Skip to content

Commit

Permalink
Sdktechno 256 (#630)
Browse files Browse the repository at this point in the history
Add bigquery Superset 3.0
  • Loading branch information
NicolasCD authored Jan 29, 2024
1 parent 4091e0f commit 7c39e8b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN pip install mysqlclient \
"PyAthenaJDBC>1.0.9" \
"PyAthena>1.2.0" \
trino \
pymssql
pymssql \
sqlalchemy-bigquery

#To be deleted
RUN apt-get update \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: saagie/superset
baseTag: 3.0.2
dynamicVersion: 1.177.0_SDKTECHNO-254
version: 3.0.2-1.177.0
dynamicVersion: 1.179.0_SDKTECHNO-256
version: 3.0.2-1.179.0_SDKTECHNO-256
2 changes: 1 addition & 1 deletion technologies/app/apache-superset/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ contexts:
dockerInfo:
image: "saagie/superset"
baseTag: "3.0.2"
version: "3.0.2-1.177.0"
version: "3.0.2-1.179.0_SDKTECHNO-256"
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version.buildmeta=
version.buildmeta=SDKTECHNO-256
version.major=1
version.minor=179
version.patch=0
version.prerelease=
version.semver=1.179.0
version.semver=1.179.0+SDKTECHNO-256

0 comments on commit 7c39e8b

Please sign in to comment.