fivetran.Transformation
Explore with Pulumi AI
Resource is in ALPHA state.
This resource allows you to add, manage and delete transformation projects in your account.
Example Usage
Dbt Core Transformation
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fivetran.Transformation;
import com.pulumi.fivetran.TransformationArgs;
import com.pulumi.resources.CustomResourceOptions;
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) {
var transformation = new Transformation("transformation", TransformationArgs.builder()
.type("DBT_CORE")
.paused(true)
.schedule(TransformationScheduleArgs.builder()
.scheduleType("TIME_OF_DAY")
.timeOfDay("11:00")
.build())
.transformationConfig(TransformationTransformationConfigArgs.builder()
.projectId("project_id")
.name("name")
.steps(
TransformationTransformationConfigStepArgs.builder()
.name("name1")
.command("command1")
.build(),
TransformationTransformationConfigStepArgs.builder()
.name("name2")
.command("command2")
.build())
.build())
.build(), CustomResourceOptions.builder()
.provider(fivetran_provider)
.build());
}
}
resources:
transformation:
type: fivetran:Transformation
properties:
type: DBT_CORE
paused: true
schedule:
- scheduleType: TIME_OF_DAY
timeOfDay: 11:00
transformationConfig:
- projectId: project_id
name: name
steps:
- name: name1
command: command1
- name: name2
command: command2
options:
provider: ${["fivetran-provider"]}
Quickstart Transformation
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fivetran.Transformation;
import com.pulumi.fivetran.TransformationArgs;
import com.pulumi.resources.CustomResourceOptions;
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) {
var transformation = new Transformation("transformation", TransformationArgs.builder()
.type("QUICKSTART")
.paused(true)
.schedule(TransformationScheduleArgs.builder()
.scheduleType("TIME_OF_DAY")
.timeOfDay("11:00")
.build())
.transformationConfig(TransformationTransformationConfigArgs.builder()
.packageName("package_name")
.connectionIds(
"connection_id1",
"connection_id2")
.excludedModels(
"excluded_model1",
"excluded_model2")
.build())
.build(), CustomResourceOptions.builder()
.provider(fivetran_provider)
.build());
}
}
resources:
transformation:
type: fivetran:Transformation
properties:
type: QUICKSTART
paused: true
schedule:
- scheduleType: TIME_OF_DAY
timeOfDay: 11:00
transformationConfig:
- packageName: package_name
connectionIds:
- connection_id1
- connection_id2
excludedModels:
- excluded_model1
- excluded_model2
options:
provider: ${["fivetran-provider"]}
S For Transformation Schedule Section
import * as pulumi from "@pulumi/pulumi";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
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) {
}
}
{}
import * as pulumi from "@pulumi/pulumi";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
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) {
}
}
{}
import * as pulumi from "@pulumi/pulumi";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
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) {
}
}
{}
import * as pulumi from "@pulumi/pulumi";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
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) {
}
}
{}
Create Transformation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Transformation(name: string, args?: TransformationArgs, opts?: CustomResourceOptions);
@overload
def Transformation(resource_name: str,
args: Optional[TransformationArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def Transformation(resource_name: str,
opts: Optional[ResourceOptions] = None,
paused: Optional[bool] = None,
schedule: Optional[TransformationScheduleArgs] = None,
transformation_config: Optional[TransformationTransformationConfigArgs] = None,
type: Optional[str] = None)
func NewTransformation(ctx *Context, name string, args *TransformationArgs, opts ...ResourceOption) (*Transformation, error)
public Transformation(string name, TransformationArgs? args = null, CustomResourceOptions? opts = null)
public Transformation(String name, TransformationArgs args)
public Transformation(String name, TransformationArgs args, CustomResourceOptions options)
type: fivetran:Transformation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TransformationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TransformationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TransformationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransformationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransformationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var transformationResource = new Fivetran.Transformation("transformationResource", new()
{
Paused = false,
Schedule = new Fivetran.Inputs.TransformationScheduleArgs
{
ConnectionIds = new[]
{
"string",
},
Crons = new[]
{
"string",
},
DaysOfWeeks = new[]
{
"string",
},
Interval = 0,
ScheduleType = "string",
SmartSyncing = false,
TimeOfDay = "string",
},
TransformationConfig = new Fivetran.Inputs.TransformationTransformationConfigArgs
{
ConnectionIds = new[]
{
"string",
},
ExcludedModels = new[]
{
"string",
},
Name = "string",
PackageName = "string",
ProjectId = "string",
Steps = new[]
{
new Fivetran.Inputs.TransformationTransformationConfigStepArgs
{
Command = "string",
Name = "string",
},
},
UpgradeAvailable = false,
},
Type = "string",
});
example, err := fivetran.NewTransformation(ctx, "transformationResource", &fivetran.TransformationArgs{
Paused: pulumi.Bool(false),
Schedule: &.TransformationScheduleArgs{
ConnectionIds: pulumi.StringArray{
pulumi.String("string"),
},
Crons: pulumi.StringArray{
pulumi.String("string"),
},
DaysOfWeeks: pulumi.StringArray{
pulumi.String("string"),
},
Interval: pulumi.Float64(0),
ScheduleType: pulumi.String("string"),
SmartSyncing: pulumi.Bool(false),
TimeOfDay: pulumi.String("string"),
},
TransformationConfig: &.TransformationTransformationConfigArgs{
ConnectionIds: pulumi.StringArray{
pulumi.String("string"),
},
ExcludedModels: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
PackageName: pulumi.String("string"),
ProjectId: pulumi.String("string"),
Steps: .TransformationTransformationConfigStepArray{
&.TransformationTransformationConfigStepArgs{
Command: pulumi.String("string"),
Name: pulumi.String("string"),
},
},
UpgradeAvailable: pulumi.Bool(false),
},
Type: pulumi.String("string"),
})
var transformationResource = new Transformation("transformationResource", TransformationArgs.builder()
.paused(false)
.schedule(TransformationScheduleArgs.builder()
.connectionIds("string")
.crons("string")
.daysOfWeeks("string")
.interval(0)
.scheduleType("string")
.smartSyncing(false)
.timeOfDay("string")
.build())
.transformationConfig(TransformationTransformationConfigArgs.builder()
.connectionIds("string")
.excludedModels("string")
.name("string")
.packageName("string")
.projectId("string")
.steps(TransformationTransformationConfigStepArgs.builder()
.command("string")
.name("string")
.build())
.upgradeAvailable(false)
.build())
.type("string")
.build());
transformation_resource = fivetran.Transformation("transformationResource",
paused=False,
schedule={
"connection_ids": ["string"],
"crons": ["string"],
"days_of_weeks": ["string"],
"interval": 0,
"schedule_type": "string",
"smart_syncing": False,
"time_of_day": "string",
},
transformation_config={
"connection_ids": ["string"],
"excluded_models": ["string"],
"name": "string",
"package_name": "string",
"project_id": "string",
"steps": [{
"command": "string",
"name": "string",
}],
"upgrade_available": False,
},
type="string")
const transformationResource = new fivetran.Transformation("transformationResource", {
paused: false,
schedule: {
connectionIds: ["string"],
crons: ["string"],
daysOfWeeks: ["string"],
interval: 0,
scheduleType: "string",
smartSyncing: false,
timeOfDay: "string",
},
transformationConfig: {
connectionIds: ["string"],
excludedModels: ["string"],
name: "string",
packageName: "string",
projectId: "string",
steps: [{
command: "string",
name: "string",
}],
upgradeAvailable: false,
},
type: "string",
});
type: fivetran:Transformation
properties:
paused: false
schedule:
connectionIds:
- string
crons:
- string
daysOfWeeks:
- string
interval: 0
scheduleType: string
smartSyncing: false
timeOfDay: string
transformationConfig:
connectionIds:
- string
excludedModels:
- string
name: string
packageName: string
projectId: string
steps:
- command: string
name: string
upgradeAvailable: false
type: string
Transformation Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Transformation resource accepts the following input properties:
- Paused bool
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- Schedule
Transformation
Schedule - Transformation
Config TransformationTransformation Config - Type string
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- Paused bool
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- Schedule
Transformation
Schedule Args - Transformation
Config TransformationTransformation Config Args - Type string
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- paused Boolean
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- schedule
Transformation
Schedule - transformation
Config TransformationTransformation Config - type String
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- paused boolean
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- schedule
Transformation
Schedule - transformation
Config TransformationTransformation Config - type string
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- paused bool
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- schedule
Transformation
Schedule Args - transformation_
config TransformationTransformation Config Args - type str
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- paused Boolean
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- schedule Property Map
- transformation
Config Property Map - type String
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
Outputs
All input properties are implicitly available as output properties. Additionally, the Transformation resource produces the following output properties:
- Created
At string - The timestamp of when the transformation was created in your account.
- Created
By stringId - The unique identifier for the User within the Fivetran system who created the transformation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Output
Model List<string>Names - Identifiers of related models.
- Status string
- Status of transformation Project (NOT_READY, READY, ERROR).
- Created
At string - The timestamp of when the transformation was created in your account.
- Created
By stringId - The unique identifier for the User within the Fivetran system who created the transformation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Output
Model []stringNames - Identifiers of related models.
- Status string
- Status of transformation Project (NOT_READY, READY, ERROR).
- created
At String - The timestamp of when the transformation was created in your account.
- created
By StringId - The unique identifier for the User within the Fivetran system who created the transformation.
- id String
- The provider-assigned unique ID for this managed resource.
- output
Model List<String>Names - Identifiers of related models.
- status String
- Status of transformation Project (NOT_READY, READY, ERROR).
- created
At string - The timestamp of when the transformation was created in your account.
- created
By stringId - The unique identifier for the User within the Fivetran system who created the transformation.
- id string
- The provider-assigned unique ID for this managed resource.
- output
Model string[]Names - Identifiers of related models.
- status string
- Status of transformation Project (NOT_READY, READY, ERROR).
- created_
at str - The timestamp of when the transformation was created in your account.
- created_
by_ strid - The unique identifier for the User within the Fivetran system who created the transformation.
- id str
- The provider-assigned unique ID for this managed resource.
- output_
model_ Sequence[str]names - Identifiers of related models.
- status str
- Status of transformation Project (NOT_READY, READY, ERROR).
- created
At String - The timestamp of when the transformation was created in your account.
- created
By StringId - The unique identifier for the User within the Fivetran system who created the transformation.
- id String
- The provider-assigned unique ID for this managed resource.
- output
Model List<String>Names - Identifiers of related models.
- status String
- Status of transformation Project (NOT_READY, READY, ERROR).
Look up Existing Transformation Resource
Get an existing Transformation resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TransformationState, opts?: CustomResourceOptions): Transformation
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
created_at: Optional[str] = None,
created_by_id: Optional[str] = None,
output_model_names: Optional[Sequence[str]] = None,
paused: Optional[bool] = None,
schedule: Optional[TransformationScheduleArgs] = None,
status: Optional[str] = None,
transformation_config: Optional[TransformationTransformationConfigArgs] = None,
type: Optional[str] = None) -> Transformation
func GetTransformation(ctx *Context, name string, id IDInput, state *TransformationState, opts ...ResourceOption) (*Transformation, error)
public static Transformation Get(string name, Input<string> id, TransformationState? state, CustomResourceOptions? opts = null)
public static Transformation get(String name, Output<String> id, TransformationState state, CustomResourceOptions options)
resources: _: type: fivetran:Transformation get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Created
At string - The timestamp of when the transformation was created in your account.
- Created
By stringId - The unique identifier for the User within the Fivetran system who created the transformation.
- Output
Model List<string>Names - 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.
- Schedule
Transformation
Schedule - Status string
- Status of transformation Project (NOT_READY, READY, ERROR).
- Transformation
Config TransformationTransformation Config - Type string
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- Created
At string - The timestamp of when the transformation was created in your account.
- Created
By stringId - The unique identifier for the User within the Fivetran system who created the transformation.
- Output
Model []stringNames - 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.
- Schedule
Transformation
Schedule Args - Status string
- Status of transformation Project (NOT_READY, READY, ERROR).
- Transformation
Config TransformationTransformation Config Args - Type string
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- created
At String - The timestamp of when the transformation was created in your account.
- created
By StringId - The unique identifier for the User within the Fivetran system who created the transformation.
- output
Model List<String>Names - 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.
- schedule
Transformation
Schedule - status String
- Status of transformation Project (NOT_READY, READY, ERROR).
- transformation
Config TransformationTransformation Config - type String
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- created
At string - The timestamp of when the transformation was created in your account.
- created
By stringId - The unique identifier for the User within the Fivetran system who created the transformation.
- output
Model string[]Names - 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.
- schedule
Transformation
Schedule - status string
- Status of transformation Project (NOT_READY, READY, ERROR).
- transformation
Config TransformationTransformation Config - type string
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- created_
at str - The timestamp of when the transformation was created in your account.
- created_
by_ strid - The unique identifier for the User within the Fivetran system who created the transformation.
- output_
model_ Sequence[str]names - 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.
- schedule
Transformation
Schedule Args - status str
- Status of transformation Project (NOT_READY, READY, ERROR).
- transformation_
config TransformationTransformation Config Args - type str
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
- created
At String - The timestamp of when the transformation was created in your account.
- created
By StringId - The unique identifier for the User within the Fivetran system who created the transformation.
- output
Model List<String>Names - 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.
- schedule Property Map
- status String
- Status of transformation Project (NOT_READY, READY, ERROR).
- transformation
Config Property Map - type String
- Transformation type. The following values are supported: DBT_CORE, QUICKSTART.
Supporting Types
TransformationSchedule, TransformationScheduleArgs
- Connection
Ids 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
- Days
Of List<string>Weeks - 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
- Schedule
Type string - 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 stringDay - 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 []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
- Days
Of []stringWeeks - 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
- Schedule
Type string - 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 stringDay - 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 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
- days
Of List<String>Weeks - 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
- schedule
Type String - The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL, CRON.
- smart
Syncing Boolean - The boolean flag that enables the Smart Syncing schedule
- time
Of StringDay - 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 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
- days
Of string[]Weeks - 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
- schedule
Type string - The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL, CRON.
- smart
Syncing boolean - The boolean flag that enables the Smart Syncing schedule
- time
Of stringDay - 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_ Sequence[str]weeks - 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_ strday - 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 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
- days
Of List<String>Weeks - 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
- schedule
Type String - The type of the schedule to run the Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL, CRON.
- smart
Syncing Boolean - The boolean flag that enables the Smart Syncing schedule
- time
Of StringDay - 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
TransformationTransformationConfig, TransformationTransformationConfigArgs
- Connection
Ids 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
- Excluded
Models List<string> - The list of excluded output model names
- Name string
- The transformation name
- Package
Name string - The Quickstart transformation package name
- Project
Id string - The unique identifier for the dbt Core project within the Fivetran system
- Steps
List<Transformation
Transformation Config Step> - Upgrade
Available bool - The boolean flag indicating that a newer version is available for the transformation package
- Connection
Ids []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
- Excluded
Models []string - The list of excluded output model names
- Name string
- The transformation name
- Package
Name string - The Quickstart transformation package name
- Project
Id string - The unique identifier for the dbt Core project within the Fivetran system
- Steps
[]Transformation
Transformation Config Step - Upgrade
Available bool - The boolean flag indicating that a newer version is available for the transformation package
- connection
Ids 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
- excluded
Models List<String> - The list of excluded output model names
- name String
- The transformation name
- package
Name String - The Quickstart transformation package name
- project
Id String - The unique identifier for the dbt Core project within the Fivetran system
- steps
List<Transformation
Transformation Config Step> - upgrade
Available Boolean - The boolean flag indicating that a newer version is available for the transformation package
- connection
Ids 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
- excluded
Models string[] - The list of excluded output model names
- name string
- The transformation name
- package
Name string - The Quickstart transformation package name
- project
Id string - The unique identifier for the dbt Core project within the Fivetran system
- steps
Transformation
Transformation Config Step[] - upgrade
Available 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[Transformation
Transformation Config Step] - upgrade_
available bool - The boolean flag indicating that a newer version is available for the transformation package
- connection
Ids 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
- excluded
Models List<String> - The list of excluded output model names
- name String
- The transformation name
- package
Name String - The Quickstart transformation package name
- project
Id String - The unique identifier for the dbt Core project within the Fivetran system
- steps List<Property Map>
- upgrade
Available Boolean - The boolean flag indicating that a newer version is available for the transformation package
TransformationTransformationConfigStep, TransformationTransformationConfigStepArgs
Import
To import an existing
fivetran_transformation
resource into your Terraform state, you need to get Transformation ID via API callGET https://api.fivetran.com/v1/transformations
to retrieve available projects.Fetch transformation details for particular
transformation-id
usingGET https://api.fivetran.com/v1/transformations/{transformation-id}
to ensure that this is the transformation you want to import.Define an empty resource in your
.tf
configuration:
hcl
resource “fivetran_transformation” “my_imported_fivetran_transformation” {
}
- Run the
pulumi import
command:
$ pulumi import fivetran:index/transformation:Transformation my_imported_fivetran_transformation {Transformation ID}
- Use the
terraform state show
command to get the values from the state:
terraform state show ‘fivetran_transformation.my_imported_fivetran_transformation’
- Copy the values and paste them to your
.tf
configuration.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.