chore(superset): bump superset version to 2.*#195
chore(superset): bump superset version to 2.*#195xmnlab merged 10 commits intothegraphnetwork:mainfrom
Conversation
fixed libodbc.so.2: cannot open shared object file
|
| DB_PASS = os.getenv("POSTGRES_PASSWORD") | ||
| DB_DATABASE = os.getenv("POSTGRES_DB") | ||
| SQLALCHEMY_DATABASE_URI = ( | ||
| f"postgresql://{DB_HOST}:{DB_PASS}@{DB_HOST}:{DB_PORT}/{DB_DATABASE}" |
There was a problem hiding this comment.
is there any problem of using the postgres container database to store superset core data?
xmnlab
left a comment
There was a problem hiding this comment.
I would keep the superset dep from conda-forge, instead of the pypi, if possible.
normally the package from pypi is always bugged and we need to fix it on conda-forge.
| - jsonschema<5,>=3 | ||
| # dependencies from superset 1.5.* | ||
| # dependencies from superset 2.* | ||
| - cryptography<39.0.0 |
There was a problem hiding this comment.
| - cryptography<39.0.0 |
| - markupsafe==2.0.1 | ||
| - 'six>=1.16' | ||
| - 'apache-superset>=1.5.0,<2.0.0' | ||
| - 'apache-superset>=2.0.0,<3.0.0' |
There was a problem hiding this comment.
| - 'apache-superset>=2.0.0,<3.0.0' |
| - enum34 | ||
| - packaging | ||
| - webencodings | ||
| - 'msgpack<1.1,>=1.0.0' |
There was a problem hiding this comment.
| - 'msgpack<1.1,>=1.0.0' |
| - packaging | ||
| - webencodings | ||
| - 'msgpack<1.1,>=1.0.0' | ||
| - markupsafe==2.0.1 |
There was a problem hiding this comment.
| - markupsafe==2.0.1 |
| - 'apache-superset>=1.5.0,<2.0.0' | ||
| - 'apache-superset>=2.0.0,<3.0.0' | ||
| # https://github.com/apache/superset/issues/23742 | ||
| - 'sqlparse==0.4.3' |
There was a problem hiding this comment.
| - 'sqlparse==0.4.3' |
| - 'apache-superset>=2.0.0,<3.0.0' | ||
| # https://github.com/apache/superset/issues/23742 | ||
| - 'sqlparse==0.4.3' | ||
| - marshmallow-enum |
There was a problem hiding this comment.
| - marshmallow-enum |
| - webencodings | ||
| - 'msgpack<1.1,>=1.0.0' | ||
| - markupsafe==2.0.1 | ||
| - 'six>=1.16' |
| - enum34 | ||
| - packaging | ||
| - webencodings | ||
| - 'msgpack<1.1,>=1.0.0' |
There was a problem hiding this comment.
| - 'msgpack<1.1,>=1.0.0' |
| - sqlalchemy | ||
| - jsonschema<5,>=3 | ||
| # dependencies from superset 1.5.* | ||
| # dependencies from superset 2.* |
There was a problem hiding this comment.
| # dependencies from superset 2.* | |
| # dependencies from superset 2.* | |
| - superset 2.1.0 |
|
|
||
| set -ex | ||
|
|
||
| # superset |
There was a problem hiding this comment.
are you planning to move the core data from sqlite to postgresql?
There was a problem hiding this comment.
According to this issue, superset is dropping support for SQLite apache/superset#9748
There was a problem hiding this comment.
Got it. Thanks for the explanation
|
ERROR w/ Flask-SQLAlchemy >= 3.0: ERROR w/ sqlalchemy >= 2.0 Fixed by pinning deps |
3283d81 to
068758b
Compare
1bb5d75 to
82034e0
Compare
82034e0 to
4b222f1
Compare
c68e528 to
da1e812
Compare
da1e812 to
f766981
Compare



No description provided.