Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatabricksCredentialDataSource ¶
func DatabricksCredentialDataSource() datasource.DataSource
Types ¶
type DatabricksCredentialDataSourceModel ¶
type DatabricksCredentialDataSourceModel struct {
ID types.String `tfsdk:"id"`
CredentialID types.Int64 `tfsdk:"credential_id"`
ProjectID types.Int64 `tfsdk:"project_id"`
AdapterType types.String `tfsdk:"adapter_type"`
TargetName types.String `tfsdk:"target_name"`
NumThreads types.Int64 `tfsdk:"num_threads"`
Catalog types.String `tfsdk:"catalog"`
Schema types.String `tfsdk:"schema"`
}
type DatabricksCredentialResourceModel ¶
type DatabricksCredentialResourceModel struct {
ID types.String `tfsdk:"id"`
CredentialID types.Int64 `tfsdk:"credential_id"`
ProjectID types.Int64 `tfsdk:"project_id"`
TargetName types.String `tfsdk:"target_name"`
Token types.String `tfsdk:"token"`
Catalog types.String `tfsdk:"catalog"`
Schema types.String `tfsdk:"schema"`
AdapterType types.String `tfsdk:"adapter_type"`
}
Click to show internal directories.
Click to hide internal directories.