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
Description: "Indicates whether the Model should have syncs enabled. When disabled, no syncs will be triggered, regardless of the enabled status of the attached destinations/subscriptions.",
68
69
},
69
-
// "schedule_strategy": schema.StringAttribute{
70
-
// Optional: true,
71
-
// DeprecationMessage: "Remove this attribute's configuration as it no longer is used and the attribute will be removed in the next major version of the provider. Please use `reverse_etl_schedule` in the destination_subscription resource instead.",
72
-
// Description: "Determines the strategy used for triggering syncs, which will be used in conjunction with scheduleConfig.",
73
-
// },
70
+
"schedule_strategy": schema.StringAttribute{
71
+
Optional: true,
72
+
DeprecationMessage: "Remove this attribute's configuration as it no longer is used and the attribute will be removed in the next major version of the provider. Please use `reverse_etl_schedule` in the destination_subscription resource instead.",
73
+
Description: "Determines the strategy used for triggering syncs, which will be used in conjunction with scheduleConfig.",
74
+
},
74
75
"query": schema.StringAttribute{
75
76
Required: true,
76
77
Description: "The SQL query that will be executed to extract data from the connected Source.",
Description: "Indicates the column named in `query` that should be used to uniquely identify the extracted records.",
81
82
},
82
-
// "schedule_config": schema.StringAttribute{
83
-
// Optional: true,
84
-
// DeprecationMessage: "Remove this attribute's configuration as it no longer is used and the attribute will be removed in the next major version of the provider. Please use `reverse_etl_schedule` in the destination_subscription resource instead.",
85
-
// Description: "Depending on the chosen strategy, configures the schedule for this model.",
86
-
// CustomType: jsontypes.NormalizedType{},
87
-
// },
83
+
"schedule_config": schema.StringAttribute{
84
+
Optional: true,
85
+
DeprecationMessage: "Remove this attribute's configuration as it no longer is used and the attribute will be removed in the next major version of the provider. Please use `reverse_etl_schedule` in the destination_subscription resource instead.",
86
+
Description: "Depending on the chosen strategy, configures the schedule for this model.",
0 commit comments