From d44530263470a8574e613a8f99ea8ff1469d8fb9 Mon Sep 17 00:00:00 2001 From: Jovan Manojlovic <152610450+fivetran-jovanmanojlovic@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:12:29 +0200 Subject: [PATCH] Add note about bollean enabled value (#364) * Add note about bollean enabled value --- docs/guides/schema_json.md | 1 + templates/guides/schema_json.md.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/guides/schema_json.md b/docs/guides/schema_json.md index 4a58c875..79b0d866 100644 --- a/docs/guides/schema_json.md +++ b/docs/guides/schema_json.md @@ -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. \ No newline at end of file diff --git a/templates/guides/schema_json.md.tmpl b/templates/guides/schema_json.md.tmpl index 4a58c875..79b0d866 100644 --- a/templates/guides/schema_json.md.tmpl +++ b/templates/guides/schema_json.md.tmpl @@ -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. \ No newline at end of file