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

fivetran.getTransformations

Explore with Pulumi AI

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

    Returns a list of all transformations available via API within your Fivetran account.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fivetran from "@pulumi/fivetran";
    
    const test = fivetran.getTransformations({});
    
    import pulumi
    import pulumi_fivetran as fivetran
    
    test = fivetran.get_transformations()
    
    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.GetTransformations(ctx, &fivetran.GetTransformationsArgs{}, 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.GetTransformations.Invoke();
    
    });
    
    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.GetTransformationsArgs;
    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.getTransformations();
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: fivetran:getTransformations
          arguments: {}
    

    Using getTransformations

    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 getTransformations(args: GetTransformationsArgs, opts?: InvokeOptions): Promise<GetTransformationsResult>
    function getTransformationsOutput(args: GetTransformationsOutputArgs, opts?: InvokeOptions): Output<GetTransformationsResult>
    def get_transformations(transformations: Optional[Sequence[GetTransformationsTransformation]] = None,
                            opts: Optional[InvokeOptions] = None) -> GetTransformationsResult
    def get_transformations_output(transformations: Optional[pulumi.Input[Sequence[pulumi.Input[GetTransformationsTransformationArgs]]]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetTransformationsResult]
    func GetTransformations(ctx *Context, args *GetTransformationsArgs, opts ...InvokeOption) (*GetTransformationsResult, error)
    func GetTransformationsOutput(ctx *Context, args *GetTransformationsOutputArgs, opts ...InvokeOption) GetTransformationsResultOutput

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

    public static class GetTransformations 
    {
        public static Task<GetTransformationsResult> InvokeAsync(GetTransformationsArgs args, InvokeOptions? opts = null)
        public static Output<GetTransformationsResult> Invoke(GetTransformationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTransformationsResult> getTransformations(GetTransformationsArgs args, InvokeOptions options)
    public static Output<GetTransformationsResult> getTransformations(GetTransformationsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: fivetran:index/getTransformations:getTransformations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getTransformations Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Transformations List<GetTransformationsTransformation>
    Id string
    The provider-assigned unique ID for this managed resource.
    Transformations []GetTransformationsTransformation
    id String
    The provider-assigned unique ID for this managed resource.
    transformations List<GetTransformationsTransformation>
    id string
    The provider-assigned unique ID for this managed resource.
    transformations GetTransformationsTransformation[]
    id str
    The provider-assigned unique ID for this managed resource.
    transformations Sequence[GetTransformationsTransformation]
    id String
    The provider-assigned unique ID for this managed resource.
    transformations List<Property Map>

    Supporting Types

    GetTransformationsTransformation

    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 GetTransformationsTransformationSchedule
    TransformationConfig GetTransformationsTransformationTransformationConfig
    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 GetTransformationsTransformationSchedule
    TransformationConfig GetTransformationsTransformationTransformationConfig
    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 GetTransformationsTransformationSchedule
    transformationConfig GetTransformationsTransformationTransformationConfig
    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 GetTransformationsTransformationSchedule
    transformationConfig GetTransformationsTransformationTransformationConfig
    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 GetTransformationsTransformationSchedule
    transformation_config GetTransformationsTransformationTransformationConfig
    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

    GetTransformationsTransformationSchedule

    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

    GetTransformationsTransformationTransformationConfig

    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<GetTransformationsTransformationTransformationConfigStep>
    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 []GetTransformationsTransformationTransformationConfigStep
    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<GetTransformationsTransformationTransformationConfigStep>
    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 GetTransformationsTransformationTransformationConfigStep[]
    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[GetTransformationsTransformationTransformationConfigStep]
    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

    GetTransformationsTransformationTransformationConfigStep

    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