superset_dataset_refresh_schema
Refresh a dataset's schema from its source to reflect column and type changes after ALTER TABLE or structural modifications.
Instructions
Refresh the dataset schema from the source (rescan columns and types).
Useful after ALTER TABLE or any structural change to the underlying table.
Args: dataset_id: Dataset ID.
Returns: JSON string with the refresh result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |