Edit existing visualization.
update_query_visualization.Rd
Edit existing visualization.
Usage
update_query_visualization(
client,
id,
created_at = NULL,
description = NULL,
name = NULL,
options = NULL,
type = NULL,
updated_at = NULL
)
queryVisualizationsUpdate(
client,
id,
created_at = NULL,
description = NULL,
name = NULL,
options = NULL,
type = NULL,
updated_at = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- id
The UUID for this visualization.
- created_at
This field has no description yet.
- description
A short description of this visualization.
- name
The name of the visualization that appears on dashboards and the query screen.
- options
The options object varies widely from one visualization type to the next and is unsupported.
- type
The type of visualization: chart, table, pivot table, and so on.
- updated_at
This field has no description yet.