You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/data-sources/connector.md
+2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ data "fivetran_connector" "connector" {
27
27
-`connected_by` (String) The unique identifier of the user who has created the connector in your account.
28
28
-`created_at` (String) The timestamp of the time the connector was created in your account.
29
29
-`daily_sync_time` (String) 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](https://fivetran.com/docs/getting-started/syncoverview#syncfrequencyandscheduling). This parameter has no effect on the [0 to 60 minutes offset](https://fivetran.com/docs/getting-started/syncoverview#syncstarttimesandoffsets) used to determine the actual sync start time.
30
+
-`data_delay_sensitivity` (String) The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.
31
+
-`data_delay_threshold` (Number) Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when data_delay_sensitivity set to CUSTOM.
30
32
-`destination_schema` (Block, Read-only) (see [below for nested schema](#nestedblock--destination_schema))
31
33
-`failed_at` (String) The timestamp of the time the connector sync failed last time.
32
34
-`group_id` (String) The unique identifier for the Group (Destination) within the Fivetran system.
-`auth` (Block, Optional) (see [below for nested schema](#nestedblock--auth))
71
71
-`config` (Block, Optional) (see [below for nested schema](#nestedblock--config))
72
+
-`data_delay_sensitivity` (String) The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.
73
+
-`data_delay_threshold` (Number) Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when data_delay_sensitivity set to CUSTOM.
72
74
-`destination_schema` (Block, Optional) (see [below for nested schema](#nestedblock--destination_schema))
73
75
-`hybrid_deployment_agent_id` (String) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
74
76
-`local_processing_agent_id` (String, Deprecated) (Deprecated) The hybrid deployment agent ID that refers to the controller created for the group the connection belongs to. If the value is specified, the system will try to associate the connection with an existing agent.
Description: "The level of data delay notification threshold. Possible values: LOW, NORMAL, HIGH, CUSTOM. The default value NORMAL. CUSTOM is only available for customers using the Enterprise plan or above.",
126
+
},
127
+
"data_delay_threshold": {
128
+
ValueType: core.Integer,
129
+
Description: "Custom sync delay notification threshold in minutes. The default value is 0. This parameter is only used when data_delay_sensitivity set to CUSTOM.",
0 commit comments