From 5d51daf8f13b8e329eb38262f35f6ccd24a291b2 Mon Sep 17 00:00:00 2001 From: Max McKenzie Date: Mon, 19 Aug 2024 17:00:41 +0100 Subject: [PATCH] Update airbyte.yml Added additional config setting for API URL see https://github.com/airbytehq/airbyte/pull/43048 for more info --- _data/meltano/extractors/tap-plausible/airbyte.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_data/meltano/extractors/tap-plausible/airbyte.yml b/_data/meltano/extractors/tap-plausible/airbyte.yml index a0b02d482..d21813203 100644 --- a/_data/meltano/extractors/tap-plausible/airbyte.yml +++ b/_data/meltano/extractors/tap-plausible/airbyte.yml @@ -25,9 +25,15 @@ settings: - description: Plausible API Key. See the docs for information on how to generate this key. kind: password - label: Airbyte Config Api Key + label: Airbyte Config API Key name: airbyte_config.api_key sensitive: true +- description: Plausible API URL. The API URL of your plausible instance. + Change this if you self-host plausible. The default is https://plausible.io/api/v1/stats + kind: string + label: Airbyte Config API URL + name: airbyte_config.api_url + value: https://plausible.io/api/v1/stats - description: The domain of the site you want to retrieve data for. Enter the name of your site as configured on Plausible, i.e., excluding "https://" and "www". Can be retrieved from the 'domain' field in your Plausible site settings. @@ -75,6 +81,7 @@ settings: name: stream_maps settings_group_validation: - - airbyte_config.api_key +- - airbyte_config.api_url - airbyte_config.site_id - airbyte_spec - airbyte_spec.image