From b43b0bbcb816b42339bced213d39dd590220ebdb Mon Sep 17 00:00:00 2001 From: Tobias Cadee Date: Tue, 12 Dec 2023 17:38:11 +0100 Subject: [PATCH] add explanation on s3 in settings_preamble --- _data/meltano/extractors/tap-exact/ticketswap.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/meltano/extractors/tap-exact/ticketswap.yml b/_data/meltano/extractors/tap-exact/ticketswap.yml index b16ee9d6f..65e296e9c 100644 --- a/_data/meltano/extractors/tap-exact/ticketswap.yml +++ b/_data/meltano/extractors/tap-exact/ticketswap.yml @@ -83,6 +83,7 @@ settings: name: stream_maps settings_group_validation: - [] -settings_preamble: '' +settings_preamble: | + Because of the fact that the old refresh token is invalidated after a new access token is requested (the access token expires after 10 minutes), this tap stores the access and refresh tokens in S3. You can use `tokens_s3_bucket` and `tokens_s3_key` to specify where you want to put the `tokens.json` file. usage: '' variant: ticketswap