update_metadata
Update a database table's metadata in the knowledge base with descriptions, layer, owner, column details, and certification status.
Instructions
Обновить метаописание таблицы в Knowledge Base (ТЗ 1.1). column_descriptions: JSON {"col1": "описание", "col2": "..."} layer: raw | staging | mart | certified
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | ||
| owner | No | ||
| table_name | Yes | ||
| description | No | ||
| is_certified | No | ||
| column_descriptions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |