Skip to content

Commit 2ece474

Browse files
committed
doc updates
1 parent ea41bbd commit 2ece474

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/resources/destination_subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ resource "segment_destination_subscription" "send_to_webhook" {
8686

8787
Required:
8888

89-
- `strategy` (String) Strategy supports three modes: PERIODIC, SPECIFIC_DAYS, or MANUAL.
89+
- `strategy` (String) Strategy supports three modes: PERIODIC, SPECIFIC_DAYS, DBT_CLOUD or MANUAL.
9090

9191
Optional:
9292

docs/resources/reverse_etl_model.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ resource "segment_reverse_etl_model" "example" {
6464
- `query_identifier_column` (String) Indicates the column named in `query` that should be used to uniquely identify the extracted records.
6565
- `source_id` (String) Indicates which Source to attach this model to.
6666

67-
### Optional
68-
69-
- `schedule_config` (String, Deprecated) Depending on the chosen strategy, configures the schedule for this model.
70-
- `schedule_strategy` (String, Deprecated) Determines the strategy used for triggering syncs, which will be used in conjunction with scheduleConfig.
71-
7267
### Read-Only
7368

7469
- `id` (String) The unique identifier for the model.

0 commit comments

Comments
 (0)