superset_annotation_update
Update an annotation in Apache Superset by specifying its layer and annotation IDs. Modify only the fields that need changing, such as description or start/end times.
Instructions
Update an annotation. Pass only the fields to change.
Args: annotation_layer_id: Annotation layer ID. annotation_id: Annotation ID to update. short_descr: New brief description. start_dttm: New start datetime (ISO format: "2024-01-01T00:00:00"). end_dttm: New end datetime (ISO format). long_descr: New detailed description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_dttm | No | ||
| long_descr | No | ||
| start_dttm | No | ||
| short_descr | No | ||
| annotation_id | Yes | ||
| annotation_layer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |