Skip to content

Commit

Permalink
source-airtable: re-add removed auth_method property
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Mar 11, 2024
1 parent 8911487 commit e8ed6f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion source-airtable/source_airtable/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,17 @@
"type": "object",
"required": ["api_key"],
"properties": {
"auth_method": {
"type": "string",
"const": "api_key",
"default": "api_key",
"order": 0
},
"api_key": {
"type": "string",
"description": "The Personal Access Token for the Airtable account. See https://airtable.com/developers/web/guides/personal-access-tokens for more information on how to obtain this token.",
"title": "Personal Access Token",
"airbyte_secret": true
"secret": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@
"api_key"
],
"properties": {
"auth_method": {
"type": "string",
"const": "api_key",
"default": "api_key",
"order": 0
},
"api_key": {
"type": "string",
"description": "The Personal Access Token for the Airtable account. See https://airtable.com/developers/web/guides/personal-access-tokens for more information on how to obtain this token.",
"title": "Personal Access Token",
"airbyte_secret": true
"secret": true
}
}
}
Expand Down

0 comments on commit e8ed6f4

Please sign in to comment.