fivetran 1.5.1 published on Friday, Mar 7, 2025 by fivetran
fivetran.getDbtTransformation
Explore with Pulumi AI
This data source returns a dbt Transformation object.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fivetran from "@pulumi/fivetran";
const transformation = fivetran.getDbtTransformation({
id: "transformation_id",
});
import pulumi
import pulumi_fivetran as fivetran
transformation = fivetran.get_dbt_transformation(id="transformation_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.LookupDbtTransformation(ctx, &fivetran.LookupDbtTransformationArgs{
Id: "transformation_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 transformation = Fivetran.GetDbtTransformation.Invoke(new()
{
Id = "transformation_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.GetDbtTransformationArgs;
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 transformation = FivetranFunctions.getDbtTransformation(GetDbtTransformationArgs.builder()
.id("transformation_id")
.build());
}
}
variables:
transformation:
fn::invoke:
function: fivetran:getDbtTransformation
arguments:
id: transformation_id
Using getDbtTransformation
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 getDbtTransformation(args: GetDbtTransformationArgs, opts?: InvokeOptions): Promise<GetDbtTransformationResult>
function getDbtTransformationOutput(args: GetDbtTransformationOutputArgs, opts?: InvokeOptions): Output<GetDbtTransformationResult>
def get_dbt_transformation(id: Optional[str] = None,
schedule: Optional[GetDbtTransformationSchedule] = None,
opts: Optional[InvokeOptions] = None) -> GetDbtTransformationResult
def get_dbt_transformation_output(id: Optional[pulumi.Input[str]] = None,
schedule: Optional[pulumi.Input[GetDbtTransformationScheduleArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbtTransformationResult]
func LookupDbtTransformation(ctx *Context, args *LookupDbtTransformationArgs, opts ...InvokeOption) (*LookupDbtTransformationResult, error)
func LookupDbtTransformationOutput(ctx *Context, args *LookupDbtTransformationOutputArgs, opts ...InvokeOption) LookupDbtTransformationResultOutput
> Note: This function is named LookupDbtTransformation
in the Go SDK.
public static class GetDbtTransformation
{
public static Task<GetDbtTransformationResult> InvokeAsync(GetDbtTransformationArgs args, InvokeOptions? opts = null)
public static Output<GetDbtTransformationResult> Invoke(GetDbtTransformationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDbtTransformationResult> getDbtTransformation(GetDbtTransformationArgs args, InvokeOptions options)
public static Output<GetDbtTransformationResult> getDbtTransformation(GetDbtTransformationArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getDbtTransformation:getDbtTransformation
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The unique identifier for the dbt Transformation within the Fivetran system.
- Schedule
Get
Dbt Transformation Schedule
- Id string
- The unique identifier for the dbt Transformation within the Fivetran system.
- Schedule
Get
Dbt Transformation Schedule
- id String
- The unique identifier for the dbt Transformation within the Fivetran system.
- schedule
Get
Dbt Transformation Schedule
- id string
- The unique identifier for the dbt Transformation within the Fivetran system.
- schedule
Get
Dbt Transformation Schedule
- id str
- The unique identifier for the dbt Transformation within the Fivetran system.
- schedule
Get
Dbt Transformation Schedule
- id String
- The unique identifier for the dbt Transformation within the Fivetran system.
- schedule Property Map
getDbtTransformation Result
The following output properties are available:
- Connector
Ids List<string> - Identifiers of related connectors.
- Created
At string - The timestamp of the dbt Transformation creation.
- Dbt
Model stringId - The unique identifier for the dbt Model within the Fivetran system.
- Dbt
Model stringName - Target dbt Model name.
- Dbt
Project stringId - The unique identifier for the dbt Project within the Fivetran system.
- Id string
- The unique identifier for the dbt Transformation within the Fivetran system.
- Model
Ids List<string> - Identifiers of related models.
- Output
Model stringName - The dbt Model name.
- Paused bool
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- Run
Tests bool - The field indicating whether the tests have been configured for dbt Transformation. By default, the value is false.
- Schedule
Get
Dbt Transformation Schedule
- Connector
Ids []string - Identifiers of related connectors.
- Created
At string - The timestamp of the dbt Transformation creation.
- Dbt
Model stringId - The unique identifier for the dbt Model within the Fivetran system.
- Dbt
Model stringName - Target dbt Model name.
- Dbt
Project stringId - The unique identifier for the dbt Project within the Fivetran system.
- Id string
- The unique identifier for the dbt Transformation within the Fivetran system.
- Model
Ids []string - Identifiers of related models.
- Output
Model stringName - The dbt Model name.
- Paused bool
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- Run
Tests bool - The field indicating whether the tests have been configured for dbt Transformation. By default, the value is false.
- Schedule
Get
Dbt Transformation Schedule
- connector
Ids List<String> - Identifiers of related connectors.
- created
At String - The timestamp of the dbt Transformation creation.
- dbt
Model StringId - The unique identifier for the dbt Model within the Fivetran system.
- dbt
Model StringName - Target dbt Model name.
- dbt
Project StringId - The unique identifier for the dbt Project within the Fivetran system.
- id String
- The unique identifier for the dbt Transformation within the Fivetran system.
- model
Ids List<String> - Identifiers of related models.
- output
Model StringName - The dbt Model name.
- paused Boolean
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- run
Tests Boolean - The field indicating whether the tests have been configured for dbt Transformation. By default, the value is false.
- schedule
Get
Dbt Transformation Schedule
- connector
Ids string[] - Identifiers of related connectors.
- created
At string - The timestamp of the dbt Transformation creation.
- dbt
Model stringId - The unique identifier for the dbt Model within the Fivetran system.
- dbt
Model stringName - Target dbt Model name.
- dbt
Project stringId - The unique identifier for the dbt Project within the Fivetran system.
- id string
- The unique identifier for the dbt Transformation within the Fivetran system.
- model
Ids string[] - Identifiers of related models.
- output
Model stringName - The dbt Model name.
- paused boolean
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- run
Tests boolean - The field indicating whether the tests have been configured for dbt Transformation. By default, the value is false.
- schedule
Get
Dbt Transformation Schedule
- connector_
ids Sequence[str] - Identifiers of related connectors.
- created_
at str - The timestamp of the dbt Transformation creation.
- dbt_
model_ strid - The unique identifier for the dbt Model within the Fivetran system.
- dbt_
model_ strname - Target dbt Model name.
- dbt_
project_ strid - The unique identifier for the dbt Project within the Fivetran system.
- id str
- The unique identifier for the dbt Transformation within the Fivetran system.
- model_
ids Sequence[str] - Identifiers of related models.
- output_
model_ strname - The dbt Model name.
- paused bool
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- run_
tests bool - The field indicating whether the tests have been configured for dbt Transformation. By default, the value is false.
- schedule
Get
Dbt Transformation Schedule
- connector
Ids List<String> - Identifiers of related connectors.
- created
At String - The timestamp of the dbt Transformation creation.
- dbt
Model StringId - The unique identifier for the dbt Model within the Fivetran system.
- dbt
Model StringName - Target dbt Model name.
- dbt
Project StringId - The unique identifier for the dbt Project within the Fivetran system.
- id String
- The unique identifier for the dbt Transformation within the Fivetran system.
- model
Ids List<String> - Identifiers of related models.
- output
Model StringName - The dbt Model name.
- paused Boolean
- The field indicating whether the transformation will be set into the paused state. By default, the value is false.
- run
Tests Boolean - The field indicating whether the tests have been configured for dbt Transformation. By default, the value is false.
- schedule Property Map
Supporting Types
GetDbtTransformationSchedule
- 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.
- Interval double
- The time interval in minutes between subsequent transformation runs.
- Schedule
Type string - The type of the schedule to run the dbt Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL. For INTEGRATED schedule type, interval and timeofday values are ignored and only the daysofweek parameter values are taken into account (but may be empty or null). For TIMEOFDAY schedule type, the interval parameter value is ignored and the timeofday values is taken into account along with daysofweek value. For INTERVAL schedule type, timeofday value is ignored and the interval parameter value is taken into account along with daysofweek value.
- 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"
- 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.
- Interval float64
- The time interval in minutes between subsequent transformation runs.
- Schedule
Type string - The type of the schedule to run the dbt Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL. For INTEGRATED schedule type, interval and timeofday values are ignored and only the daysofweek parameter values are taken into account (but may be empty or null). For TIMEOFDAY schedule type, the interval parameter value is ignored and the timeofday values is taken into account along with daysofweek value. For INTERVAL schedule type, timeofday value is ignored and the interval parameter value is taken into account along with daysofweek value.
- 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"
- 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.
- interval Double
- The time interval in minutes between subsequent transformation runs.
- schedule
Type String - The type of the schedule to run the dbt Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL. For INTEGRATED schedule type, interval and timeofday values are ignored and only the daysofweek parameter values are taken into account (but may be empty or null). For TIMEOFDAY schedule type, the interval parameter value is ignored and the timeofday values is taken into account along with daysofweek value. For INTERVAL schedule type, timeofday value is ignored and the interval parameter value is taken into account along with daysofweek value.
- 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"
- 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.
- interval number
- The time interval in minutes between subsequent transformation runs.
- schedule
Type string - The type of the schedule to run the dbt Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL. For INTEGRATED schedule type, interval and timeofday values are ignored and only the daysofweek parameter values are taken into account (but may be empty or null). For TIMEOFDAY schedule type, the interval parameter value is ignored and the timeofday values is taken into account along with daysofweek value. For INTERVAL schedule type, timeofday value is ignored and the interval parameter value is taken into account along with daysofweek value.
- 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"
- 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.
- interval float
- The time interval in minutes between subsequent transformation runs.
- schedule_
type str - The type of the schedule to run the dbt Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL. For INTEGRATED schedule type, interval and timeofday values are ignored and only the daysofweek parameter values are taken into account (but may be empty or null). For TIMEOFDAY schedule type, the interval parameter value is ignored and the timeofday values is taken into account along with daysofweek value. For INTERVAL schedule type, timeofday value is ignored and the interval parameter value is taken into account along with daysofweek value.
- 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"
- 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.
- interval Number
- The time interval in minutes between subsequent transformation runs.
- schedule
Type String - The type of the schedule to run the dbt Transformation on. The following values are supported: INTEGRATED, TIMEOFDAY, INTERVAL. For INTEGRATED schedule type, interval and timeofday values are ignored and only the daysofweek parameter values are taken into account (but may be empty or null). For TIMEOFDAY schedule type, the interval parameter value is ignored and the timeofday values is taken into account along with daysofweek value. For INTERVAL schedule type, timeofday value is ignored and the interval parameter value is taken into account along with daysofweek value.
- 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"
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.