set_data_source
Associate a project with a data source agent, specifying the target schema and whether the link is active.
Instructions
Привязать проект к агенту-источнику данных (Structly Agent).
Args:
project_uuid: UUID проекта.
agent_uuid: UUID агента (реальная PostgreSQL-база).
schema_uuid: UUID схемы проекта, в которую импортируются данные.
is_active: Активна ли привязка.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_active | No | ||
| agent_uuid | Yes | ||
| schema_uuid | Yes | ||
| project_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |