wakandan opened a new issue #14062: URL: https://github.com/apache/superset/issues/14062
The document is unclear on how to import csv file into `/api/v1/dataset/import`. From the test code, I can see that we need some metadata in the zip file to specify which database & dataset to upload the csv file, however there's no guiding on how to add the csv in to the zip bundle. I tried adding a csv file into the zip file, and then set `data=file:///data.csv` in the `imported_dataset.yaml` but it says that it's not a valid URL. What is the correct way to refer to the csv file included in the zip bundle. And what is the `passwords` field in the params in the `/api/v1/dataset/import` for? Let's say I upload the csv file to a public location with password protected, is the `passwords` field for that purpose? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
