Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rexatsegment committed Jan 14, 2025
1 parent ea41bbd commit 2ece474
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion docs/resources/destination_subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
5 changes: 0 additions & 5 deletions docs/resources/reverse_etl_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2ece474

Please sign in to comment.