View source: R/query-history.R
db_sql_query_history | R Documentation |
For more details refer to the query history documentation.
This function elevates the sub-components of filter_by
parameter to the R
function directly.
db_sql_query_history(
statuses = NULL,
user_ids = NULL,
endpoint_ids = NULL,
start_time_ms = NULL,
end_time_ms = NULL,
max_results = 100,
page_token = NULL,
include_metrics = FALSE,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
statuses |
Allows filtering by query status. Possible values are:
|
user_ids |
Allows filtering by user ID's. Multiple permitted. |
endpoint_ids |
Allows filtering by endpoint ID's. Multiple permitted. |
start_time_ms |
Integer, limit results to queries that started after this time. |
end_time_ms |
Integer, limit results to queries that started before this time. |
max_results |
Limit the number of results returned in one page. Default is 100. |
page_token |
Opaque token used to get the next page of results. Optional. |
include_metrics |
Whether to include metrics about query execution. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
By default the filter parameters statuses
, user_ids
, and endpoints_ids
are NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.