fivetran 1.6.0 published on Tuesday, Mar 25, 2025 by fivetran
fivetran.getGroupConnectors
Explore with Pulumi AI
This data source returns a list of information about all connectors within a group in your Fivetran account.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fivetran from "@pulumi/fivetran";
const groupConnectors = fivetran.getGroupConnectors({
id: "anonymous_mystery",
schema: "connector_schema_name",
});
import pulumi
import pulumi_fivetran as fivetran
group_connectors = fivetran.get_group_connectors(id="anonymous_mystery",
schema="connector_schema_name")
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.GetGroupConnectors(ctx, &fivetran.GetGroupConnectorsArgs{
Id: "anonymous_mystery",
Schema: pulumi.StringRef("connector_schema_name"),
}, 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 groupConnectors = Fivetran.GetGroupConnectors.Invoke(new()
{
Id = "anonymous_mystery",
Schema = "connector_schema_name",
});
});
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.GetGroupConnectorsArgs;
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 groupConnectors = FivetranFunctions.getGroupConnectors(GetGroupConnectorsArgs.builder()
.id("anonymous_mystery")
.schema("connector_schema_name")
.build());
}
}
variables:
groupConnectors:
fn::invoke:
function: fivetran:getGroupConnectors
arguments:
id: anonymous_mystery
schema: connector_schema_name
Using getGroupConnectors
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 getGroupConnectors(args: GetGroupConnectorsArgs, opts?: InvokeOptions): Promise<GetGroupConnectorsResult>
function getGroupConnectorsOutput(args: GetGroupConnectorsOutputArgs, opts?: InvokeOptions): Output<GetGroupConnectorsResult>
def get_group_connectors(connectors: Optional[Sequence[GetGroupConnectorsConnector]] = None,
id: Optional[str] = None,
schema: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupConnectorsResult
def get_group_connectors_output(connectors: Optional[pulumi.Input[Sequence[pulumi.Input[GetGroupConnectorsConnectorArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
schema: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGroupConnectorsResult]
func GetGroupConnectors(ctx *Context, args *GetGroupConnectorsArgs, opts ...InvokeOption) (*GetGroupConnectorsResult, error)
func GetGroupConnectorsOutput(ctx *Context, args *GetGroupConnectorsOutputArgs, opts ...InvokeOption) GetGroupConnectorsResultOutput
> Note: This function is named GetGroupConnectors
in the Go SDK.
public static class GetGroupConnectors
{
public static Task<GetGroupConnectorsResult> InvokeAsync(GetGroupConnectorsArgs args, InvokeOptions? opts = null)
public static Output<GetGroupConnectorsResult> Invoke(GetGroupConnectorsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGroupConnectorsResult> getGroupConnectors(GetGroupConnectorsArgs args, InvokeOptions options)
public static Output<GetGroupConnectorsResult> getGroupConnectors(GetGroupConnectorsArgs args, InvokeOptions options)
fn::invoke:
function: fivetran:index/getGroupConnectors:getGroupConnectors
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The ID of this resource.
- Connectors
List<Get
Group Connectors Connector> - Schema string
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- Id string
- The ID of this resource.
- Connectors
[]Get
Group Connectors Connector - Schema string
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- id String
- The ID of this resource.
- connectors
List<Get
Group Connectors Connector> - schema String
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- id string
- The ID of this resource.
- connectors
Get
Group Connectors Connector[] - schema string
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- id str
- The ID of this resource.
- connectors
Sequence[Get
Group Connectors Connector] - schema str
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- id String
- The ID of this resource.
- connectors List<Property Map>
- schema String
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
getGroupConnectors Result
The following output properties are available:
- Id string
- The ID of this resource.
- Connectors
List<Get
Group Connectors Connector> - Schema string
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- Id string
- The ID of this resource.
- Connectors
[]Get
Group Connectors Connector - Schema string
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- id String
- The ID of this resource.
- connectors
List<Get
Group Connectors Connector> - schema String
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- id string
- The ID of this resource.
- connectors
Get
Group Connectors Connector[] - schema string
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- id str
- The ID of this resource.
- connectors
Sequence[Get
Group Connectors Connector] - schema str
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
- id String
- The ID of this resource.
- connectors List<Property Map>
- schema String
- Optional filter. When defined, the data source will only contain information for the connector with the specified schema name.
Supporting Types
GetGroupConnectorsConnector
- Connected
By string - The unique identifier of the user who has created the connector in your account
- Created
At string - The timestamp of the time the connector was created in your account
- Daily
Sync stringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time
- Failed
At string - The timestamp of the time the connector sync failed last time
- Group
Id string - The unique identifier for the Group within the Fivetran system.
- Id string
- The unique identifier for the Connector within the Fivetran system.
- Schedule
Type string - The connector schedule configuration type. Supported values: auto, manual
- Schema string
- The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
- Service string
- The connector type name within the Fivetran system
- Service
Version double - The connector type version within the Fivetran system
- Succeeded
At string - The timestamp of the time the connector sync succeeded last time
- Sync
Frequency double - The connector sync frequency in minutes
- Status
Get
Group Connectors Connector Status
- Connected
By string - The unique identifier of the user who has created the connector in your account
- Created
At string - The timestamp of the time the connector was created in your account
- Daily
Sync stringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time
- Failed
At string - The timestamp of the time the connector sync failed last time
- Group
Id string - The unique identifier for the Group within the Fivetran system.
- Id string
- The unique identifier for the Connector within the Fivetran system.
- Schedule
Type string - The connector schedule configuration type. Supported values: auto, manual
- Schema string
- The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
- Service string
- The connector type name within the Fivetran system
- Service
Version float64 - The connector type version within the Fivetran system
- Succeeded
At string - The timestamp of the time the connector sync succeeded last time
- Sync
Frequency float64 - The connector sync frequency in minutes
- Status
Get
Group Connectors Connector Status
- connected
By String - The unique identifier of the user who has created the connector in your account
- created
At String - The timestamp of the time the connector was created in your account
- daily
Sync StringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time
- failed
At String - The timestamp of the time the connector sync failed last time
- group
Id String - The unique identifier for the Group within the Fivetran system.
- id String
- The unique identifier for the Connector within the Fivetran system.
- schedule
Type String - The connector schedule configuration type. Supported values: auto, manual
- schema String
- The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
- service String
- The connector type name within the Fivetran system
- service
Version Double - The connector type version within the Fivetran system
- succeeded
At String - The timestamp of the time the connector sync succeeded last time
- sync
Frequency Double - The connector sync frequency in minutes
- status
Get
Group Connectors Connector Status
- connected
By string - The unique identifier of the user who has created the connector in your account
- created
At string - The timestamp of the time the connector was created in your account
- daily
Sync stringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time
- failed
At string - The timestamp of the time the connector sync failed last time
- group
Id string - The unique identifier for the Group within the Fivetran system.
- id string
- The unique identifier for the Connector within the Fivetran system.
- schedule
Type string - The connector schedule configuration type. Supported values: auto, manual
- schema string
- The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
- service string
- The connector type name within the Fivetran system
- service
Version number - The connector type version within the Fivetran system
- succeeded
At string - The timestamp of the time the connector sync succeeded last time
- sync
Frequency number - The connector sync frequency in minutes
- status
Get
Group Connectors Connector Status
- connected_
by str - The unique identifier of the user who has created the connector in your account
- created_
at str - The timestamp of the time the connector was created in your account
- daily_
sync_ strtime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time
- failed_
at str - The timestamp of the time the connector sync failed last time
- group_
id str - The unique identifier for the Group within the Fivetran system.
- id str
- The unique identifier for the Connector within the Fivetran system.
- schedule_
type str - The connector schedule configuration type. Supported values: auto, manual
- schema str
- The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
- service str
- The connector type name within the Fivetran system
- service_
version float - The connector type version within the Fivetran system
- succeeded_
at str - The timestamp of the time the connector sync succeeded last time
- sync_
frequency float - The connector sync frequency in minutes
- status
Get
Group Connectors Connector Status
- connected
By String - The unique identifier of the user who has created the connector in your account
- created
At String - The timestamp of the time the connector was created in your account
- daily
Sync StringTime - The optional parameter that defines the sync start time when the sync frequency is already set or being set by the current request to 1440. It can be specified in one hour increments starting from 00:00 to 23:00. If not specified, we will use the baseline sync start time. This parameter has no effect on the 0 to 60 minutes offset used to determine the actual sync start time
- failed
At String - The timestamp of the time the connector sync failed last time
- group
Id String - The unique identifier for the Group within the Fivetran system.
- id String
- The unique identifier for the Connector within the Fivetran system.
- schedule
Type String - The connector schedule configuration type. Supported values: auto, manual
- schema String
- The name used both as the connector's name within the Fivetran system and as the source schema's name within your destination
- service String
- The connector type name within the Fivetran system
- service
Version Number - The connector type version within the Fivetran system
- succeeded
At String - The timestamp of the time the connector sync succeeded last time
- sync
Frequency Number - The connector sync frequency in minutes
- status Property Map
GetGroupConnectorsConnectorStatus
- Is
Historical boolSync - The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
- Setup
State string - The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
- Sync
State string - The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
- Update
State string - The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
- Tasks
List<Get
Group Connectors Connector Status Task> - The collection of tasks for the connector
- Warnings
List<Get
Group Connectors Connector Status Warning> - The collection of warnings for the connector.
- Is
Historical boolSync - The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
- Setup
State string - The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
- Sync
State string - The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
- Update
State string - The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
- Tasks
[]Get
Group Connectors Connector Status Task - The collection of tasks for the connector
- Warnings
[]Get
Group Connectors Connector Status Warning - The collection of warnings for the connector.
- is
Historical BooleanSync - The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
- setup
State String - The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
- sync
State String - The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
- update
State String - The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
- tasks
List<Get
Group Connectors Connector Status Task> - The collection of tasks for the connector
- warnings
List<Get
Group Connectors Connector Status Warning> - The collection of warnings for the connector.
- is
Historical booleanSync - The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
- setup
State string - The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
- sync
State string - The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
- update
State string - The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
- tasks
Get
Group Connectors Connector Status Task[] - The collection of tasks for the connector
- warnings
Get
Group Connectors Connector Status Warning[] - The collection of warnings for the connector.
- is_
historical_ boolsync - The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
- setup_
state str - The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
- sync_
state str - The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
- update_
state str - The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
- tasks
Sequence[Get
Group Connectors Connector Status Task] - The collection of tasks for the connector
- warnings
Sequence[Get
Group Connectors Connector Status Warning] - The collection of warnings for the connector.
- is
Historical BooleanSync - The boolean specifying whether the connector should be triggered to re-sync all historical data. If you set this parameter to TRUE, the next scheduled sync will be historical. If the value is FALSE or not specified, the connector will not re-sync historical data. NOTE: When the value is TRUE, only the next scheduled sync will be historical, all subsequent ones will be incremental. This parameter is set to FALSE once the historical sync is completed.
- setup
State String - The current setup state of the connector. The available values are: \n\n - incomplete - the setup config is incomplete, the setup tests never succeeded \n\n - connected - the connector is properly set up \n\n - broken - the connector setup config is broken.
- sync
State String - The current sync state of the connector. The available values are: \n\n - scheduled - the sync is waiting to be run \n\n - syncing - the sync is currently running \n\n - paused - the sync is currently paused \n\n - rescheduled - the sync is waiting until more API calls are available in the source service.
- update
State String - The current data update state of the connector. The available values are: \n\n - on_schedule - the sync is running smoothly, no delays \n\n - delayed - the data is delayed for a longer time than expected for the update.
- tasks List<Property Map>
- The collection of tasks for the connector
- warnings List<Property Map>
- The collection of warnings for the connector.
GetGroupConnectorsConnectorStatusTask
GetGroupConnectorsConnectorStatusWarning
Package Details
- Repository
- fivetran fivetran/terraform-provider-fivetran
- License
- Notes
- This Pulumi package is based on the
fivetran
Terraform Provider.