1. Packages
  2. dbt Cloud Provider
  3. API Docs
  4. getGlobalConnection
dbt Cloud v0.1.30 published on Thursday, Mar 20, 2025 by Pulumi

dbtcloud.getGlobalConnection

Explore with Pulumi AI

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as dbtcloud from "@pulumi/dbtcloud";

const myConnection = dbtcloud.getGlobalConnection({
    id: 1234,
});
Copy
import pulumi
import pulumi_dbtcloud as dbtcloud

my_connection = dbtcloud.get_global_connection(id=1234)
Copy
package main

import (
	"github.com/pulumi/pulumi-dbtcloud/sdk/go/dbtcloud"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := dbtcloud.LookupGlobalConnection(ctx, &dbtcloud.LookupGlobalConnectionArgs{
			Id: 1234,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using DbtCloud = Pulumi.DbtCloud;

return await Deployment.RunAsync(() => 
{
    var myConnection = DbtCloud.GetGlobalConnection.Invoke(new()
    {
        Id = 1234,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.dbtcloud.DbtcloudFunctions;
import com.pulumi.dbtcloud.inputs.GetGlobalConnectionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var myConnection = DbtcloudFunctions.getGlobalConnection(GetGlobalConnectionArgs.builder()
            .id(1234)
            .build());

    }
}
Copy
variables:
  myConnection:
    fn::invoke:
      function: dbtcloud:getGlobalConnection
      arguments:
        id: 1234
Copy

Using getGlobalConnection

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 getGlobalConnection(args: GetGlobalConnectionArgs, opts?: InvokeOptions): Promise<GetGlobalConnectionResult>
function getGlobalConnectionOutput(args: GetGlobalConnectionOutputArgs, opts?: InvokeOptions): Output<GetGlobalConnectionResult>
Copy
def get_global_connection(id: Optional[int] = None,
                          opts: Optional[InvokeOptions] = None) -> GetGlobalConnectionResult
def get_global_connection_output(id: Optional[pulumi.Input[int]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetGlobalConnectionResult]
Copy
func LookupGlobalConnection(ctx *Context, args *LookupGlobalConnectionArgs, opts ...InvokeOption) (*LookupGlobalConnectionResult, error)
func LookupGlobalConnectionOutput(ctx *Context, args *LookupGlobalConnectionOutputArgs, opts ...InvokeOption) LookupGlobalConnectionResultOutput
Copy

> Note: This function is named LookupGlobalConnection in the Go SDK.

public static class GetGlobalConnection 
{
    public static Task<GetGlobalConnectionResult> InvokeAsync(GetGlobalConnectionArgs args, InvokeOptions? opts = null)
    public static Output<GetGlobalConnectionResult> Invoke(GetGlobalConnectionInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGlobalConnectionResult> getGlobalConnection(GetGlobalConnectionArgs args, InvokeOptions options)
public static Output<GetGlobalConnectionResult> getGlobalConnection(GetGlobalConnectionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: dbtcloud:index/getGlobalConnection:getGlobalConnection
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. int
Connection Identifier
Id This property is required. int
Connection Identifier
id This property is required. Integer
Connection Identifier
id This property is required. number
Connection Identifier
id This property is required. int
Connection Identifier
id This property is required. Number
Connection Identifier

getGlobalConnection Result

The following output properties are available:

AdapterVersion string
Version of the adapter
ApacheSpark Pulumi.DbtCloud.Outputs.GetGlobalConnectionApacheSpark
Apache Spark connection configuration.
Athena Pulumi.DbtCloud.Outputs.GetGlobalConnectionAthena
Athena connection configuration.
Bigquery Pulumi.DbtCloud.Outputs.GetGlobalConnectionBigquery
Databricks Pulumi.DbtCloud.Outputs.GetGlobalConnectionDatabricks
Databricks connection configuration
Fabric Pulumi.DbtCloud.Outputs.GetGlobalConnectionFabric
Microsoft Fabric connection configuration.
Id int
Connection Identifier
IsSshTunnelEnabled bool
Whether the connection can use an SSH tunnel
Name string
Connection name
OauthConfigurationId int
Postgres Pulumi.DbtCloud.Outputs.GetGlobalConnectionPostgres
PostgreSQL connection configuration.
PrivateLinkEndpointId string
Private Link Endpoint ID. This ID can be found using the privatelink_endpoint data source
Redshift Pulumi.DbtCloud.Outputs.GetGlobalConnectionRedshift
Redshift connection configuration
Snowflake Pulumi.DbtCloud.Outputs.GetGlobalConnectionSnowflake
Snowflake connection configuration
Starburst Pulumi.DbtCloud.Outputs.GetGlobalConnectionStarburst
Starburst/Trino connection configuration.
Synapse Pulumi.DbtCloud.Outputs.GetGlobalConnectionSynapse
Azure Synapse Analytics connection configuration.
AdapterVersion string
Version of the adapter
ApacheSpark GetGlobalConnectionApacheSpark
Apache Spark connection configuration.
Athena GetGlobalConnectionAthena
Athena connection configuration.
Bigquery GetGlobalConnectionBigquery
Databricks GetGlobalConnectionDatabricks
Databricks connection configuration
Fabric GetGlobalConnectionFabric
Microsoft Fabric connection configuration.
Id int
Connection Identifier
IsSshTunnelEnabled bool
Whether the connection can use an SSH tunnel
Name string
Connection name
OauthConfigurationId int
Postgres GetGlobalConnectionPostgres
PostgreSQL connection configuration.
PrivateLinkEndpointId string
Private Link Endpoint ID. This ID can be found using the privatelink_endpoint data source
Redshift GetGlobalConnectionRedshift
Redshift connection configuration
Snowflake GetGlobalConnectionSnowflake
Snowflake connection configuration
Starburst GetGlobalConnectionStarburst
Starburst/Trino connection configuration.
Synapse GetGlobalConnectionSynapse
Azure Synapse Analytics connection configuration.
adapterVersion String
Version of the adapter
apacheSpark GetGlobalConnectionApacheSpark
Apache Spark connection configuration.
athena GetGlobalConnectionAthena
Athena connection configuration.
bigquery GetGlobalConnectionBigquery
databricks GetGlobalConnectionDatabricks
Databricks connection configuration
fabric GetGlobalConnectionFabric
Microsoft Fabric connection configuration.
id Integer
Connection Identifier
isSshTunnelEnabled Boolean
Whether the connection can use an SSH tunnel
name String
Connection name
oauthConfigurationId Integer
postgres GetGlobalConnectionPostgres
PostgreSQL connection configuration.
privateLinkEndpointId String
Private Link Endpoint ID. This ID can be found using the privatelink_endpoint data source
redshift GetGlobalConnectionRedshift
Redshift connection configuration
snowflake GetGlobalConnectionSnowflake
Snowflake connection configuration
starburst GetGlobalConnectionStarburst
Starburst/Trino connection configuration.
synapse GetGlobalConnectionSynapse
Azure Synapse Analytics connection configuration.
adapterVersion string
Version of the adapter
apacheSpark GetGlobalConnectionApacheSpark
Apache Spark connection configuration.
athena GetGlobalConnectionAthena
Athena connection configuration.
bigquery GetGlobalConnectionBigquery
databricks GetGlobalConnectionDatabricks
Databricks connection configuration
fabric GetGlobalConnectionFabric
Microsoft Fabric connection configuration.
id number
Connection Identifier
isSshTunnelEnabled boolean
Whether the connection can use an SSH tunnel
name string
Connection name
oauthConfigurationId number
postgres GetGlobalConnectionPostgres
PostgreSQL connection configuration.
privateLinkEndpointId string
Private Link Endpoint ID. This ID can be found using the privatelink_endpoint data source
redshift GetGlobalConnectionRedshift
Redshift connection configuration
snowflake GetGlobalConnectionSnowflake
Snowflake connection configuration
starburst GetGlobalConnectionStarburst
Starburst/Trino connection configuration.
synapse GetGlobalConnectionSynapse
Azure Synapse Analytics connection configuration.
adapter_version str
Version of the adapter
apache_spark GetGlobalConnectionApacheSpark
Apache Spark connection configuration.
athena GetGlobalConnectionAthena
Athena connection configuration.
bigquery GetGlobalConnectionBigquery
databricks GetGlobalConnectionDatabricks
Databricks connection configuration
fabric GetGlobalConnectionFabric
Microsoft Fabric connection configuration.
id int
Connection Identifier
is_ssh_tunnel_enabled bool
Whether the connection can use an SSH tunnel
name str
Connection name
oauth_configuration_id int
postgres GetGlobalConnectionPostgres
PostgreSQL connection configuration.
private_link_endpoint_id str
Private Link Endpoint ID. This ID can be found using the privatelink_endpoint data source
redshift GetGlobalConnectionRedshift
Redshift connection configuration
snowflake GetGlobalConnectionSnowflake
Snowflake connection configuration
starburst GetGlobalConnectionStarburst
Starburst/Trino connection configuration.
synapse GetGlobalConnectionSynapse
Azure Synapse Analytics connection configuration.
adapterVersion String
Version of the adapter
apacheSpark Property Map
Apache Spark connection configuration.
athena Property Map
Athena connection configuration.
bigquery Property Map
databricks Property Map
Databricks connection configuration
fabric Property Map
Microsoft Fabric connection configuration.
id Number
Connection Identifier
isSshTunnelEnabled Boolean
Whether the connection can use an SSH tunnel
name String
Connection name
oauthConfigurationId Number
postgres Property Map
PostgreSQL connection configuration.
privateLinkEndpointId String
Private Link Endpoint ID. This ID can be found using the privatelink_endpoint data source
redshift Property Map
Redshift connection configuration
snowflake Property Map
Snowflake connection configuration
starburst Property Map
Starburst/Trino connection configuration.
synapse Property Map
Azure Synapse Analytics connection configuration.

Supporting Types

GetGlobalConnectionApacheSpark

Auth This property is required. string
Auth
Cluster This property is required. string
Spark cluster for the connection
ConnectRetries This property is required. int
Connection retries. Default=0
ConnectTimeout This property is required. int
Connection time out in seconds. Default=10
Host This property is required. string
Hostname of the connection
Method This property is required. string
Authentication method for the connection (http or thrift).
Organization This property is required. string
Organization ID
Port This property is required. int
Port for the connection. Default=443
User This property is required. string
User
Auth This property is required. string
Auth
Cluster This property is required. string
Spark cluster for the connection
ConnectRetries This property is required. int
Connection retries. Default=0
ConnectTimeout This property is required. int
Connection time out in seconds. Default=10
Host This property is required. string
Hostname of the connection
Method This property is required. string
Authentication method for the connection (http or thrift).
Organization This property is required. string
Organization ID
Port This property is required. int
Port for the connection. Default=443
User This property is required. string
User
auth This property is required. String
Auth
cluster This property is required. String
Spark cluster for the connection
connectRetries This property is required. Integer
Connection retries. Default=0
connectTimeout This property is required. Integer
Connection time out in seconds. Default=10
host This property is required. String
Hostname of the connection
method This property is required. String
Authentication method for the connection (http or thrift).
organization This property is required. String
Organization ID
port This property is required. Integer
Port for the connection. Default=443
user This property is required. String
User
auth This property is required. string
Auth
cluster This property is required. string
Spark cluster for the connection
connectRetries This property is required. number
Connection retries. Default=0
connectTimeout This property is required. number
Connection time out in seconds. Default=10
host This property is required. string
Hostname of the connection
method This property is required. string
Authentication method for the connection (http or thrift).
organization This property is required. string
Organization ID
port This property is required. number
Port for the connection. Default=443
user This property is required. string
User
auth This property is required. str
Auth
cluster This property is required. str
Spark cluster for the connection
connect_retries This property is required. int
Connection retries. Default=0
connect_timeout This property is required. int
Connection time out in seconds. Default=10
host This property is required. str
Hostname of the connection
method This property is required. str
Authentication method for the connection (http or thrift).
organization This property is required. str
Organization ID
port This property is required. int
Port for the connection. Default=443
user This property is required. str
User
auth This property is required. String
Auth
cluster This property is required. String
Spark cluster for the connection
connectRetries This property is required. Number
Connection retries. Default=0
connectTimeout This property is required. Number
Connection time out in seconds. Default=10
host This property is required. String
Hostname of the connection
method This property is required. String
Authentication method for the connection (http or thrift).
organization This property is required. String
Organization ID
port This property is required. Number
Port for the connection. Default=443
user This property is required. String
User

GetGlobalConnectionAthena

Database This property is required. string
Specify the database (data catalog) to build models into (lowercase only).
NumBoto3Retries This property is required. int
Number of times to retry boto3 requests (e.g. deleting S3 files for materialized tables).
NumIcebergRetries This property is required. int
Number of times to retry iceberg commit queries to fix ICEBERGCOMMITERROR.
NumRetries This property is required. int
Number of times to retry a failing query.
PollInterval This property is required. int
Interval in seconds to use for polling the status of query results in Athena.
RegionName This property is required. string
AWS region of your Athena instance.
S3DataDir This property is required. string
Prefix for storing tables, if different from the connection's S3 staging directory.
S3DataNaming This property is required. string
How to generate table paths in the S3 data directory.
S3StagingDir This property is required. string
S3 location to store Athena query results and metadata.
S3TmpTableDir This property is required. string
Prefix for storing temporary tables, if different from the connection's S3 data directory.
SparkWorkGroup This property is required. string
Identifier of Athena Spark workgroup for running Python models.
WorkGroup This property is required. string
Identifier of Athena workgroup.
Database This property is required. string
Specify the database (data catalog) to build models into (lowercase only).
NumBoto3Retries This property is required. int
Number of times to retry boto3 requests (e.g. deleting S3 files for materialized tables).
NumIcebergRetries This property is required. int
Number of times to retry iceberg commit queries to fix ICEBERGCOMMITERROR.
NumRetries This property is required. int
Number of times to retry a failing query.
PollInterval This property is required. int
Interval in seconds to use for polling the status of query results in Athena.
RegionName This property is required. string
AWS region of your Athena instance.
S3DataDir This property is required. string
Prefix for storing tables, if different from the connection's S3 staging directory.
S3DataNaming This property is required. string
How to generate table paths in the S3 data directory.
S3StagingDir This property is required. string
S3 location to store Athena query results and metadata.
S3TmpTableDir This property is required. string
Prefix for storing temporary tables, if different from the connection's S3 data directory.
SparkWorkGroup This property is required. string
Identifier of Athena Spark workgroup for running Python models.
WorkGroup This property is required. string
Identifier of Athena workgroup.
database This property is required. String
Specify the database (data catalog) to build models into (lowercase only).
numBoto3Retries This property is required. Integer
Number of times to retry boto3 requests (e.g. deleting S3 files for materialized tables).
numIcebergRetries This property is required. Integer
Number of times to retry iceberg commit queries to fix ICEBERGCOMMITERROR.
numRetries This property is required. Integer
Number of times to retry a failing query.
pollInterval This property is required. Integer
Interval in seconds to use for polling the status of query results in Athena.
regionName This property is required. String
AWS region of your Athena instance.
s3DataDir This property is required. String
Prefix for storing tables, if different from the connection's S3 staging directory.
s3DataNaming This property is required. String
How to generate table paths in the S3 data directory.
s3StagingDir This property is required. String
S3 location to store Athena query results and metadata.
s3TmpTableDir This property is required. String
Prefix for storing temporary tables, if different from the connection's S3 data directory.
sparkWorkGroup This property is required. String
Identifier of Athena Spark workgroup for running Python models.
workGroup This property is required. String
Identifier of Athena workgroup.
database This property is required. string
Specify the database (data catalog) to build models into (lowercase only).
numBoto3Retries This property is required. number
Number of times to retry boto3 requests (e.g. deleting S3 files for materialized tables).
numIcebergRetries This property is required. number
Number of times to retry iceberg commit queries to fix ICEBERGCOMMITERROR.
numRetries This property is required. number
Number of times to retry a failing query.
pollInterval This property is required. number
Interval in seconds to use for polling the status of query results in Athena.
regionName This property is required. string
AWS region of your Athena instance.
s3DataDir This property is required. string
Prefix for storing tables, if different from the connection's S3 staging directory.
s3DataNaming This property is required. string
How to generate table paths in the S3 data directory.
s3StagingDir This property is required. string
S3 location to store Athena query results and metadata.
s3TmpTableDir This property is required. string
Prefix for storing temporary tables, if different from the connection's S3 data directory.
sparkWorkGroup This property is required. string
Identifier of Athena Spark workgroup for running Python models.
workGroup This property is required. string
Identifier of Athena workgroup.
database This property is required. str
Specify the database (data catalog) to build models into (lowercase only).
num_boto3_retries This property is required. int
Number of times to retry boto3 requests (e.g. deleting S3 files for materialized tables).
num_iceberg_retries This property is required. int
Number of times to retry iceberg commit queries to fix ICEBERGCOMMITERROR.
num_retries This property is required. int
Number of times to retry a failing query.
poll_interval This property is required. int
Interval in seconds to use for polling the status of query results in Athena.
region_name This property is required. str
AWS region of your Athena instance.
s3_data_dir This property is required. str
Prefix for storing tables, if different from the connection's S3 staging directory.
s3_data_naming This property is required. str
How to generate table paths in the S3 data directory.
s3_staging_dir This property is required. str
S3 location to store Athena query results and metadata.
s3_tmp_table_dir This property is required. str
Prefix for storing temporary tables, if different from the connection's S3 data directory.
spark_work_group This property is required. str
Identifier of Athena Spark workgroup for running Python models.
work_group This property is required. str
Identifier of Athena workgroup.
database This property is required. String
Specify the database (data catalog) to build models into (lowercase only).
numBoto3Retries This property is required. Number
Number of times to retry boto3 requests (e.g. deleting S3 files for materialized tables).
numIcebergRetries This property is required. Number
Number of times to retry iceberg commit queries to fix ICEBERGCOMMITERROR.
numRetries This property is required. Number
Number of times to retry a failing query.
pollInterval This property is required. Number
Interval in seconds to use for polling the status of query results in Athena.
regionName This property is required. String
AWS region of your Athena instance.
s3DataDir This property is required. String
Prefix for storing tables, if different from the connection's S3 staging directory.
s3DataNaming This property is required. String
How to generate table paths in the S3 data directory.
s3StagingDir This property is required. String
S3 location to store Athena query results and metadata.
s3TmpTableDir This property is required. String
Prefix for storing temporary tables, if different from the connection's S3 data directory.
sparkWorkGroup This property is required. String
Identifier of Athena Spark workgroup for running Python models.
workGroup This property is required. String
Identifier of Athena workgroup.

GetGlobalConnectionBigquery

ApplicationId This property is required. string
OAuth Client ID
ApplicationSecret This property is required. string
OAuth Client Secret
AuthProviderX509CertUrl This property is required. string
Auth Provider X509 Cert URL for the Service Account
AuthUri This property is required. string
Auth URI for the Service Account
ClientEmail This property is required. string
Service Account email
ClientId This property is required. string
Client ID of the Service Account
ClientX509CertUrl This property is required. string
Client X509 Cert URL for the Service Account
DataprocClusterName This property is required. string
Dataproc cluster name for PySpark workloads
DataprocRegion This property is required. string
Google Cloud region for PySpark workloads on Dataproc
ExecutionProject This property is required. string
Project to bill for query execution
GcpProjectId This property is required. string
The GCP project ID to use for the connection
GcsBucket This property is required. string
URI for a Google Cloud Storage bucket to host Python code executed via Datapro
ImpersonateServiceAccount This property is required. string
Service Account to impersonate when running queries
JobCreationTimeoutSeconds This property is required. int
Maximum timeout for the job creation step
JobRetryDeadlineSeconds This property is required. int
Total number of seconds to wait while retrying the same query
Location This property is required. string
Location to create new Datasets in
MaximumBytesBilled This property is required. int
Max number of bytes that can be billed for a given BigQuery query
Priority This property is required. string
The priority with which to execute BigQuery queries (batch or interactive)
PrivateKey This property is required. string
Private Key for the Service Account
PrivateKeyId This property is required. string
Private Key ID for the Service Account
Retries This property is required. int
Number of retries for queries
Scopes This property is required. List<string>
OAuth scopes for the BigQuery connection
TimeoutSeconds This property is required. int
Timeout in seconds for queries
TokenUri This property is required. string
Token URI for the Service Account
ApplicationId This property is required. string
OAuth Client ID
ApplicationSecret This property is required. string
OAuth Client Secret
AuthProviderX509CertUrl This property is required. string
Auth Provider X509 Cert URL for the Service Account
AuthUri This property is required. string
Auth URI for the Service Account
ClientEmail This property is required. string
Service Account email
ClientId This property is required. string
Client ID of the Service Account
ClientX509CertUrl This property is required. string
Client X509 Cert URL for the Service Account
DataprocClusterName This property is required. string
Dataproc cluster name for PySpark workloads
DataprocRegion This property is required. string
Google Cloud region for PySpark workloads on Dataproc
ExecutionProject This property is required. string
Project to bill for query execution
GcpProjectId This property is required. string
The GCP project ID to use for the connection
GcsBucket This property is required. string
URI for a Google Cloud Storage bucket to host Python code executed via Datapro
ImpersonateServiceAccount This property is required. string
Service Account to impersonate when running queries
JobCreationTimeoutSeconds This property is required. int
Maximum timeout for the job creation step
JobRetryDeadlineSeconds This property is required. int
Total number of seconds to wait while retrying the same query
Location This property is required. string
Location to create new Datasets in
MaximumBytesBilled This property is required. int
Max number of bytes that can be billed for a given BigQuery query
Priority This property is required. string
The priority with which to execute BigQuery queries (batch or interactive)
PrivateKey This property is required. string
Private Key for the Service Account
PrivateKeyId This property is required. string
Private Key ID for the Service Account
Retries This property is required. int
Number of retries for queries
Scopes This property is required. []string
OAuth scopes for the BigQuery connection
TimeoutSeconds This property is required. int
Timeout in seconds for queries
TokenUri This property is required. string
Token URI for the Service Account
applicationId This property is required. String
OAuth Client ID
applicationSecret This property is required. String
OAuth Client Secret
authProviderX509CertUrl This property is required. String
Auth Provider X509 Cert URL for the Service Account
authUri This property is required. String
Auth URI for the Service Account
clientEmail This property is required. String
Service Account email
clientId This property is required. String
Client ID of the Service Account
clientX509CertUrl This property is required. String
Client X509 Cert URL for the Service Account
dataprocClusterName This property is required. String
Dataproc cluster name for PySpark workloads
dataprocRegion This property is required. String
Google Cloud region for PySpark workloads on Dataproc
executionProject This property is required. String
Project to bill for query execution
gcpProjectId This property is required. String
The GCP project ID to use for the connection
gcsBucket This property is required. String
URI for a Google Cloud Storage bucket to host Python code executed via Datapro
impersonateServiceAccount This property is required. String
Service Account to impersonate when running queries
jobCreationTimeoutSeconds This property is required. Integer
Maximum timeout for the job creation step
jobRetryDeadlineSeconds This property is required. Integer
Total number of seconds to wait while retrying the same query
location This property is required. String
Location to create new Datasets in
maximumBytesBilled This property is required. Integer
Max number of bytes that can be billed for a given BigQuery query
priority This property is required. String
The priority with which to execute BigQuery queries (batch or interactive)
privateKey This property is required. String
Private Key for the Service Account
privateKeyId This property is required. String
Private Key ID for the Service Account
retries This property is required. Integer
Number of retries for queries
scopes This property is required. List<String>
OAuth scopes for the BigQuery connection
timeoutSeconds This property is required. Integer
Timeout in seconds for queries
tokenUri This property is required. String
Token URI for the Service Account
applicationId This property is required. string
OAuth Client ID
applicationSecret This property is required. string
OAuth Client Secret
authProviderX509CertUrl This property is required. string
Auth Provider X509 Cert URL for the Service Account
authUri This property is required. string
Auth URI for the Service Account
clientEmail This property is required. string
Service Account email
clientId This property is required. string
Client ID of the Service Account
clientX509CertUrl This property is required. string
Client X509 Cert URL for the Service Account
dataprocClusterName This property is required. string
Dataproc cluster name for PySpark workloads
dataprocRegion This property is required. string
Google Cloud region for PySpark workloads on Dataproc
executionProject This property is required. string
Project to bill for query execution
gcpProjectId This property is required. string
The GCP project ID to use for the connection
gcsBucket This property is required. string
URI for a Google Cloud Storage bucket to host Python code executed via Datapro
impersonateServiceAccount This property is required. string
Service Account to impersonate when running queries
jobCreationTimeoutSeconds This property is required. number
Maximum timeout for the job creation step
jobRetryDeadlineSeconds This property is required. number
Total number of seconds to wait while retrying the same query
location This property is required. string
Location to create new Datasets in
maximumBytesBilled This property is required. number
Max number of bytes that can be billed for a given BigQuery query
priority This property is required. string
The priority with which to execute BigQuery queries (batch or interactive)
privateKey This property is required. string
Private Key for the Service Account
privateKeyId This property is required. string
Private Key ID for the Service Account
retries This property is required. number
Number of retries for queries
scopes This property is required. string[]
OAuth scopes for the BigQuery connection
timeoutSeconds This property is required. number
Timeout in seconds for queries
tokenUri This property is required. string
Token URI for the Service Account
application_id This property is required. str
OAuth Client ID
application_secret This property is required. str
OAuth Client Secret
auth_provider_x509_cert_url This property is required. str
Auth Provider X509 Cert URL for the Service Account
auth_uri This property is required. str
Auth URI for the Service Account
client_email This property is required. str
Service Account email
client_id This property is required. str
Client ID of the Service Account
client_x509_cert_url This property is required. str
Client X509 Cert URL for the Service Account
dataproc_cluster_name This property is required. str
Dataproc cluster name for PySpark workloads
dataproc_region This property is required. str
Google Cloud region for PySpark workloads on Dataproc
execution_project This property is required. str
Project to bill for query execution
gcp_project_id This property is required. str
The GCP project ID to use for the connection
gcs_bucket This property is required. str
URI for a Google Cloud Storage bucket to host Python code executed via Datapro
impersonate_service_account This property is required. str
Service Account to impersonate when running queries
job_creation_timeout_seconds This property is required. int
Maximum timeout for the job creation step
job_retry_deadline_seconds This property is required. int
Total number of seconds to wait while retrying the same query
location This property is required. str
Location to create new Datasets in
maximum_bytes_billed This property is required. int
Max number of bytes that can be billed for a given BigQuery query
priority This property is required. str
The priority with which to execute BigQuery queries (batch or interactive)
private_key This property is required. str
Private Key for the Service Account
private_key_id This property is required. str
Private Key ID for the Service Account
retries This property is required. int
Number of retries for queries
scopes This property is required. Sequence[str]
OAuth scopes for the BigQuery connection
timeout_seconds This property is required. int
Timeout in seconds for queries
token_uri This property is required. str
Token URI for the Service Account
applicationId This property is required. String
OAuth Client ID
applicationSecret This property is required. String
OAuth Client Secret
authProviderX509CertUrl This property is required. String
Auth Provider X509 Cert URL for the Service Account
authUri This property is required. String
Auth URI for the Service Account
clientEmail This property is required. String
Service Account email
clientId This property is required. String
Client ID of the Service Account
clientX509CertUrl This property is required. String
Client X509 Cert URL for the Service Account
dataprocClusterName This property is required. String
Dataproc cluster name for PySpark workloads
dataprocRegion This property is required. String
Google Cloud region for PySpark workloads on Dataproc
executionProject This property is required. String
Project to bill for query execution
gcpProjectId This property is required. String
The GCP project ID to use for the connection
gcsBucket This property is required. String
URI for a Google Cloud Storage bucket to host Python code executed via Datapro
impersonateServiceAccount This property is required. String
Service Account to impersonate when running queries
jobCreationTimeoutSeconds This property is required. Number
Maximum timeout for the job creation step
jobRetryDeadlineSeconds This property is required. Number
Total number of seconds to wait while retrying the same query
location This property is required. String
Location to create new Datasets in
maximumBytesBilled This property is required. Number
Max number of bytes that can be billed for a given BigQuery query
priority This property is required. String
The priority with which to execute BigQuery queries (batch or interactive)
privateKey This property is required. String
Private Key for the Service Account
privateKeyId This property is required. String
Private Key ID for the Service Account
retries This property is required. Number
Number of retries for queries
scopes This property is required. List<String>
OAuth scopes for the BigQuery connection
timeoutSeconds This property is required. Number
Timeout in seconds for queries
tokenUri This property is required. String
Token URI for the Service Account

GetGlobalConnectionDatabricks

Catalog This property is required. string
Catalog name if Unity Catalog is enabled in your Databricks workspace.
ClientId This property is required. string
Required to enable Databricks OAuth authentication for IDE developers.
ClientSecret This property is required. string
Required to enable Databricks OAuth authentication for IDE developers.
Host This property is required. string
The hostname of the Databricks cluster or SQL warehouse.
HttpPath This property is required. string
The HTTP path of the Databricks cluster or SQL warehouse.
Catalog This property is required. string
Catalog name if Unity Catalog is enabled in your Databricks workspace.
ClientId This property is required. string
Required to enable Databricks OAuth authentication for IDE developers.
ClientSecret This property is required. string
Required to enable Databricks OAuth authentication for IDE developers.
Host This property is required. string
The hostname of the Databricks cluster or SQL warehouse.
HttpPath This property is required. string
The HTTP path of the Databricks cluster or SQL warehouse.
catalog This property is required. String
Catalog name if Unity Catalog is enabled in your Databricks workspace.
clientId This property is required. String
Required to enable Databricks OAuth authentication for IDE developers.
clientSecret This property is required. String
Required to enable Databricks OAuth authentication for IDE developers.
host This property is required. String
The hostname of the Databricks cluster or SQL warehouse.
httpPath This property is required. String
The HTTP path of the Databricks cluster or SQL warehouse.
catalog This property is required. string
Catalog name if Unity Catalog is enabled in your Databricks workspace.
clientId This property is required. string
Required to enable Databricks OAuth authentication for IDE developers.
clientSecret This property is required. string
Required to enable Databricks OAuth authentication for IDE developers.
host This property is required. string
The hostname of the Databricks cluster or SQL warehouse.
httpPath This property is required. string
The HTTP path of the Databricks cluster or SQL warehouse.
catalog This property is required. str
Catalog name if Unity Catalog is enabled in your Databricks workspace.
client_id This property is required. str
Required to enable Databricks OAuth authentication for IDE developers.
client_secret This property is required. str
Required to enable Databricks OAuth authentication for IDE developers.
host This property is required. str
The hostname of the Databricks cluster or SQL warehouse.
http_path This property is required. str
The HTTP path of the Databricks cluster or SQL warehouse.
catalog This property is required. String
Catalog name if Unity Catalog is enabled in your Databricks workspace.
clientId This property is required. String
Required to enable Databricks OAuth authentication for IDE developers.
clientSecret This property is required. String
Required to enable Databricks OAuth authentication for IDE developers.
host This property is required. String
The hostname of the Databricks cluster or SQL warehouse.
httpPath This property is required. String
The HTTP path of the Databricks cluster or SQL warehouse.

GetGlobalConnectionFabric

Database This property is required. string
The database to connect to for this connection.
LoginTimeout This property is required. int
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
Port This property is required. int
The port to connect to for this connection. Default=1433
QueryTimeout This property is required. int
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
Retries This property is required. int
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
Server This property is required. string
The server hostname.
Database This property is required. string
The database to connect to for this connection.
LoginTimeout This property is required. int
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
Port This property is required. int
The port to connect to for this connection. Default=1433
QueryTimeout This property is required. int
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
Retries This property is required. int
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
Server This property is required. string
The server hostname.
database This property is required. String
The database to connect to for this connection.
loginTimeout This property is required. Integer
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
port This property is required. Integer
The port to connect to for this connection. Default=1433
queryTimeout This property is required. Integer
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
retries This property is required. Integer
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
server This property is required. String
The server hostname.
database This property is required. string
The database to connect to for this connection.
loginTimeout This property is required. number
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
port This property is required. number
The port to connect to for this connection. Default=1433
queryTimeout This property is required. number
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
retries This property is required. number
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
server This property is required. string
The server hostname.
database This property is required. str
The database to connect to for this connection.
login_timeout This property is required. int
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
port This property is required. int
The port to connect to for this connection. Default=1433
query_timeout This property is required. int
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
retries This property is required. int
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
server This property is required. str
The server hostname.
database This property is required. String
The database to connect to for this connection.
loginTimeout This property is required. Number
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
port This property is required. Number
The port to connect to for this connection. Default=1433
queryTimeout This property is required. Number
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
retries This property is required. Number
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
server This property is required. String
The server hostname.

GetGlobalConnectionPostgres

Dbname This property is required. string
The database name for this connection.
Hostname This property is required. string
The hostname of the database.
Port This property is required. int
The port to connect to for this connection. Default=5432
SshTunnel This property is required. Pulumi.DbtCloud.Inputs.GetGlobalConnectionPostgresSshTunnel
PostgreSQL SSH Tunnel configuration
Dbname This property is required. string
The database name for this connection.
Hostname This property is required. string
The hostname of the database.
Port This property is required. int
The port to connect to for this connection. Default=5432
SshTunnel This property is required. GetGlobalConnectionPostgresSshTunnel
PostgreSQL SSH Tunnel configuration
dbname This property is required. String
The database name for this connection.
hostname This property is required. String
The hostname of the database.
port This property is required. Integer
The port to connect to for this connection. Default=5432
sshTunnel This property is required. GetGlobalConnectionPostgresSshTunnel
PostgreSQL SSH Tunnel configuration
dbname This property is required. string
The database name for this connection.
hostname This property is required. string
The hostname of the database.
port This property is required. number
The port to connect to for this connection. Default=5432
sshTunnel This property is required. GetGlobalConnectionPostgresSshTunnel
PostgreSQL SSH Tunnel configuration
dbname This property is required. str
The database name for this connection.
hostname This property is required. str
The hostname of the database.
port This property is required. int
The port to connect to for this connection. Default=5432
ssh_tunnel This property is required. GetGlobalConnectionPostgresSshTunnel
PostgreSQL SSH Tunnel configuration
dbname This property is required. String
The database name for this connection.
hostname This property is required. String
The hostname of the database.
port This property is required. Number
The port to connect to for this connection. Default=5432
sshTunnel This property is required. Property Map
PostgreSQL SSH Tunnel configuration

GetGlobalConnectionPostgresSshTunnel

Hostname This property is required. string
The hostname for the SSH tunnel.
Id This property is required. int
The ID of the SSH tunnel connection.
Port This property is required. int
The HTTP port for the SSH tunnel.
PublicKey This property is required. string
The SSH public key generated to allow connecting via SSH tunnel.
Username This property is required. string
The username to use for the SSH tunnel.
Hostname This property is required. string
The hostname for the SSH tunnel.
Id This property is required. int
The ID of the SSH tunnel connection.
Port This property is required. int
The HTTP port for the SSH tunnel.
PublicKey This property is required. string
The SSH public key generated to allow connecting via SSH tunnel.
Username This property is required. string
The username to use for the SSH tunnel.
hostname This property is required. String
The hostname for the SSH tunnel.
id This property is required. Integer
The ID of the SSH tunnel connection.
port This property is required. Integer
The HTTP port for the SSH tunnel.
publicKey This property is required. String
The SSH public key generated to allow connecting via SSH tunnel.
username This property is required. String
The username to use for the SSH tunnel.
hostname This property is required. string
The hostname for the SSH tunnel.
id This property is required. number
The ID of the SSH tunnel connection.
port This property is required. number
The HTTP port for the SSH tunnel.
publicKey This property is required. string
The SSH public key generated to allow connecting via SSH tunnel.
username This property is required. string
The username to use for the SSH tunnel.
hostname This property is required. str
The hostname for the SSH tunnel.
id This property is required. int
The ID of the SSH tunnel connection.
port This property is required. int
The HTTP port for the SSH tunnel.
public_key This property is required. str
The SSH public key generated to allow connecting via SSH tunnel.
username This property is required. str
The username to use for the SSH tunnel.
hostname This property is required. String
The hostname for the SSH tunnel.
id This property is required. Number
The ID of the SSH tunnel connection.
port This property is required. Number
The HTTP port for the SSH tunnel.
publicKey This property is required. String
The SSH public key generated to allow connecting via SSH tunnel.
username This property is required. String
The username to use for the SSH tunnel.

GetGlobalConnectionRedshift

Dbname This property is required. string
The database name for this connection.
Hostname This property is required. string
The hostname of the data warehouse.
Port This property is required. int
The port to connect to for this connection. Default=5432
SshTunnel This property is required. Pulumi.DbtCloud.Inputs.GetGlobalConnectionRedshiftSshTunnel
Redshift SSH Tunnel configuration
Dbname This property is required. string
The database name for this connection.
Hostname This property is required. string
The hostname of the data warehouse.
Port This property is required. int
The port to connect to for this connection. Default=5432
SshTunnel This property is required. GetGlobalConnectionRedshiftSshTunnel
Redshift SSH Tunnel configuration
dbname This property is required. String
The database name for this connection.
hostname This property is required. String
The hostname of the data warehouse.
port This property is required. Integer
The port to connect to for this connection. Default=5432
sshTunnel This property is required. GetGlobalConnectionRedshiftSshTunnel
Redshift SSH Tunnel configuration
dbname This property is required. string
The database name for this connection.
hostname This property is required. string
The hostname of the data warehouse.
port This property is required. number
The port to connect to for this connection. Default=5432
sshTunnel This property is required. GetGlobalConnectionRedshiftSshTunnel
Redshift SSH Tunnel configuration
dbname This property is required. str
The database name for this connection.
hostname This property is required. str
The hostname of the data warehouse.
port This property is required. int
The port to connect to for this connection. Default=5432
ssh_tunnel This property is required. GetGlobalConnectionRedshiftSshTunnel
Redshift SSH Tunnel configuration
dbname This property is required. String
The database name for this connection.
hostname This property is required. String
The hostname of the data warehouse.
port This property is required. Number
The port to connect to for this connection. Default=5432
sshTunnel This property is required. Property Map
Redshift SSH Tunnel configuration

GetGlobalConnectionRedshiftSshTunnel

Hostname This property is required. string
The hostname for the SSH tunnel.
Id This property is required. int
The ID of the SSH tunnel connection.
Port This property is required. int
The HTTP port for the SSH tunnel.
PublicKey This property is required. string
The SSH public key generated to allow connecting via SSH tunnel.
Username This property is required. string
The username to use for the SSH tunnel.
Hostname This property is required. string
The hostname for the SSH tunnel.
Id This property is required. int
The ID of the SSH tunnel connection.
Port This property is required. int
The HTTP port for the SSH tunnel.
PublicKey This property is required. string
The SSH public key generated to allow connecting via SSH tunnel.
Username This property is required. string
The username to use for the SSH tunnel.
hostname This property is required. String
The hostname for the SSH tunnel.
id This property is required. Integer
The ID of the SSH tunnel connection.
port This property is required. Integer
The HTTP port for the SSH tunnel.
publicKey This property is required. String
The SSH public key generated to allow connecting via SSH tunnel.
username This property is required. String
The username to use for the SSH tunnel.
hostname This property is required. string
The hostname for the SSH tunnel.
id This property is required. number
The ID of the SSH tunnel connection.
port This property is required. number
The HTTP port for the SSH tunnel.
publicKey This property is required. string
The SSH public key generated to allow connecting via SSH tunnel.
username This property is required. string
The username to use for the SSH tunnel.
hostname This property is required. str
The hostname for the SSH tunnel.
id This property is required. int
The ID of the SSH tunnel connection.
port This property is required. int
The HTTP port for the SSH tunnel.
public_key This property is required. str
The SSH public key generated to allow connecting via SSH tunnel.
username This property is required. str
The username to use for the SSH tunnel.
hostname This property is required. String
The hostname for the SSH tunnel.
id This property is required. Number
The ID of the SSH tunnel connection.
port This property is required. Number
The HTTP port for the SSH tunnel.
publicKey This property is required. String
The SSH public key generated to allow connecting via SSH tunnel.
username This property is required. String
The username to use for the SSH tunnel.

GetGlobalConnectionSnowflake

Account This property is required. string
The Snowflake account name
AllowSso This property is required. bool
Whether to allow Snowflake OAuth for the connection. If true, the oauth_client_id and oauth_client_secret fields must be set
ClientSessionKeepAlive This property is required. bool
If true, the snowflake client will keep connections for longer than the default 4 hours. This is helpful when particularly long-running queries are executing (> 4 hours)
Database This property is required. string
The default database for the connection
OauthClientId This property is required. string
OAuth Client ID. Required to allow OAuth between dbt Cloud and Snowflake
OauthClientSecret This property is required. string
OAuth Client Secret. Required to allow OAuth between dbt Cloud and Snowflake
Role This property is required. string
The Snowflake role to use when running queries on the connection
Warehouse This property is required. string
The default Snowflake Warehouse to use for the connection
Account This property is required. string
The Snowflake account name
AllowSso This property is required. bool
Whether to allow Snowflake OAuth for the connection. If true, the oauth_client_id and oauth_client_secret fields must be set
ClientSessionKeepAlive This property is required. bool
If true, the snowflake client will keep connections for longer than the default 4 hours. This is helpful when particularly long-running queries are executing (> 4 hours)
Database This property is required. string
The default database for the connection
OauthClientId This property is required. string
OAuth Client ID. Required to allow OAuth between dbt Cloud and Snowflake
OauthClientSecret This property is required. string
OAuth Client Secret. Required to allow OAuth between dbt Cloud and Snowflake
Role This property is required. string
The Snowflake role to use when running queries on the connection
Warehouse This property is required. string
The default Snowflake Warehouse to use for the connection
account This property is required. String
The Snowflake account name
allowSso This property is required. Boolean
Whether to allow Snowflake OAuth for the connection. If true, the oauth_client_id and oauth_client_secret fields must be set
clientSessionKeepAlive This property is required. Boolean
If true, the snowflake client will keep connections for longer than the default 4 hours. This is helpful when particularly long-running queries are executing (> 4 hours)
database This property is required. String
The default database for the connection
oauthClientId This property is required. String
OAuth Client ID. Required to allow OAuth between dbt Cloud and Snowflake
oauthClientSecret This property is required. String
OAuth Client Secret. Required to allow OAuth between dbt Cloud and Snowflake
role This property is required. String
The Snowflake role to use when running queries on the connection
warehouse This property is required. String
The default Snowflake Warehouse to use for the connection
account This property is required. string
The Snowflake account name
allowSso This property is required. boolean
Whether to allow Snowflake OAuth for the connection. If true, the oauth_client_id and oauth_client_secret fields must be set
clientSessionKeepAlive This property is required. boolean
If true, the snowflake client will keep connections for longer than the default 4 hours. This is helpful when particularly long-running queries are executing (> 4 hours)
database This property is required. string
The default database for the connection
oauthClientId This property is required. string
OAuth Client ID. Required to allow OAuth between dbt Cloud and Snowflake
oauthClientSecret This property is required. string
OAuth Client Secret. Required to allow OAuth between dbt Cloud and Snowflake
role This property is required. string
The Snowflake role to use when running queries on the connection
warehouse This property is required. string
The default Snowflake Warehouse to use for the connection
account This property is required. str
The Snowflake account name
allow_sso This property is required. bool
Whether to allow Snowflake OAuth for the connection. If true, the oauth_client_id and oauth_client_secret fields must be set
client_session_keep_alive This property is required. bool
If true, the snowflake client will keep connections for longer than the default 4 hours. This is helpful when particularly long-running queries are executing (> 4 hours)
database This property is required. str
The default database for the connection
oauth_client_id This property is required. str
OAuth Client ID. Required to allow OAuth between dbt Cloud and Snowflake
oauth_client_secret This property is required. str
OAuth Client Secret. Required to allow OAuth between dbt Cloud and Snowflake
role This property is required. str
The Snowflake role to use when running queries on the connection
warehouse This property is required. str
The default Snowflake Warehouse to use for the connection
account This property is required. String
The Snowflake account name
allowSso This property is required. Boolean
Whether to allow Snowflake OAuth for the connection. If true, the oauth_client_id and oauth_client_secret fields must be set
clientSessionKeepAlive This property is required. Boolean
If true, the snowflake client will keep connections for longer than the default 4 hours. This is helpful when particularly long-running queries are executing (> 4 hours)
database This property is required. String
The default database for the connection
oauthClientId This property is required. String
OAuth Client ID. Required to allow OAuth between dbt Cloud and Snowflake
oauthClientSecret This property is required. String
OAuth Client Secret. Required to allow OAuth between dbt Cloud and Snowflake
role This property is required. String
The Snowflake role to use when running queries on the connection
warehouse This property is required. String
The default Snowflake Warehouse to use for the connection

GetGlobalConnectionStarburst

Host This property is required. string
The hostname of the account to connect to.
Method This property is required. string
The authentication method. Only LDAP for now.
Port This property is required. int
The port to connect to for this connection. Default=443
Host This property is required. string
The hostname of the account to connect to.
Method This property is required. string
The authentication method. Only LDAP for now.
Port This property is required. int
The port to connect to for this connection. Default=443
host This property is required. String
The hostname of the account to connect to.
method This property is required. String
The authentication method. Only LDAP for now.
port This property is required. Integer
The port to connect to for this connection. Default=443
host This property is required. string
The hostname of the account to connect to.
method This property is required. string
The authentication method. Only LDAP for now.
port This property is required. number
The port to connect to for this connection. Default=443
host This property is required. str
The hostname of the account to connect to.
method This property is required. str
The authentication method. Only LDAP for now.
port This property is required. int
The port to connect to for this connection. Default=443
host This property is required. String
The hostname of the account to connect to.
method This property is required. String
The authentication method. Only LDAP for now.
port This property is required. Number
The port to connect to for this connection. Default=443

GetGlobalConnectionSynapse

Database This property is required. string
The database to connect to for this connection.
Host This property is required. string
The server hostname.
LoginTimeout This property is required. int
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
Port This property is required. int
The port to connect to for this connection. Default=1433
QueryTimeout This property is required. int
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
Retries This property is required. int
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
Database This property is required. string
The database to connect to for this connection.
Host This property is required. string
The server hostname.
LoginTimeout This property is required. int
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
Port This property is required. int
The port to connect to for this connection. Default=1433
QueryTimeout This property is required. int
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
Retries This property is required. int
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
database This property is required. String
The database to connect to for this connection.
host This property is required. String
The server hostname.
loginTimeout This property is required. Integer
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
port This property is required. Integer
The port to connect to for this connection. Default=1433
queryTimeout This property is required. Integer
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
retries This property is required. Integer
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
database This property is required. string
The database to connect to for this connection.
host This property is required. string
The server hostname.
loginTimeout This property is required. number
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
port This property is required. number
The port to connect to for this connection. Default=1433
queryTimeout This property is required. number
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
retries This property is required. number
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
database This property is required. str
The database to connect to for this connection.
host This property is required. str
The server hostname.
login_timeout This property is required. int
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
port This property is required. int
The port to connect to for this connection. Default=1433
query_timeout This property is required. int
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
retries This property is required. int
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
database This property is required. String
The database to connect to for this connection.
host This property is required. String
The server hostname.
loginTimeout This property is required. Number
The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
port This property is required. Number
The port to connect to for this connection. Default=1433
queryTimeout This property is required. Number
The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
retries This property is required. Number
The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.

Package Details

Repository
dbtcloud pulumi/pulumi-dbtcloud
License
Apache-2.0
Notes
This Pulumi package is based on the dbtcloud Terraform Provider.