package dbutils
- Alphabetic
- Public
- Protected
Type Members
- case class CommandContext extends Product with Serializable
- trait DBUtils extends WithHelpMethods
DBUtils make it easy to perform powerful combinations of tasks.
DBUtils make it easy to perform powerful combinations of tasks. You can use the utilities to work with object storage efficiently, to chain and parameterize notebooks, and to work with secrets.
- trait DataUtils extends Serializable with WithHelpMethods
DataUtils provides utilities for understanding and interpreting datasets.
DataUtils provides utilities for understanding and interpreting datasets. This module is currently in preview and may be unstable.
- trait DatabricksCredentialUtils extends Serializable with WithHelpMethods
Provides utilities for interacting with credentials within notebooks.
Provides utilities for interacting with credentials within notebooks. Only usable on clusters with credential passthrough enabled. IAM credential passthrough is a legacy data governance model. Databricks recommends that you upgrade to Unity Catalog. Unity Catalog simplifies security and governance of your data by providing a central place to administer and audit data access across multiple workspaces in your account. For more information, please consult the Databricks documentation.
- trait DbfsUtils extends Serializable with WithHelpMethods
- case class FileInfo(path: String, name: String, size: Long, modificationTime: Long) extends Product with Serializable
- trait JobsUtils extends Serializable with WithHelpMethods
JobsUtils provides utilities for working with jobs.
- trait LibraryUtils extends Serializable with WithHelpMethods
LibraryUtils is a collection of utilities for managing libraries in a notebook.
- trait MetaUtils extends Serializable with WithHelpMethods
MetaUtils provides utilities for working with source and class files directly.
- case class MountInfo(mountPoint: String, source: String, encryptionType: String) extends Product with Serializable
- trait NoHelp extends WithHelpMethods
Help is a no-op in the SDK version of DBUtils.
- trait NotebookUtils extends Serializable with WithHelpMethods
The notebook module.
- class ProxyDBUtilsImpl extends DBUtils
- case class RunId extends Product with Serializable
- class SdkDBUtilsImpl extends DBUtils with NoHelp
- case class SecretMetadata(key: String) extends Product with Serializable
The key of the secret within the secret scope.
- case class SecretScope(name: String) extends Product with Serializable
The name of the secret scope.
- trait SecretUtils extends Serializable with WithHelpMethods
SecretUtils provides utilities for working with secrets.
- trait TaskValuesUtils extends Serializable with WithHelpMethods
TaskValuesUtils provides utilities for working with task values.
- trait WidgetsUtils extends Serializable with WithHelpMethods
WidgetsUtils provides utilities for working with notebook widgets.
WidgetsUtils provides utilities for working with notebook widgets. You can create different types of widgets and get their bound value.
- trait WithHelpMethods extends AnyRef