From 2ece47416b60aac714f293ebde60016fa3d61b71 Mon Sep 17 00:00:00 2001 From: Rex Chen Date: Tue, 14 Jan 2025 09:56:45 -0800 Subject: [PATCH] doc updates --- docs/resources/destination_subscription.md | 2 +- docs/resources/reverse_etl_model.md | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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.