Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 916 Bytes

TestQueryDuration.md

File metadata and controls

14 lines (9 loc) · 916 Bytes

TestQueryDuration

A structure containing duration of the test queries run on a data source. It is omitted if an error happens.

Properties

Name Type Description Notes
simple_select int Field containing duration of a test select query on a data source. In milliseconds.
create_cache_table int Field containing duration of a test 'create table as select' query on a datasource. In milliseconds. The field is omitted if a data source doesn't support caching. [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]