krishanthvs commented on issue #30866:
URL: https://github.com/apache/superset/issues/30866#issuecomment-2569159645

   @michael-s-molina this the superset_config.py at my end. Is there any error 
in this setup
   SECRET_KEY='Kumar-FSMK0521'
   WTF_CSRF_ENABLED = False
   TALISMAN_ENABLED = True
   ALERT_REPORTS = True
   DASHBOARD_VIRTUALIZATION = True
   LOGO_RIGHT_TEXT = ""
   APP_NAME = ''
   APP_ICON='/static/assets/images/logo_1.png'
   APP_ICON_WIDTH = 200
   DASHBOARD_RBAC= True
   FEATURE_FLAGS = {
   
   "DASHBOARD_RBAC": True,
   "EMBEDDED_SUPERSET": True,
   "ENABLE_DASHBOARD_SCREENSHOT_ENDPOINTS": False,
   "ENABLE_DASHBOARD_DOWNLOAD_WEBDRIVER_SCREENSHOT": False
   }
   
   DISPLAY_MAX_ROW = 50000
   
   
   
   
   CELERY_TASK_EAGER_PROPAGATES = True
   CELERY_TASK_ALWAYS_EAGER = True
   


-- 
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