-
-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
Is your feature request related to a problem? Please describe.
For simple use cases of fetching list of tables, columns
balloons up the response size, esp. when you have hundreds of tables. More complete columns info can instead be retrieved from /columns
.
Describe the solution you'd like
Omit columns
from /tables
.
Describe alternatives you've considered
Use a query param include_columns=true
to still include columns in /tables
and make it false by default.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request