dbt Cloud v1.2.0 published on Wednesday, Oct 15, 2025 by Pulumi
dbtcloud.getDatabricksCredential
Start a Neo task
Explain and create a dbtcloud.getDatabricksCredential resource
Databricks credential data source
Using getDatabricksCredential
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDatabricksCredential(args: GetDatabricksCredentialArgs, opts?: InvokeOptions): Promise<GetDatabricksCredentialResult>
function getDatabricksCredentialOutput(args: GetDatabricksCredentialOutputArgs, opts?: InvokeOptions): Output<GetDatabricksCredentialResult>def get_databricks_credential(credential_id: Optional[int] = None,
project_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetDatabricksCredentialResult
def get_databricks_credential_output(credential_id: Optional[pulumi.Input[int]] = None,
project_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDatabricksCredentialResult]func LookupDatabricksCredential(ctx *Context, args *LookupDatabricksCredentialArgs, opts ...InvokeOption) (*LookupDatabricksCredentialResult, error)
func LookupDatabricksCredentialOutput(ctx *Context, args *LookupDatabricksCredentialOutputArgs, opts ...InvokeOption) LookupDatabricksCredentialResultOutput> Note: This function is named LookupDatabricksCredential in the Go SDK.
public static class GetDatabricksCredential
{
public static Task<GetDatabricksCredentialResult> InvokeAsync(GetDatabricksCredentialArgs args, InvokeOptions? opts = null)
public static Output<GetDatabricksCredentialResult> Invoke(GetDatabricksCredentialInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDatabricksCredentialResult> getDatabricksCredential(GetDatabricksCredentialArgs args, InvokeOptions options)
public static Output<GetDatabricksCredentialResult> getDatabricksCredential(GetDatabricksCredentialArgs args, InvokeOptions options)
fn::invoke:
function: dbtcloud:index/getDatabricksCredential:getDatabricksCredential
arguments:
# arguments dictionaryThe following arguments are supported:
- Credential
Id int - Credential ID
- Project
Id int - Project ID
- Credential
Id int - Credential ID
- Project
Id int - Project ID
- credential
Id Integer - Credential ID
- project
Id Integer - Project ID
- credential
Id number - Credential ID
- project
Id number - Project ID
- credential_
id int - Credential ID
- project_
id int - Project ID
- credential
Id Number - Credential ID
- project
Id Number - Project ID
getDatabricksCredential Result
The following output properties are available:
- Adapter
Type string - The type of the adapter (databricks or spark)
- Catalog string
- The catalog where to create models
- Credential
Id int - Credential ID
- Id string
- The ID of this resource. Contains the project ID and the credential ID.
- Num
Threads int - The number of threads to use
- Project
Id int - Project ID
- Schema string
- The schema where to create models
- Target
Name string - Target name
- Adapter
Type string - The type of the adapter (databricks or spark)
- Catalog string
- The catalog where to create models
- Credential
Id int - Credential ID
- Id string
- The ID of this resource. Contains the project ID and the credential ID.
- Num
Threads int - The number of threads to use
- Project
Id int - Project ID
- Schema string
- The schema where to create models
- Target
Name string - Target name
- adapter
Type String - The type of the adapter (databricks or spark)
- catalog String
- The catalog where to create models
- credential
Id Integer - Credential ID
- id String
- The ID of this resource. Contains the project ID and the credential ID.
- num
Threads Integer - The number of threads to use
- project
Id Integer - Project ID
- schema String
- The schema where to create models
- target
Name String - Target name
- adapter
Type string - The type of the adapter (databricks or spark)
- catalog string
- The catalog where to create models
- credential
Id number - Credential ID
- id string
- The ID of this resource. Contains the project ID and the credential ID.
- num
Threads number - The number of threads to use
- project
Id number - Project ID
- schema string
- The schema where to create models
- target
Name string - Target name
- adapter_
type str - The type of the adapter (databricks or spark)
- catalog str
- The catalog where to create models
- credential_
id int - Credential ID
- id str
- The ID of this resource. Contains the project ID and the credential ID.
- num_
threads int - The number of threads to use
- project_
id int - Project ID
- schema str
- The schema where to create models
- target_
name str - Target name
- adapter
Type String - The type of the adapter (databricks or spark)
- catalog String
- The catalog where to create models
- credential
Id Number - Credential ID
- id String
- The ID of this resource. Contains the project ID and the credential ID.
- num
Threads Number - The number of threads to use
- project
Id Number - Project ID
- schema String
- The schema where to create models
- target
Name String - Target name
Package Details
- Repository
- dbtcloud pulumi/pulumi-dbtcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dbtcloudTerraform Provider.
