We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caf778 commit 32d5abbCopy full SHA for 32d5abb
lib/superset/dashboard/export.rb
@@ -1,7 +1,8 @@
1
# Will export the zip file to /tmp/superset_dashboards with zip filename adjusted to include the dashboard_id
2
# Example zipfile: dashboard_#{dashboard_id}_export_#{datestamp}.zip
3
+#
4
# Usage
-# Superset::Dashboard::Export.new(dashboard_id: 15).perform
5
+# Superset::Dashboard::Export.new(dashboard_id: 15, destination_path: '/tmp/superset_dashboard_backups/').perform
6
#
7
8
require 'superset/file_utilities'
0 commit comments