Table Queries
This schema defines structure of table query
Properties
- queries(array): Date of execution of SQL query.- Items: Refer to #/definitions/tableQuery.
 
Definitions
- tableQuery- query(string): SQL query.
- query_type(string): SQL query type.
- exclude_usage(boolean): Flag to check if query is to be excluded while processing usage.
- dialect(string): SQL dialect.
- userName(string): Name of the user that executed the SQL query.
- startTime(string): Start time of execution of SQL query.
- endTime(string): End time of execution of SQL query.
- analysisDate: Date of execution of SQL query. Refer to ./basic.json#/definitions/dateTime.
- aborted(boolean): Flag to check if query was aborted during execution.
- serviceName(string): Name that identifies this database service.
- databaseName(string): Database associated with the table in the query.
- databaseSchema(string): Database schema of the associated with query.
- duration(number): How long did the query took to run in milliseconds.
- cost(number): Cost of the query execution.
 
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.