-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Improve documentation regarding Scheduling and Emailing Reports #11235
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
I agree with this. Documentation is very poor and no clear instructions on how to set things up for production environments. I am trying to make Superset work with email scheduling including Celery and it's been 3 days and my struggle continues. I am making progress but I have to debug each and every minute detail. I am very disappointed with not even finding an official architectural image in the documentation. :( |
From my side, I managed it with some struggle. Use Redis, do not try filesystem as a backend. This is the article I was using - https://medium.com/@nileshxbhosale/apache-superset-a-cost-effective-alternative-to-quick-sight-for-data-lake-668868fe51c7 (+ docs). |
@DRavikanth if you are using Docker Compose add the following to your superset image: superset:
shm_size: '2gb' # fix for gecko driver failure
# ... You can find the same in the article I shared with you. |
@VMois, Thanks for the pointer. I missed that totally, let me try that and keep posted here. |
@DRavikanth, pls, create a separate issue for your problem. Describe your setup, etc. This is an issue related to improving docs. Regarding your problem, it is a different error compared to what you had. Good sign. Check if you have the latest stable version of the |
@VMois, makes sense. |
The documentation for these was introduced in #13104 |
Is your feature request related to a problem? Please describe.
geckodriver
andchromedriver
, but in reality, it isfirefox
andchrome
Describe the solution you'd like
Describe alternatives you've considered
No alternatives
Additional context
Link to existing docs - https://superset.apache.org/docs/installation/email-reports
The text was updated successfully, but these errors were encountered: