# Functions

AccountData is a generic way to define account data resources in Terraform provider.
AccountDataWithParams defines a data source that can be used to read data from the account API.
No description provided by the author
AddContextToAllResources ...
Calculates MD5 hash of the given content.
No description provided by the author
No description provided by the author
Deprecated: migrate to WorkspaceData.
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.
No description provided by the author
GetInt64 returns the data for the given key and cast it to int64.
No description provided by the author
Suppress the error if it is 404.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPairID creates new ID pair.
NewPairSeparatedID creates new ID pair with a custom separator.
NoClientData is a generic way to define data resources in Terraform provider that doesn't require any client.
No description provided by the author
No description provided by the author
Reads the file content from a given path.
Reads content from a JSON string or a file path and returns the content and its MD5 hash.
Pre-registered ResourceProvider for a given struct into resourceProviderRegistry.
No description provided by the author
No description provided by the author
SchemaPath helps to navigate.
SetDefault sets the default value for a schema.
SetForceSendFields adds any fields specified in the `fields` parameter to the ForceSendFields field of the request structure if they are present in the resource state.
SetReadOnly sets the schema to be read-only (i.e.
SetRequired sets the schema to be required.
No description provided by the author
StructToData reads result using schema onto resource data.
StructToSchema makes schema from a struct type & applies customizations from callback given.
No description provided by the author
Version returns version of provider.
WorkspaceData is a generic way to define workspace data resources in Terraform provider.
No description provided by the author
WorkspaceDataWithParams defines a data source that can be used to read data from the workspace API.
WorkspacePathPrefixDiffSuppress suppresses diffs for workspace paths where both sides may or may not include the `/Workspace` prefix.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

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

# Structs

APIErrorBody represents an API error returned by Databricks API.
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.
ErrorDetail represents the details of an API error.
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.
Interface for ResourceProvider instances that have recursive references in its schema.
Generic interface for ResourceProvider.
Interface for ResourceProvider instances that need aliases for fields.
Interface for ResourcePrivider that needs certain customizaitons that shouldn't be shared.

# Type aliases

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