1. Packages
  2. Fivetran Provider
  3. API Docs
  4. getTransformationProject
fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran

fivetran.getTransformationProject

Explore with Pulumi AI

fivetran logo
fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran

    Returns transformation project details if a valid identifier was provided

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fivetran from "@pulumi/fivetran";
    
    const test = fivetran.getTransformationProject({
        id: "id",
    });
    
    import pulumi
    import pulumi_fivetran as fivetran
    
    test = fivetran.get_transformation_project(id="id")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fivetran/fivetran"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fivetran.LookupTransformationProject(ctx, &fivetran.LookupTransformationProjectArgs{
    			Id: "id",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fivetran = Pulumi.Fivetran;
    
    return await Deployment.RunAsync(() => 
    {
        var test = Fivetran.GetTransformationProject.Invoke(new()
        {
            Id = "id",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fivetran.FivetranFunctions;
    import com.pulumi.fivetran.inputs.GetTransformationProjectArgs;
    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 test = FivetranFunctions.getTransformationProject(GetTransformationProjectArgs.builder()
                .id("id")
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: fivetran:getTransformationProject
          arguments:
            id: id
    

    Using getTransformationProject

    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 getTransformationProject(args: GetTransformationProjectArgs, opts?: InvokeOptions): Promise<GetTransformationProjectResult>
    function getTransformationProjectOutput(args: GetTransformationProjectOutputArgs, opts?: InvokeOptions): Output<GetTransformationProjectResult>
    def get_transformation_project(id: Optional[str] = None,
                                   project_config: Optional[GetTransformationProjectProjectConfig] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetTransformationProjectResult
    def get_transformation_project_output(id: Optional[pulumi.Input[str]] = None,
                                   project_config: Optional[pulumi.Input[GetTransformationProjectProjectConfigArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetTransformationProjectResult]
    func LookupTransformationProject(ctx *Context, args *LookupTransformationProjectArgs, opts ...InvokeOption) (*LookupTransformationProjectResult, error)
    func LookupTransformationProjectOutput(ctx *Context, args *LookupTransformationProjectOutputArgs, opts ...InvokeOption) LookupTransformationProjectResultOutput

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

    public static class GetTransformationProject 
    {
        public static Task<GetTransformationProjectResult> InvokeAsync(GetTransformationProjectArgs args, InvokeOptions? opts = null)
        public static Output<GetTransformationProjectResult> Invoke(GetTransformationProjectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTransformationProjectResult> getTransformationProject(GetTransformationProjectArgs args, InvokeOptions options)
    public static Output<GetTransformationProjectResult> getTransformationProject(GetTransformationProjectArgs args, InvokeOptions options)
    
    fn::invoke:
      function: fivetran:index/getTransformationProject:getTransformationProject
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier for the transformation Project within the Fivetran system.
    ProjectConfig GetTransformationProjectProjectConfig
    Id string
    The unique identifier for the transformation Project within the Fivetran system.
    ProjectConfig GetTransformationProjectProjectConfig
    id String
    The unique identifier for the transformation Project within the Fivetran system.
    projectConfig GetTransformationProjectProjectConfig
    id string
    The unique identifier for the transformation Project within the Fivetran system.
    projectConfig GetTransformationProjectProjectConfig
    id str
    The unique identifier for the transformation Project within the Fivetran system.
    project_config GetTransformationProjectProjectConfig
    id String
    The unique identifier for the transformation Project within the Fivetran system.
    projectConfig Property Map

    getTransformationProject Result

    The following output properties are available:

    CreatedAt string
    The timestamp of the transformation Project creation.
    CreatedById string
    The unique identifier for the User within the Fivetran system who created the dbt Project.
    Errors List<string>
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    GroupId string
    The unique identifier for the group within the Fivetran system.
    Id string
    The unique identifier for the transformation Project within the Fivetran system.
    Status string
    Status of transformation Project (NOT_READY, READY, ERROR).
    Type string
    Transformation project type.
    ProjectConfig GetTransformationProjectProjectConfig
    CreatedAt string
    The timestamp of the transformation Project creation.
    CreatedById string
    The unique identifier for the User within the Fivetran system who created the dbt Project.
    Errors []string
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    GroupId string
    The unique identifier for the group within the Fivetran system.
    Id string
    The unique identifier for the transformation Project within the Fivetran system.
    Status string
    Status of transformation Project (NOT_READY, READY, ERROR).
    Type string
    Transformation project type.
    ProjectConfig GetTransformationProjectProjectConfig
    createdAt String
    The timestamp of the transformation Project creation.
    createdById String
    The unique identifier for the User within the Fivetran system who created the dbt Project.
    errors List<String>
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    groupId String
    The unique identifier for the group within the Fivetran system.
    id String
    The unique identifier for the transformation Project within the Fivetran system.
    status String
    Status of transformation Project (NOT_READY, READY, ERROR).
    type String
    Transformation project type.
    projectConfig GetTransformationProjectProjectConfig
    createdAt string
    The timestamp of the transformation Project creation.
    createdById string
    The unique identifier for the User within the Fivetran system who created the dbt Project.
    errors string[]
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    groupId string
    The unique identifier for the group within the Fivetran system.
    id string
    The unique identifier for the transformation Project within the Fivetran system.
    status string
    Status of transformation Project (NOT_READY, READY, ERROR).
    type string
    Transformation project type.
    projectConfig GetTransformationProjectProjectConfig
    created_at str
    The timestamp of the transformation Project creation.
    created_by_id str
    The unique identifier for the User within the Fivetran system who created the dbt Project.
    errors Sequence[str]
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    group_id str
    The unique identifier for the group within the Fivetran system.
    id str
    The unique identifier for the transformation Project within the Fivetran system.
    status str
    Status of transformation Project (NOT_READY, READY, ERROR).
    type str
    Transformation project type.
    project_config GetTransformationProjectProjectConfig
    createdAt String
    The timestamp of the transformation Project creation.
    createdById String
    The unique identifier for the User within the Fivetran system who created the dbt Project.
    errors List<String>
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    groupId String
    The unique identifier for the group within the Fivetran system.
    id String
    The unique identifier for the transformation Project within the Fivetran system.
    status String
    Status of transformation Project (NOT_READY, READY, ERROR).
    type String
    Transformation project type.
    projectConfig Property Map

    Supporting Types

    GetTransformationProjectProjectConfig

    DbtVersion string
    The version of transformation that should run the project
    DefaultSchema string
    Default schema in destination. This production schema will contain your transformed data.
    EnvironmentVars List<string>
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    FolderPath string
    Folder in Git repo with your transformation project
    GitBranch string
    Git branch
    GitRemoteUrl string
    Git remote URL with your transformation project
    PublicKey string
    Public key to grant Fivetran SSH access to git repository.
    TargetName string
    Target name to set or override the value from the deployment.yaml
    Threads double
    The number of threads transformation will use (from 1 to 32). Make sure this value is compatible with your destination type. For example, Snowflake supports only 8 concurrent queries on an X-Small warehouse.
    DbtVersion string
    The version of transformation that should run the project
    DefaultSchema string
    Default schema in destination. This production schema will contain your transformed data.
    EnvironmentVars []string
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    FolderPath string
    Folder in Git repo with your transformation project
    GitBranch string
    Git branch
    GitRemoteUrl string
    Git remote URL with your transformation project
    PublicKey string
    Public key to grant Fivetran SSH access to git repository.
    TargetName string
    Target name to set or override the value from the deployment.yaml
    Threads float64
    The number of threads transformation will use (from 1 to 32). Make sure this value is compatible with your destination type. For example, Snowflake supports only 8 concurrent queries on an X-Small warehouse.
    dbtVersion String
    The version of transformation that should run the project
    defaultSchema String
    Default schema in destination. This production schema will contain your transformed data.
    environmentVars List<String>
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    folderPath String
    Folder in Git repo with your transformation project
    gitBranch String
    Git branch
    gitRemoteUrl String
    Git remote URL with your transformation project
    publicKey String
    Public key to grant Fivetran SSH access to git repository.
    targetName String
    Target name to set or override the value from the deployment.yaml
    threads Double
    The number of threads transformation will use (from 1 to 32). Make sure this value is compatible with your destination type. For example, Snowflake supports only 8 concurrent queries on an X-Small warehouse.
    dbtVersion string
    The version of transformation that should run the project
    defaultSchema string
    Default schema in destination. This production schema will contain your transformed data.
    environmentVars string[]
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    folderPath string
    Folder in Git repo with your transformation project
    gitBranch string
    Git branch
    gitRemoteUrl string
    Git remote URL with your transformation project
    publicKey string
    Public key to grant Fivetran SSH access to git repository.
    targetName string
    Target name to set or override the value from the deployment.yaml
    threads number
    The number of threads transformation will use (from 1 to 32). Make sure this value is compatible with your destination type. For example, Snowflake supports only 8 concurrent queries on an X-Small warehouse.
    dbt_version str
    The version of transformation that should run the project
    default_schema str
    Default schema in destination. This production schema will contain your transformed data.
    environment_vars Sequence[str]
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    folder_path str
    Folder in Git repo with your transformation project
    git_branch str
    Git branch
    git_remote_url str
    Git remote URL with your transformation project
    public_key str
    Public key to grant Fivetran SSH access to git repository.
    target_name str
    Target name to set or override the value from the deployment.yaml
    threads float
    The number of threads transformation will use (from 1 to 32). Make sure this value is compatible with your destination type. For example, Snowflake supports only 8 concurrent queries on an X-Small warehouse.
    dbtVersion String
    The version of transformation that should run the project
    defaultSchema String
    Default schema in destination. This production schema will contain your transformed data.
    environmentVars List<String>
    List of environment variables defined as key-value pairs in the raw string format using = as a separator. The variable name should have the DBT_ prefix and can contain A-Z, 0-9, dash, underscore, or dot characters. Example: "DBT*VARIABLE=variable*value"
    folderPath String
    Folder in Git repo with your transformation project
    gitBranch String
    Git branch
    gitRemoteUrl String
    Git remote URL with your transformation project
    publicKey String
    Public key to grant Fivetran SSH access to git repository.
    targetName String
    Target name to set or override the value from the deployment.yaml
    threads Number
    The number of threads transformation will use (from 1 to 32). Make sure this value is compatible with your destination type. For example, Snowflake supports only 8 concurrent queries on an X-Small warehouse.

    Package Details

    Repository
    fivetran fivetran/terraform-provider-fivetran
    License
    Notes
    This Pulumi package is based on the fivetran Terraform Provider.
    fivetran logo
    fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran