데이터 소스
등록된 데이터 소스와 데이터 소스의 컬럼을 조회·관리하는 API입니다.
📄️ 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.