Data Sources
Reads and manages registered data sources and their columns.
📄️ List Sources
List sources. Only returns sources the user has permission to access.
📄️ Create Source
Create a source from its connection and table configuration.
📄️ Get Source
Retrieve a specific source.
📄️ Update Source
Update a source. Requests that read the source can fail briefly while the changes take effect.
📄️ Delete Source
Delete a source and make it unavailable for future queries.
📄️ Get Source Columns
List the column names exposed by a source. If the source cannot be read, the operation returns an empty list instead of failing.