dbxCmdCancel: Command Cancel

Description Usage Arguments Details Value

View source: R/languageContext.R

Description

Command Cancel

Usage

1
2
3
4
5
6
dbxCmdCancel(cmdId = getOption("databricks")$currentCommand,
  ctx = getOption("dbpycontext"),
  instance = options("databricks")[[1]]$instance,
  clusterId = options("databricks")[[1]]$clusterId,
  user = options("databricks")[[1]]$user,
  password = options("databricks")[[1]]$password)

Arguments

cmdId

commandId returned by runCommand

ctx

the context for the language (default is the current running python context)

instance

is the instance of databricks

clusterId

is the clusterId you're working with

user

your usename

password

your password

Details

see https://docs.databricks.com/api/1.2/index.html#command-execution

Value

a commandId


saptarshiguha/rdatabricks documentation built on May 26, 2019, 3:35 a.m.