Viewing docs for dbt Cloud v1.11.6
published on Friday, Sep 18, 2026 by Pulumi
published on Friday, Sep 18, 2026 by Pulumi
Viewing docs for dbt Cloud v1.11.6
published on Friday, Sep 18, 2026 by Pulumi
published on Friday, Sep 18, 2026 by Pulumi
Bigquery credential data source
Using getBigQueryCredential
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 getBigQueryCredential(args: GetBigQueryCredentialArgs, opts?: InvokeOptions): Promise<GetBigQueryCredentialResult>
function getBigQueryCredentialOutput(args: GetBigQueryCredentialOutputArgs, opts?: InvokeOutputOptions): Output<GetBigQueryCredentialResult>def get_big_query_credential(credential_id: Optional[int] = None,
project_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetBigQueryCredentialResult
def get_big_query_credential_output(credential_id: pulumi.Input[Optional[int]] = None,
project_id: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetBigQueryCredentialResult]func LookupBigQueryCredential(ctx *Context, args *LookupBigQueryCredentialArgs, opts ...InvokeOption) (*LookupBigQueryCredentialResult, error)
func LookupBigQueryCredentialOutput(ctx *Context, args *LookupBigQueryCredentialOutputArgs, opts ...InvokeOption) LookupBigQueryCredentialResultOutput> Note: This function is named LookupBigQueryCredential in the Go SDK.
public static class GetBigQueryCredential
{
public static Task<GetBigQueryCredentialResult> InvokeAsync(GetBigQueryCredentialArgs args, InvokeOptions? opts = null)
public static Output<GetBigQueryCredentialResult> Invoke(GetBigQueryCredentialInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetBigQueryCredentialResult> Invoke(GetBigQueryCredentialInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetBigQueryCredentialResult> getBigQueryCredential(GetBigQueryCredentialArgs args, InvokeOptions options)
public static Output<GetBigQueryCredentialResult> getBigQueryCredential(GetBigQueryCredentialArgs args, InvokeOptions options)
public static Output<GetBigQueryCredentialResult> getBigQueryCredential(GetBigQueryCredentialArgs args, InvokeOutputOptions options)
fn::invoke:
function: dbtcloud:index/getBigQueryCredential:getBigQueryCredential
arguments:
# arguments dictionarydata "dbtcloud_get_big_query_credential" "name" {
# arguments
}The 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 number - Credential ID
- project_
id number - 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
getBigQueryCredential Result
The following output properties are available:
- Auth
Type string - The authentication method for the BigQuery credential
- Credential
Id int - Credential ID
- Dataset string
- Default dataset name
- Id string
- The ID of this data source. Contains the project ID and the credential ID.
- Is
Active bool - Whether the BigQuery credential is active
- Num
Threads int - Number of threads to use
- Project
Id int - Project ID
- Service
Account stringImpersonation Url - The URL for the service account impersonation request
- Workload
Pool stringProvider Path - The fully specified resource name of the workload pool provider
- Auth
Type string - The authentication method for the BigQuery credential
- Credential
Id int - Credential ID
- Dataset string
- Default dataset name
- Id string
- The ID of this data source. Contains the project ID and the credential ID.
- Is
Active bool - Whether the BigQuery credential is active
- Num
Threads int - Number of threads to use
- Project
Id int - Project ID
- Service
Account stringImpersonation Url - The URL for the service account impersonation request
- Workload
Pool stringProvider Path - The fully specified resource name of the workload pool provider
- auth_
type string - The authentication method for the BigQuery credential
- credential_
id number - Credential ID
- dataset string
- Default dataset name
- id string
- The ID of this data source. Contains the project ID and the credential ID.
- is_
active bool - Whether the BigQuery credential is active
- num_
threads number - Number of threads to use
- project_
id number - Project ID
- service_
account_ stringimpersonation_ url - The URL for the service account impersonation request
- workload_
pool_ stringprovider_ path - The fully specified resource name of the workload pool provider
- auth
Type String - The authentication method for the BigQuery credential
- credential
Id Integer - Credential ID
- dataset String
- Default dataset name
- id String
- The ID of this data source. Contains the project ID and the credential ID.
- is
Active Boolean - Whether the BigQuery credential is active
- num
Threads Integer - Number of threads to use
- project
Id Integer - Project ID
- service
Account StringImpersonation Url - The URL for the service account impersonation request
- workload
Pool StringProvider Path - The fully specified resource name of the workload pool provider
- auth
Type string - The authentication method for the BigQuery credential
- credential
Id number - Credential ID
- dataset string
- Default dataset name
- id string
- The ID of this data source. Contains the project ID and the credential ID.
- is
Active boolean - Whether the BigQuery credential is active
- num
Threads number - Number of threads to use
- project
Id number - Project ID
- service
Account stringImpersonation Url - The URL for the service account impersonation request
- workload
Pool stringProvider Path - The fully specified resource name of the workload pool provider
- auth_
type str - The authentication method for the BigQuery credential
- credential_
id int - Credential ID
- dataset str
- Default dataset name
- id str
- The ID of this data source. Contains the project ID and the credential ID.
- is_
active bool - Whether the BigQuery credential is active
- num_
threads int - Number of threads to use
- project_
id int - Project ID
- service_
account_ strimpersonation_ url - The URL for the service account impersonation request
- workload_
pool_ strprovider_ path - The fully specified resource name of the workload pool provider
- auth
Type String - The authentication method for the BigQuery credential
- credential
Id Number - Credential ID
- dataset String
- Default dataset name
- id String
- The ID of this data source. Contains the project ID and the credential ID.
- is
Active Boolean - Whether the BigQuery credential is active
- num
Threads Number - Number of threads to use
- project
Id Number - Project ID
- service
Account StringImpersonation Url - The URL for the service account impersonation request
- workload
Pool StringProvider Path - The fully specified resource name of the workload pool provider
Package Details
- Repository
- dbtcloud pulumi/pulumi-dbtcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dbtcloudTerraform Provider.
Viewing docs for dbt Cloud v1.11.6
published on Friday, Sep 18, 2026 by Pulumi
published on Friday, Sep 18, 2026 by Pulumi