diff --git a/superset/views/database/api.py b/superset/views/database/api.py index b1cfce9f9..00503269c 100644 --- a/superset/views/database/api.py +++ b/superset/views/database/api.py @@ -172,7 +172,7 @@ class DatabaseRestApi(DatabaseMixin, BaseSupersetModelRestApi): - in: path schema: type: string - name: schema + name: schema_name description: Table schema responses: 200: