From e8ed6f41d470786e8b5f94e41b88224ccdc23f1b Mon Sep 17 00:00:00 2001 From: Johnny Graettinger Date: Mon, 11 Mar 2024 21:18:09 +0000 Subject: [PATCH] source-airtable: re-add removed `auth_method` property --- source-airtable/source_airtable/spec.json | 8 +++++++- .../tests/snapshots/snapshots__spec__capture.stdout.json | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/source-airtable/source_airtable/spec.json b/source-airtable/source_airtable/spec.json index d9ffedc757..b68103066b 100644 --- a/source-airtable/source_airtable/spec.json +++ b/source-airtable/source_airtable/spec.json @@ -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 } } } diff --git a/source-airtable/tests/snapshots/snapshots__spec__capture.stdout.json b/source-airtable/tests/snapshots/snapshots__spec__capture.stdout.json index e4f48b2ce7..f910bb02c4 100644 --- a/source-airtable/tests/snapshots/snapshots__spec__capture.stdout.json +++ b/source-airtable/tests/snapshots/snapshots__spec__capture.stdout.json @@ -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 } } }