athena_save_query
Save a SQL query to an Athena workspace for future reuse. Specify the workspace ID, a short name, and the SQL text to persist the query.
Instructions
Persist a SQL query under the caller's user, scoped to a workspace.
Args: workspace_id: The Athena workspace id this saved query belongs to. name: Short label for the saved query. sql: The SQL text to save.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| name | Yes | ||
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |