superset_report_update
Update an existing Superset report or alert by changing its name, schedule, active status, or recipient list. Pass only the fields you need to modify.
Instructions
Update a report/alert. Pass only the fields to change.
Args: report_id: Report ID to update. name: New name. crontab: New cron schedule (e.g. "0 9 * * *"). active: Enable/disable the report. recipients: JSON string with new recipient list (REPLACES all current recipients).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| active | No | ||
| crontab | No | ||
| report_id | Yes | ||
| recipients | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |