update_dataset
Update an existing dataset's SQL query, name, or description. Changes take effect on next chart refresh. Use dry_run to validate without making changes.
Instructions
Update an existing dataset's SQL, name, or description.
Use list_datasets to find the dataset_id. After updating the SQL, any charts built on this dataset will reflect the new data on their next refresh.
Args: dataset_id: ID of the dataset to update sql: New SQL query (replaces existing) name: New display name description: New description override_columns: If True, refresh column metadata from the new SQL (recommended when changing SQL) dry_run: If True, validate inputs, capture current state, and check dependencies without making any changes (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | ||
| sql | No | ||
| name | No | ||
| description | No | ||
| override_columns | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |