diff --git a/docs/static/resources/openapi.json b/docs/static/resources/openapi.json index 60c25fc5190..6389dec60df 100644 --- a/docs/static/resources/openapi.json +++ b/docs/static/resources/openapi.json @@ -18736,7 +18736,7 @@ { "description": "Table name", "in": "query", - "name": "table", + "name": "name", "required": true, "schema": { "type": "string" diff --git a/superset/databases/api.py b/superset/databases/api.py index 5c3e024e737..fdf4d980c0b 100644 --- a/superset/databases/api.py +++ b/superset/databases/api.py @@ -1016,7 +1016,7 @@ class DatabaseRestApi(BaseSupersetModelRestApi): - in: query schema: type: string - name: table + name: name required: true description: Table name - in: query