projects
Like ExecuteSql, except returns the result set as a stream. Unlike ExecuteSql, there is no limit on the size of the returned result set. However, no individual row in the result set can exceed 100 MiB, and no column value can exceed 10 MiB. The query string can be SQL or Graph Query Language (GQL).
post/v1/{+session}:executeStreamingSql
Path parameters
sessionstring required
Required. The session in which the SQL query should be performed.
Request body
Response
Successful response