Query workspace data
submit_queryRun SQL queries against Iceberg tables in a DPF workspace. Use SHOW TABLES to list available tables, then reference them by name to retrieve or analyze data.
Instructions
Run a SQL query against the Iceberg tables loaded into a workspace. Run SHOW TABLES to list the tables that actually exist. Reference tables by name only (no catalog/schema-qualified references).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query, e.g. SELECT * FROM customers LIMIT 10 | |
| workspaceId | No | Workspace to act on. Defaults to your only workspace if you have exactly one. |