Vitor-Avila commented on PR #35896: URL: https://github.com/apache/superset/pull/35896#issuecomment-3471397528
> But are Playwright and Chrome still not installed in the `python-common` or `lean` layers by default? If that's still the case, then does it help to add Pillow here? I think of Pillow as being needed for Alerts & Reports but if someone has to install Playwright and Chrome anyway would they install it then? Just wondering, and maybe I'm off-base here. I had trouble getting Playwright to work out of the box with `docker compose`. Adding `INCLUDE_CHROMIUM=true` in the `.env-local` was not sufficient, I had to include it in the command (`INCLUDE_CHROMIUM=true docker compose`), so tackled that using a `docker-compose.override.yml` file. As for the use-cases, you're correct. It's possible the user is only focusing on Alerts & Reports (which can use Playwright) or on the other hand just looking to have async PDF download in dashboards. -- 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]
