Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.45 KB

QueryInfo.md

File metadata and controls

22 lines (17 loc) · 1.45 KB

QueryInfo

Properties

Name Type Description Notes
destination_uri str destination for query results. Only populated for Insert INTO s3 queries. [optional]
executed_by str User ID who executed the query. [optional]
expires_at str Time (UTC) that query results expire. Only populated if `status` is `COMPLETE`. [optional]
last_offset str The log offset that query results were written to in the destination collection. Only populated for INSERT INTO queries. [optional]
pagination Pagination [optional]
query_errors [QueryError] Errors encountered while executing the query. [optional]
query_id str Unique Query ID. [optional]
sql str The SQL query for this request [optional]
stats Stats [optional]
status str Status of the query. [optional]
submitted_at str Time (UTC) the query request was first received and queued for execution. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]