queryResultType
When you set this to DATA_ROWS
or empty, GetQueryResults
returns the query results in rows. If set to DATA_MANIFEST
, it returns the manifest file in rows. Only the query types CREATE TABLE AS SELECT
, UNLOAD
, and INSERT
can generate a manifest file. If you use DATA_MANIFEST
for other query types, the query will fail.