db_query_list | R Documentation |
List SQL Queries
db_query_list(
page_size = 20,
page_token = NULL,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
page_size |
Integer, number of results to return for each request. |
page_token |
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. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.