Skip to contents

Runs a cluster command in the given execution context, using the provided language.

Usage

execute_command(
  client,
  cluster_id = NULL,
  command = NULL,
  context_id = NULL,
  language = NULL
)

commandExecutionExecute(
  client,
  cluster_id = NULL,
  command = NULL,
  context_id = NULL,
  language = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

cluster_id

Running cluster id.

command

Executable code.

context_id

Running context id.

language

This field has no description yet.

Details

If successful, it returns an ID for tracking the status of the command's execution.