Daniel Vaz Gaspar
Daniel Vaz Gaspar
Sorry for the delayed answer here, I've got a fix for this issue: https://github.com/dpgaspar/Flask-AppBuilder/pull/2192 Will make a release soon and integrate it on Superset.
Just checked and I was able to configure `STATS_LOGGER` exactly as the documentation says
a PR would be great, thank you.
> LGTM after reviewing breaking changes https://docs.gunicorn.org/en/latest/news.html > > Looks ok to me but thought I'd paste here for @dpgaspar to have another look pre-merge: > > ** Breaking changes...
I was not able to reproduce the issue JWT used: ``` json { "fresh": true, "iat": 1715600519, "jti": "0072e7d4-cfc1-4ca3-a910-2b66fd957ea8", "type": "access", "sub": 1, "nbf": 1715600519, "exp": 1715601419 } ``` ```...
@mujohiddin we use english as a common language on this repo, please add a detailed description for your issue and add server logs showing the alert and reports error(s)
seems like it's a `geckodriver` installation issue, take a look at: https://superset.apache.org/docs/configuration/alerts-reports#using-firefox
> I'm not sure if there is such a granular permission for that. I'm curious the use case and why you wouldn't want users to refresh... maybe for embedded purposes?...
/testenv up
> This looks great! It gets me wondering about "upload columnar file to database" and "upload Excel file to database." My users mostly use the Excel one. Would some aspects...