Skip to content

Commit

Permalink
Change 'kind: password' to 'sensitive: true'
Browse files Browse the repository at this point in the history
  • Loading branch information
lidalei authored Feb 29, 2024
1 parent c4c0466 commit ac2538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-airtable/goes-funky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ quality: silver
repo: https://github.com/goes-funky/tap-airtable
settings:
- description: Airtable Token
kind: password
sensitive: true
label: Token

Check failure on line 19 in _data/meltano/extractors/tap-airtable/goes-funky.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

19:3 [key-ordering] wrong ordering of key "label" in mapping
name: token

Check failure on line 20 in _data/meltano/extractors/tap-airtable/goes-funky.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

20:3 [key-ordering] wrong ordering of key "name" in mapping
- description: Airtable metadata URL, at the time of the update - "https://api.airtable.com/v2/meta/"
Expand Down

0 comments on commit ac2538c

Please sign in to comment.