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

fivetran.getTransformation

Explore with Pulumi AI

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

    Returns transformation details if a valid identifier was provided

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fivetran from "@pulumi/fivetran";
    
    const test = fivetran.getTransformation({
        id: "id",
    });
    
    import pulumi
    import pulumi_fivetran as fivetran
    
    test = fivetran.get_transformation(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.LookupTransformation(ctx, &fivetran.LookupTransformationArgs{
    			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.GetTransformation.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.GetTransformationArgs;
    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.getTransformation(GetTransformationArgs.builder()
                .id("id")
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: fivetran:getTransformation
          arguments:
            id: id
    

    Using getTransformation

    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 getTransformation(args: GetTransformationArgs, opts?: InvokeOptions): Promise<GetTransformationResult>
    function getTransformationOutput(args: GetTransformationOutputArgs, opts?: InvokeOptions): Output<GetTransformationResult>
    def get_transformation(id: Optional[str] = None,
                           schedule: Optional[GetTransformationSchedule] = None,
                           transformation_config: Optional[GetTransformationTransformationConfig] = None,
                           opts: Optional[InvokeOptions] = None) -> GetTransformationResult
    def get_transformation_output(id: Optional[pulumi.Input[str]] = None,
                           schedule: Optional[pulumi.Input[GetTransformationScheduleArgs]] = None,
                           transformation_config: Optional[pulumi.Input[GetTransformationTransformationConfigArgs]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetTransformationResult]
    func LookupTransformation(ctx *Context, args *LookupTransformationArgs, opts ...InvokeOption) (*LookupTransformationResult, error)
    func LookupTransformationOutput(ctx *Context, args *LookupTransformationOutputArgs, opts ...InvokeOption) LookupTransformationResultOutput

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

    public static class GetTransformation 
    {
        public static Task<GetTransformationResult> InvokeAsync(GetTransformationArgs args, InvokeOptions? opts = null)
        public static Output<GetTransformationResult> Invoke(GetTransformationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTransformationResult> getTransformation(GetTransformationArgs args, InvokeOptions options)
    public static Output<GetTransformationResult> getTransformation(GetTransformationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: fivetran:index/getTransformation:getTransformation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier for the Transformation within the Fivetran system.
    Schedule GetTransformationSchedule
    TransformationConfig GetTransformationTransformationConfig
    Id string
    The unique identifier for the Transformation within the Fivetran system.
    Schedule GetTransformationSchedule
    TransformationConfig GetTransformationTransformationConfig
    id String
    The unique identifier for the Transformation within the Fivetran system.
    schedule GetTransformationSchedule
    transformationConfig GetTransformationTransformationConfig
    id string
    The unique identifier for the Transformation within the Fivetran system.
    schedule GetTransformationSchedule
    transformationConfig GetTransformationTransformationConfig
    id str
    The unique identifier for the Transformation within the Fivetran system.
    schedule GetTransformationSchedule
    transformation_config GetTransformationTransformationConfig
    id String
    The unique identifier for the Transformation within the Fivetran system.
    schedule Property Map
    transformationConfig Property Map

    getTransformation Result

    The following output properties are available:

    CreatedAt string
    The timestamp of when the transformation was created in your account.
    CreatedById string
    The unique identifier for the User within the Fivetran system who created the transformation.
    Id string
    The unique identifier for the Transformation within the Fivetran system.
    OutputModelNames List<string>
    Identifiers of related models.
    Paused bool
    The field indicating whether the transformation will be set into the paused state. By default, the value is false.
    Status string
    Status of transformation Project (NOT_READY, READY, ERROR).
    Type string
    Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
    Schedule GetTransformationSchedule
    TransformationConfig GetTransformationTransformationConfig
    CreatedAt string
    The timestamp of when the transformation was created in your account.
    CreatedById string
    The unique identifier for the User within the Fivetran system who created the transformation.
    Id string
    The unique identifier for the Transformation within the Fivetran system.
    OutputModelNames []string
    Identifiers of related models.
    Paused bool
    The field indicating whether the transformation will be set into the paused state. By default, the value is false.
    Status string
    Status of transformation Project (NOT_READY, READY, ERROR).
    Type string
    Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
    Schedule GetTransformationSchedule
    TransformationConfig GetTransformationTransformationConfig
    createdAt String
    The timestamp of when the transformation was created in your account.
    createdById String
    The unique identifier for the User within the Fivetran system who created the transformation.
    id String
    The unique identifier for the Transformation within the Fivetran system.
    outputModelNames List<String>
    Identifiers of related models.
    paused Boolean
    The field indicating whether the transformation will be set into the paused state. By default, the value is false.
    status String
    Status of transformation Project (NOT_READY, READY, ERROR).
    type String
    Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
    schedule GetTransformationSchedule
    transformationConfig GetTransformationTransformationConfig
    createdAt string
    The timestamp of when the transformation was created in your account.
    createdById string
    The unique identifier for the User within the Fivetran system who created the transformation.
    id string
    The unique identifier for the Transformation within the Fivetran system.
    outputModelNames string[]
    Identifiers of related models.
    paused boolean
    The field indicating whether the transformation will be set into the paused state. By default, the value is false.
    status string
    Status of transformation Project (NOT_READY, READY, ERROR).
    type string
    Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
    schedule GetTransformationSchedule
    transformationConfig GetTransformationTransformationConfig
    created_at str
    The timestamp of when the transformation was created in your account.
    created_by_id str
    The unique identifier for the User within the Fivetran system who created the transformation.
    id str
    The unique identifier for the Transformation within the Fivetran system.
    output_model_names Sequence[str]
    Identifiers of related models.
    paused bool
    The field indicating whether the transformation will be set into the paused state. By default, the value is false.
    status str
    Status of transformation Project (NOT_READY, READY, ERROR).
    type str
    Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
    schedule GetTransformationSchedule
    transformation_config GetTransformationTransformationConfig
    createdAt String
    The timestamp of when the transformation was created in your account.
    createdById String
    The unique identifier for the User within the Fivetran system who created the transformation.
    id String
    The unique identifier for the Transformation within the Fivetran system.
    outputModelNames List<String>
    Identifiers of related models.
    paused Boolean
    The field indicating whether the transformation will be set into the paused state. By default, the value is false.
    status String
    Status of transformation Project (NOT_READY, READY, ERROR).
    type String
    Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
    schedule Property Map
    transformationConfig Property Map

    Supporting Types

    GetTransformationSchedule

    ConnectionIds List<string>
    The list of the connection identifiers to be used for the integrated schedule. Not expected for QUICKSTART transformations
    Crons List<string>
    Cron schedule: list of CRON strings. Used for for CRON schedule type
    DaysOfWeeks List<string>
    The set of the days of the week the transformation should be launched on. The following values are supported: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Used for for INTEGRATED schedule type
    Interval double
    The time interval in minutes between subsequent transformation runs. Used for for INTERVAL schedule type
    ScheduleType string
    The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL, CRON.
    SmartSyncing bool
    The boolean flag that enables the Smart Syncing schedule
    TimeOfDay string
    The time of the day the transformation should be launched at. Supported values are: "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00". Used for for TIMEOFDAY schedule type
    ConnectionIds []string
    The list of the connection identifiers to be used for the integrated schedule. Not expected for QUICKSTART transformations
    Crons []string
    Cron schedule: list of CRON strings. Used for for CRON schedule type
    DaysOfWeeks []string
    The set of the days of the week the transformation should be launched on. The following values are supported: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Used for for INTEGRATED schedule type
    Interval float64
    The time interval in minutes between subsequent transformation runs. Used for for INTERVAL schedule type
    ScheduleType string
    The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL, CRON.
    SmartSyncing bool
    The boolean flag that enables the Smart Syncing schedule
    TimeOfDay string
    The time of the day the transformation should be launched at. Supported values are: "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00". Used for for TIMEOFDAY schedule type
    connectionIds List<String>
    The list of the connection identifiers to be used for the integrated schedule. Not expected for QUICKSTART transformations
    crons List<String>
    Cron schedule: list of CRON strings. Used for for CRON schedule type
    daysOfWeeks List<String>
    The set of the days of the week the transformation should be launched on. The following values are supported: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Used for for INTEGRATED schedule type
    interval Double
    The time interval in minutes between subsequent transformation runs. Used for for INTERVAL schedule type
    scheduleType String
    The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL, CRON.
    smartSyncing Boolean
    The boolean flag that enables the Smart Syncing schedule
    timeOfDay String
    The time of the day the transformation should be launched at. Supported values are: "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00". Used for for TIMEOFDAY schedule type
    connectionIds string[]
    The list of the connection identifiers to be used for the integrated schedule. Not expected for QUICKSTART transformations
    crons string[]
    Cron schedule: list of CRON strings. Used for for CRON schedule type
    daysOfWeeks string[]
    The set of the days of the week the transformation should be launched on. The following values are supported: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Used for for INTEGRATED schedule type
    interval number
    The time interval in minutes between subsequent transformation runs. Used for for INTERVAL schedule type
    scheduleType string
    The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL, CRON.
    smartSyncing boolean
    The boolean flag that enables the Smart Syncing schedule
    timeOfDay string
    The time of the day the transformation should be launched at. Supported values are: "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00". Used for for TIMEOFDAY schedule type
    connection_ids Sequence[str]
    The list of the connection identifiers to be used for the integrated schedule. Not expected for QUICKSTART transformations
    crons Sequence[str]
    Cron schedule: list of CRON strings. Used for for CRON schedule type
    days_of_weeks Sequence[str]
    The set of the days of the week the transformation should be launched on. The following values are supported: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Used for for INTEGRATED schedule type
    interval float
    The time interval in minutes between subsequent transformation runs. Used for for INTERVAL schedule type
    schedule_type str
    The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL, CRON.
    smart_syncing bool
    The boolean flag that enables the Smart Syncing schedule
    time_of_day str
    The time of the day the transformation should be launched at. Supported values are: "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00". Used for for TIMEOFDAY schedule type
    connectionIds List<String>
    The list of the connection identifiers to be used for the integrated schedule. Not expected for QUICKSTART transformations
    crons List<String>
    Cron schedule: list of CRON strings. Used for for CRON schedule type
    daysOfWeeks List<String>
    The set of the days of the week the transformation should be launched on. The following values are supported: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY. Used for for INTEGRATED schedule type
    interval Number
    The time interval in minutes between subsequent transformation runs. Used for for INTERVAL schedule type
    scheduleType String
    The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL, CRON.
    smartSyncing Boolean
    The boolean flag that enables the Smart Syncing schedule
    timeOfDay String
    The time of the day the transformation should be launched at. Supported values are: "00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00". Used for for TIMEOFDAY schedule type

    GetTransformationTransformationConfig

    ConnectionIds List<string>
    The list of the connection identifiers to be used for the integrated schedule. Also used to identify packagename automatically if packagename was not specified
    ExcludedModels List<string>
    The list of excluded output model names
    Name string
    The transformation name
    PackageName string
    The Quickstart transformation package name
    ProjectId string
    The unique identifier for the dbt Core project within the Fivetran system
    Steps List<GetTransformationTransformationConfigStep>
    UpgradeAvailable bool
    The boolean flag indicating that a newer version is available for the transformation package
    ConnectionIds []string
    The list of the connection identifiers to be used for the integrated schedule. Also used to identify packagename automatically if packagename was not specified
    ExcludedModels []string
    The list of excluded output model names
    Name string
    The transformation name
    PackageName string
    The Quickstart transformation package name
    ProjectId string
    The unique identifier for the dbt Core project within the Fivetran system
    Steps []GetTransformationTransformationConfigStep
    UpgradeAvailable bool
    The boolean flag indicating that a newer version is available for the transformation package
    connectionIds List<String>
    The list of the connection identifiers to be used for the integrated schedule. Also used to identify packagename automatically if packagename was not specified
    excludedModels List<String>
    The list of excluded output model names
    name String
    The transformation name
    packageName String
    The Quickstart transformation package name
    projectId String
    The unique identifier for the dbt Core project within the Fivetran system
    steps List<GetTransformationTransformationConfigStep>
    upgradeAvailable Boolean
    The boolean flag indicating that a newer version is available for the transformation package
    connectionIds string[]
    The list of the connection identifiers to be used for the integrated schedule. Also used to identify packagename automatically if packagename was not specified
    excludedModels string[]
    The list of excluded output model names
    name string
    The transformation name
    packageName string
    The Quickstart transformation package name
    projectId string
    The unique identifier for the dbt Core project within the Fivetran system
    steps GetTransformationTransformationConfigStep[]
    upgradeAvailable boolean
    The boolean flag indicating that a newer version is available for the transformation package
    connection_ids Sequence[str]
    The list of the connection identifiers to be used for the integrated schedule. Also used to identify packagename automatically if packagename was not specified
    excluded_models Sequence[str]
    The list of excluded output model names
    name str
    The transformation name
    package_name str
    The Quickstart transformation package name
    project_id str
    The unique identifier for the dbt Core project within the Fivetran system
    steps Sequence[GetTransformationTransformationConfigStep]
    upgrade_available bool
    The boolean flag indicating that a newer version is available for the transformation package
    connectionIds List<String>
    The list of the connection identifiers to be used for the integrated schedule. Also used to identify packagename automatically if packagename was not specified
    excludedModels List<String>
    The list of excluded output model names
    name String
    The transformation name
    packageName String
    The Quickstart transformation package name
    projectId String
    The unique identifier for the dbt Core project within the Fivetran system
    steps List<Property Map>
    upgradeAvailable Boolean
    The boolean flag indicating that a newer version is available for the transformation package

    GetTransformationTransformationConfigStep

    Command string
    The dbt command in the transformation step
    Name string
    The step name
    Command string
    The dbt command in the transformation step
    Name string
    The step name
    command String
    The dbt command in the transformation step
    name String
    The step name
    command string
    The dbt command in the transformation step
    name string
    The step name
    command str
    The dbt command in the transformation step
    name str
    The step name
    command String
    The dbt command in the transformation step
    name String
    The step name

    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