public class DatabricksContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_PROVIDER_CLASS_NAME |
Modifier and Type | Method and Description |
---|---|
static DatabricksContext |
createIfAvailable() |
static Map<String,String> |
getConfigProviderIfAvailable(String className) |
String |
getNotebookId()
Should only be called if isInDatabricksNotebook() is true.
|
Map<String,String> |
getTags() |
boolean |
isInDatabricksNotebook() |
public static final String CONFIG_PROVIDER_CLASS_NAME
public static DatabricksContext createIfAvailable()
public boolean isInDatabricksNotebook()
public String getNotebookId()
Copyright © 2020. All rights reserved.