query_sql_report
Execute a constrained read-only SQL rowset query over authorized datasets. Use this only for wide reports that do not fit the governed exact-query surface. SQL must be a single SELECT/WITH statement over the provided dataset aliases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | Single read-only SELECT or WITH statement. | |
| sources | Yes | Authorized datasets made available to the SQL report. | |
| max_rows | No | Optional row cap, up to the API maximum. |