ddxv commented on code in PR #27290: URL: https://github.com/apache/superset/pull/27290#discussion_r1512094550
########## docs/docs/miscellaneous/importing-exporting-datasources.mdx: ########## @@ -61,15 +61,39 @@ superset export_datasource_schema As a reminder, you can use the `-b` flag to include back references. -### Importing Datasources from YAML +### Importing Datasources -In order to import datasources from a YAML file(s), run: +In order to import datasources from a ZIP file, run: + +``` +superset import_datasources -p <path / filename> +``` + +The optional username flag **-u** sets the user used for the datasource import. The default is 'admin'. Example: + +``` +superset import_datasources -p <path / filename> -u 'admin' +``` + +### Legacy Importing Datasources + +#### From older versions of Superset to current version + +When using Superset version 4.x.x to import from an older version (2.x.x or 3.x.x) importing is supported as the command `legacy_import_datasources` and expects a JSON or directory of JSONs. The options are `-r` for recursive and `-u` for specifying a user. Example: Review Comment: Hello sfirke, the command with -p is correct as that is a required parameter, but it is confusing in this example to have not included either the optionals. I think clarifying this will help. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org