Skip to content

Commit 795f124

Browse files
Update doc schema_change_handling to optional (#370)
1 parent d445302 commit 795f124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/connector_schema_config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ resource "fivetran_connector_schema_config" "schema" {
179179
### Required
180180

181181
- `connector_id` (String) The unique identifier for the connector within the Fivetran system.
182-
- `schema_change_handling` (String) The value specifying how new source data is handled.
183182

184183
### Optional
185184

185+
- `schema_change_handling` (String) The value specifying how new source data is handled.
186186
- `schema` (Block Set, Deprecated) (see [below for nested schema](#nestedblock--schema))
187187
- `schemas` (Attributes Map) Map of schema configurations. (see [below for nested schema](#nestedatt--schemas))
188188
- `schemas_json` (String) Schema settings in Json format, following Fivetran API endpoint contract for `schemas` field (a map of schemas).

0 commit comments

Comments
 (0)