Change a query definition.
update_query.Rd
Modify this query definition.
Usage
update_query(
client,
query_id,
data_source_id = NULL,
description = NULL,
name = NULL,
options = NULL,
query = NULL,
run_as_role = NULL
)
queriesUpdate(
client,
query_id,
data_source_id = NULL,
description = NULL,
name = NULL,
options = NULL,
query = NULL,
run_as_role = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- query_id
Required. This field has no description yet.
- data_source_id
Data source ID maps to the ID of the data source used by the resource and is distinct from the warehouse ID.
- description
General description that conveys additional information about this query such as usage notes.
- name
The title of this query that appears in list views, widget headings, and on the query page.
- options
Exclusively used for storing a list parameter definitions.
- query
The text of the query to be run.
- run_as_role
Sets the Run as role for the object.