Skip to contents

Gets a list of queries. Optionally, this list can be filtered by a search term.

Usage

list_queries(client, order = NULL, page = NULL, page_size = NULL, q = NULL)

queriesList(client, order = NULL, page = NULL, page_size = NULL, q = NULL)

Arguments

client

Required. Instance of DatabricksClient()

order

Name of query attribute to order by.

page

Page number to retrieve.

page_size

Number of queries to return per page.

q

Full text search term.

Value

data.frame with all of the response pages.

Details

**Warning: Calling this API concurrently 10 or more times could result in

throttling, service degradation, or a temporary ban.**