diff --git a/docs/resources/destination_subscription.md b/docs/resources/destination_subscription.md index 68e701b..a94d781 100644 --- a/docs/resources/destination_subscription.md +++ b/docs/resources/destination_subscription.md @@ -86,7 +86,7 @@ resource "segment_destination_subscription" "send_to_webhook" { Required: -- `strategy` (String) Strategy supports three modes: PERIODIC, SPECIFIC_DAYS, or MANUAL. +- `strategy` (String) Strategy supports three modes: PERIODIC, SPECIFIC_DAYS, DBT_CLOUD or MANUAL. Optional: diff --git a/docs/resources/reverse_etl_model.md b/docs/resources/reverse_etl_model.md index 5cc9ceb..a24e21f 100644 --- a/docs/resources/reverse_etl_model.md +++ b/docs/resources/reverse_etl_model.md @@ -64,11 +64,6 @@ resource "segment_reverse_etl_model" "example" { - `query_identifier_column` (String) Indicates the column named in `query` that should be used to uniquely identify the extracted records. - `source_id` (String) Indicates which Source to attach this model to. -### Optional - -- `schedule_config` (String, Deprecated) Depending on the chosen strategy, configures the schedule for this model. -- `schedule_strategy` (String, Deprecated) Determines the strategy used for triggering syncs, which will be used in conjunction with scheduleConfig. - ### Read-Only - `id` (String) The unique identifier for the model.