sfirke commented on issue #24922:
URL: https://github.com/apache/superset/issues/24922#issuecomment-1671342526

   Have you tried running the `-dev` image of whatever Superset version you 
want to deploy?
   
   From the Alerts & Reports documentation:
   
   > Note: All the components required (Firefox headless browser, Redis, 
Postgres db, celery worker and celery beat) are present in the dev docker image 
if you are following [Installing Superset 
Locally](https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/).
 All you need to do is add the required config variables described in this 
guide (See Detailed Config).
   >
   > If you are running a non-dev docker image, e.g., a stable release like 
apache/superset:2.0.1, that image does not include a headless browser. Only the 
superset_worker container needs this headless browser to browse to the target 
chart or dashboard. You can either install and configure the headless browser - 
see "Custom Dockerfile" section below - or when deploying via docker-compose, 
modify your docker-compose.yml file to use a dev image for the worker container 
and a stable release image for the superset_app container.
   >
   > Note: In this context, a "dev image" is the same application software as 
its corresponding non-dev image, just bundled with additional tools. So an 
image like 2.0.1-dev is identical to 2.0.1 when it comes to stability, 
functionality, and running in production. The actual "in-development" versions 
of Superset - cutting-edge and unstable - are not tagged with version numbers 
on Docker Hub and will display version 0.0.0-dev within the Superset UI.
   
   This is not a bug report, it's a configuration question, so I'm going to 
close this and convert to discussion.  Feel free to keep talking in the 
discussion if you have further issues.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to