Skip to content

Commit 0bcfc88

Browse files
committed
Superset 0.14.1. Trying to use the apt buildpack to deploy sasl
1 parent 2a145ba commit 0bcfc88

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

Aptfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sasl2-bin
2+
libsasl2-dev

app.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
"name": "Superset on Heroku",
33
"description": "Data exploration platform designed to be visual, intuitive, and interactive",
44
"logo": "https://cdn.rawgit.com/airbnb/superset/master/superset/assets/images/superset_logo.png",
5-
"repository": "https://github.com/dugjason/caravel-on-heroku",
5+
"repository": "https://github.com/dugjason/superset-on-heroku",
66
"addons": [
77
"jawsdb",
88
"papertrail"
9+
],
10+
"buildpacks": [
11+
{
12+
"url": "https://github.com/heroku/heroku-buildpack-apt",
13+
"url": "https://github.com/heroku/heroku-buildpack-python"
14+
}
915
]
1016
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
superset==0.13.2
1+
superset==0.14.1
22
mysqlclient==1.3.7
File renamed without changes.

0 commit comments

Comments
 (0)