You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/15 18:07:40 UTC

(superset) branch master updated: docs(miscellaneous): Export Datasoruces: export datasources exports to ZIP (#27120)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 04be96b0dc docs(miscellaneous): Export Datasoruces: export datasources exports to ZIP (#27120)
04be96b0dc is described below

commit 04be96b0dc8c397b8a638b3f80bc281c28071053
Author: James O'Claire <ja...@gmail.com>
AuthorDate: Fri Feb 16 02:07:34 2024 +0800

    docs(miscellaneous): Export Datasoruces: export datasources exports to ZIP (#27120)
---
 docs/docs/miscellaneous/importing-exporting-datasources.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/miscellaneous/importing-exporting-datasources.mdx b/docs/docs/miscellaneous/importing-exporting-datasources.mdx
index c2f8e6460c..e51aed3536 100644
--- a/docs/docs/miscellaneous/importing-exporting-datasources.mdx
+++ b/docs/docs/miscellaneous/importing-exporting-datasources.mdx
@@ -34,7 +34,7 @@ You can print your current datasources to stdout by running:
 superset export_datasources
 ```
 
-To save your datasources to a file run:
+To save your datasources to a ZIP file run:
 
 ```
 superset export_datasources -f <filename>