mistercrunch commented on a change in pull request #7448: Adds 'superset export_dashboards --dashboard-id/-i --dashboard-title/-t' options to CLI URL: https://github.com/apache/incubator-superset/pull/7448#discussion_r281917337
########## File path: superset/config.py ########## @@ -608,6 +608,8 @@ class CeleryConfig(object): # localtime (in the tz where the superset webserver is running) IS_EPOCH_S_TRULY_UTC = False +# Default dashboard export directory +DASHBOARD_EXPORT_DIR = '/tmp/' Review comment: Unused? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
