Skip to content

Commit

Permalink
Add note about bollean enabled value (#364)
Browse files Browse the repository at this point in the history
* Add note about bollean enabled value
  • Loading branch information
fivetran-jovanmanojlovic authored Sep 24, 2024
1 parent 534e5aa commit d445302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/schema_json.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ resource "fivetran_connector_schema_config" "test_schema" {
schemas_json = file("path/to/schema-config.json")
}
```
-> NOTE: Please make sure that the `enabled` field inside the JSON is set to boolean data type.
1 change: 1 addition & 0 deletions templates/guides/schema_json.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ resource "fivetran_connector_schema_config" "test_schema" {
schemas_json = file("path/to/schema-config.json")
}
```
-> NOTE: Please make sure that the `enabled` field inside the JSON is set to boolean data type.

0 comments on commit d445302

Please sign in to comment.