Skip to contents

Add visualization to a query.

Usage

create_query_visualization(
  client,
  query_id,
  type,
  options,
  description = NULL,
  name = NULL
)

queryVisualizationsCreate(
  client,
  query_id,
  type,
  options,
  description = NULL,
  name = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

query_id

Required. The identifier returned by :method:queries/create.

type

Required. The type of visualization: chart, table, pivot table, and so on.

options

Required. The options object varies widely from one visualization type to the next and is unsupported.

description

A short description of this visualization.

name

The name of the visualization that appears on dashboards and the query screen.