update_metadata
Modify metadata for data assets including name, description, tags, mount path, and custom fields to maintain accurate organization and searchability.
Instructions
Update metadata for a data asset including name, description, tags, mount, and custom metadata.
Supports updating various metadata types:
Basic metadata: name (display name), description (free text description)
Organization: tags (keywords for searching), mount (default mount folder path)
Custom metadata: admin-defined custom fields with user-set values according to deployment configuration (string, number, or date fields in unix epoch format)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_asset_id | Yes | ||
| update_params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| size | No | ||
| tags | No | ||
| type | Yes | ||
| files | No | ||
| mount | Yes | ||
| state | Yes | ||
| created | Yes | ||
| last_used | Yes | ||
| provenance | No | ||
| description | No | ||
| source_bucket | No | ||
| app_parameters | No | ||
| failure_reason | No | ||
| transfer_error | No | ||
| custom_metadata | No | ||
| last_transferred | No | ||
| nextflow_profile | No | ||
| contained_data_assets | No |