update_dataset_definition
Overwrite a QuickSight dataset's full definition from JSON, with an automatic backup; fetch the current definition first, then apply changes.
Instructions
Update full dataset definition from JSON.
WARNING: This replaces the entire dataset definition. A backup is created automatically before the update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | The QuickSight dataset ID. | |
| definition_json | Yes | JSON string containing the full dataset definition. Must include PhysicalTableMap, LogicalTableMap, ImportMode. Obtain the current definition from get_dataset first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||