dbxCtxStatus: Get Status of a Context

Description Usage Arguments Details Value

View source: R/languageContext.R

Description

Get Status of a Context

Usage

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

Arguments

ctx

the context for the language

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#execution-context

Value

a context object


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