Create an execution context.
create_command_execution_and_wait.Rd
This is a long-running operation, which blocks until Command Execution on Databricks reach
Running state with the timeout of 20 minutes, that you can change via timeout
parameter.
By default, the state of Databricks Command Execution is reported to console. You can change this behavior
by changing the callback
parameter.
Usage
create_command_execution_and_wait(
client,
cluster_id = NULL,
language = NULL,
timeout = 20,
callback = cli_reporter
)