dbxCmdStatus: Command Status

Description Usage Arguments Details Value

View source: R/languageContext.R

Description

Command Status

Usage

1
2
3
4
5
6
dbxCmdStatus(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 (by default, the current command)

ctx

the context for the language (current 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.