# Functions

AddContextToAllResources ...
CleanupEnvironment backs up environment - use as `defer CleanupEnvironment()()` clears it and restores it in the end.
ClientAttributes returns meta-representation of DatabricksClient configuration options.
CommonEnvironmentClient configured once per run of application.
No description provided by the author
DataToReflectValue reads reflect value from data.
DataToStructPointer reads resource data with given schema onto result pointer.
DiffToStructPointer reads resource diff with given schema onto result pointer.
IsMissing tells if error is about missing resource.
No description provided by the author
No description provided by the author
NewClientFromEnvironment makes very good client for testing purposes.
NewPairID creates new ID pair.
NewPairSeparatedID creates new ID pair with a custom separator.
NotFound returns properly formatted Not Found error.
ResetCommonEnvironmentClient resets test dummy.
SchemaPath helps to navigate.
StructToData reads result using schema onto resource data.
StructToSchema makes schema from a struct type & applies customizations from callback given.
Version returns version of provider.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Default settings.
Default settings.
Default settings.

# Variables

apiVersion.
Current is the current name of integration test.
If current resource is data.
Provider is the current instance of provider.
ResourceName is resource name without databricks_ prefix.

# Structs

APIError is a generic struct for an api error on databricks.
APIErrorBody maps "proper" databricks rest api errors to a struct.
BindResource defines resource with simplified functions.
CommandResults captures results of a command.
No description provided by the author
DatabricksClient holds properties needed for authentication and HTTP client setup fields with `name` struct tags become Terraform provider attributes.
Pair defines an ID pair.
Resource aims to simplify things like error & deleted entities handling.

# Interfaces

CommandExecutor creates a spark context and executes a command and then closes context.

# Type aliases

No description provided by the author
CommandMock mocks the execution of command.