Superset API import dataset without SSH Tunnel not working ? #29443
Labels
api
Related to the REST API
data:csv
Related to import/export of CSVs
validation:required
A committer should validate the issue
Bug description
Hi everyone,
I need your help.
When I try to import a CSV dataset via the superset API with the endpoint /api/v1/dataset/import/, the request response is {"message": "OK"}, which indicates that everything went well.
The problem is that the dataset has not been imported, and the following messages appear in the logs:
I'm importing without using an SSH tunnel. Is the use of an SSH tunnel mandatory? If not, how can I fix this problem?
Thank you in advance for your help.
How to reproduce the bug
/api/v1/dataset/import/
with parametersformData
andpasswords
. Not use the ssh tunnel informationsScreenshots/recordings
example_import_dataset_superset.zip
Superset version
4.0.1
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: