You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed superset in AWS EC2 instance which is Ubuntu. It is working fine but i have a requirement to send dashboards in email to clients. I have configured SMTP, chrome browser, chromedriver, Redis and also made correct changes to config.py file. I am able to run celery worker, celery beat but if i try to send test email i am getting UnboundLocalError: local variable 'options' referenced before assignment in celery worker. This is so frustrating in superset. Why is it so difficult to enable this option in superset?
Also I tried with firefox and geckodriver and facing the same issue. All required installation are in correct path variable.
Either i get the above error or devtoolsactiveport file doesn't exist error.
What am i missing here? What is the correct way to enable email scheduling in AWS EC2 instance(Ubuntu)? Did anybody faced the same issue? If so can someone please help me fix this issue
This discussion was converted from issue #11620 on December 16, 2020 06:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have installed superset in AWS EC2 instance which is Ubuntu. It is working fine but i have a requirement to send dashboards in email to clients. I have configured SMTP, chrome browser, chromedriver, Redis and also made correct changes to config.py file. I am able to run celery worker, celery beat but if i try to send test email i am getting UnboundLocalError: local variable 'options' referenced before assignment in celery worker. This is so frustrating in superset. Why is it so difficult to enable this option in superset?
Also I tried with firefox and geckodriver and facing the same issue. All required installation are in correct path variable.
Either i get the above error or devtoolsactiveport file doesn't exist error.
What am i missing here? What is the correct way to enable email scheduling in AWS EC2 instance(Ubuntu)?
Did anybody faced the same issue? If so can someone please help me fix this issue
Beta Was this translation helpful? Give feedback.
All reactions