List SQL Queries
db_query_list(
page_size = 20,
page_token = NULL,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
Integer, number of results to return for each request.
Token used to get the next page of results. If not specified, returns the first page of results as well as a next page token if there are more results.
Databricks workspace URL, defaults to calling db_host()
.
Databricks workspace token, defaults to calling db_token()
.
If TRUE
(default) the request is performed, if
FALSE
the httr2 request is returned without being performed.
Gets a list of queries accessible to the user, ordered by creation time. Warning: Calling this API concurrently 10 or more times could result in throttling, service degradation, or a temporary ban.
Other SQL Queries API:
db_query_create()
,
db_query_delete()
,
db_query_get()
,
db_query_update()