diff --git a/superset/databases/api.py b/superset/databases/api.py index 542daa93ae668..34bf889765fe3 100644 --- a/superset/databases/api.py +++ b/superset/databases/api.py @@ -1632,10 +1632,10 @@ def import_(self) -> Response: ) @requires_form_data def csv_metadata(self) -> Response: - """Upload an CSV file and returns file metadata. + """Upload a CSV file and returns file metadata. --- post: - summary: Upload an CSV file and returns file metadata + summary: Upload a CSV file and returns file metadata requestBody: required: true content: