From eb68dc4523051652752ef012ad66ad6813fe9f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:14:58 -0600 Subject: [PATCH] fix: Replace YAML wrong boolean `no` values with string literals (#1846) --- _data/meltano/extractors/tap-gnews/airbyte.yml | 8 ++++---- _data/meltano/extractors/tap-openweathermap/airbyte.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/meltano/extractors/tap-gnews/airbyte.yml b/_data/meltano/extractors/tap-gnews/airbyte.yml index 3c5d70ce4..c250f2735 100644 --- a/_data/meltano/extractors/tap-gnews/airbyte.yml +++ b/_data/meltano/extractors/tap-gnews/airbyte.yml @@ -65,8 +65,8 @@ settings: value: jp - label: Nl value: nl - - label: No - value: no + - label: "No" + value: "no" - label: Pk value: pk - label: Pe @@ -138,8 +138,8 @@ settings: value: ml - label: Mr value: mr - - label: No - value: no + - label: "No" + value: "no" - label: Pt value: pt - label: Ro diff --git a/_data/meltano/extractors/tap-openweathermap/airbyte.yml b/_data/meltano/extractors/tap-openweathermap/airbyte.yml index 3e540192d..a60c9f04c 100644 --- a/_data/meltano/extractors/tap-openweathermap/airbyte.yml +++ b/_data/meltano/extractors/tap-openweathermap/airbyte.yml @@ -89,8 +89,8 @@ settings: value: lt - label: Mk value: mk - - label: No - value: no + - label: "No" + value: "no" - label: Nl value: nl - label: Pl