-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to fetch thumbnail image data, getting OK Async in response instead #10022
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Hi @AshishKapoor, Thumbnails need cache and celery workers, take a look at: https://apache-superset.readthedocs.io/en/0.36/installation.html#celery-tasks Also on celery use: |
@dpgaspar Okay, I'll do that. Thanks. 🙏 |
Hi @dpgaspar I'm getting this with celery worker. What am I missing now? |
Cool! Do a get request to |
Unable to fetch thumbnail image data, getting OK Async in response instead.
Ref PR: #8947
Expected results
Should return the image data.
Actual results
I'm getting
{ "message": "OK Async" }
when calling for the thumbnail.Screenshots
How to reproduce the bug
<hostname>:<port>/api/v1/dashboard/<thumbnail_url>
Environment
Superset 0.999.0dev
Python 3.7.7
v12.16.3
6.14.4
Checklist
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: