Skip to content

Commit

Permalink
fix: Replace YAML wrong boolean no values with string literals (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 17, 2024
1 parent 11ffa2b commit eb68dc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions _data/meltano/extractors/tap-gnews/airbyte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions _data/meltano/extractors/tap-openweathermap/airbyte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb68dc4

Please sign in to comment.