wiktor2200
wiktor2200
I've got also one more question. Is not liveness/readiness probe also needed for rest Superset's elements (worker and celerybeat)?
@craig-rueda please take a look and review :)
Webdriver (chrome) for Alerts & Report feature unfortunately needs higher permissions to run, otherwise it cannot took screenshots. I wanted to run whole superset as user 1000, so I thought...
That's also why I've not set it as required in json schema. So there is possibility to use it, but by default it's commented out in values.yaml and `if` clause...
@craig-rueda Do you have any suggestions how can I solve it other way and still being able to give different images to at least Superset worker?
Sorry for my mental shortcut. When it's pre-prepared (webdriver added to docker image) it can be run as `1000`, but I wanted to run the rest with lighter image, so...
I have the same issue, but I was unable to fix it with `pip install lunarcalendar tqdm "pystan=1.0.1,
With this Dockerfile: ``` FROM apache/superset:2.0.0 AS superset USER root RUN rm -rf /var/lib/apt/lists/* && \ pip install \ Authlib==1.0.1 \ flask-oidc==1.3.0 \ psycopg2-binary==2.9.1 \ redis==3.5.3 ## Install prophet and...
I'm using Dockerfile from above and when I exec into container/pod, prophet is there, but returning 0 rows in every query when `Enable Forecast` is turned on. `pip freeze` result...
Hello! Today I've tried again with my [Dockerfile](https://github.com/apache/superset/issues/20901#issuecomment-1204960520) and now prophet works in both `1.5.1` and `2.0.0` versions, so I suppose there were some problems with dependencies which were solved...