From 269f22e245fc60c872ec96c6eba20cb7bf72b4d4 Mon Sep 17 00:00:00 2001 From: btkcodedev Date: Thu, 1 Aug 2024 04:53:41 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9BSource=20Trustpilot:=20Fix=20refres?= =?UTF-8?q?h=20token=20URL=20(#42855)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../connectors/source-trustpilot/metadata.yaml | 2 +- .../connectors/source-trustpilot/pyproject.toml | 2 +- .../connectors/source-trustpilot/requirements.txt | 1 - .../source-trustpilot/source_trustpilot/manifest.yaml | 2 +- docs/integrations/sources/trustpilot.md | 3 ++- 5 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 airbyte-integrations/connectors/source-trustpilot/requirements.txt diff --git a/airbyte-integrations/connectors/source-trustpilot/metadata.yaml b/airbyte-integrations/connectors/source-trustpilot/metadata.yaml index 574286586720..e8667ea8159b 100644 --- a/airbyte-integrations/connectors/source-trustpilot/metadata.yaml +++ b/airbyte-integrations/connectors/source-trustpilot/metadata.yaml @@ -2,7 +2,7 @@ data: connectorSubtype: api connectorType: source definitionId: d7e23ea6-d741-4314-9209-a33c91a2e945 - dockerImageTag: 0.2.1 + dockerImageTag: 0.2.2 dockerRepository: airbyte/source-trustpilot githubIssueLabel: source-trustpilot icon: trustpilot.svg diff --git a/airbyte-integrations/connectors/source-trustpilot/pyproject.toml b/airbyte-integrations/connectors/source-trustpilot/pyproject.toml index 7e8dc61c86df..bc6b91fdc838 100644 --- a/airbyte-integrations/connectors/source-trustpilot/pyproject.toml +++ b/airbyte-integrations/connectors/source-trustpilot/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",] build-backend = "poetry.core.masonry.api" [tool.poetry] -version = "0.2.1" +version = "0.2.2" name = "source-trustpilot" description = "Source implementation for Trustpilot." authors = [ "Airbyte ",] diff --git a/airbyte-integrations/connectors/source-trustpilot/requirements.txt b/airbyte-integrations/connectors/source-trustpilot/requirements.txt deleted file mode 100644 index d6e1198b1ab1..000000000000 --- a/airbyte-integrations/connectors/source-trustpilot/requirements.txt +++ /dev/null @@ -1 +0,0 @@ --e . diff --git a/airbyte-integrations/connectors/source-trustpilot/source_trustpilot/manifest.yaml b/airbyte-integrations/connectors/source-trustpilot/source_trustpilot/manifest.yaml index df53db66afa3..2bd553f6599c 100644 --- a/airbyte-integrations/connectors/source-trustpilot/source_trustpilot/manifest.yaml +++ b/airbyte-integrations/connectors/source-trustpilot/source_trustpilot/manifest.yaml @@ -7,7 +7,7 @@ definitions: client_id: "{{ config['credentials']['client_id'] }}" client_secret: "{{ config['credentials']['client_secret'] }}" refresh_token: "{{ config['credentials']['refresh_token'] }}" - token_refresh_endpoint: "https://api.trustpilot.com/v1/oauth/oauth-business-users-for-applications/accesstoken?response_type=token" + token_refresh_endpoint: "https://api.trustpilot.com/v1/oauth/oauth-business-users-for-applications/refresh" grant_type: refresh_token access_token_name: access_token diff --git a/docs/integrations/sources/trustpilot.md b/docs/integrations/sources/trustpilot.md index ffbc35d4f291..e86959b17127 100644 --- a/docs/integrations/sources/trustpilot.md +++ b/docs/integrations/sources/trustpilot.md @@ -61,7 +61,8 @@ The Trustpilot connector should not run into any limits under normal usage. Plea | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :-------------- | -| 0.2.1 | 2024-07-27 | [40267](https://github.com/airbytehq/airbyte/pull/40267) | Update dependencies | +| `0.2.2` | 2024-08-05 | [42855](https://github.com/airbytehq/airbyte/pull/42855) | Fix refresh token URL | +| `0.2.1` | 2024-07-27 | [40267](https://github.com/airbytehq/airbyte/pull/40267) | Update dependencies | | `0.2.0` | 2024-08-01 | [36200](https://github.com/airbytehq/airbyte/pull/36200) | Migrate to Low Code | | `0.1.1` | 2024-05-21 | [38487](https://github.com/airbytehq/airbyte/pull/38487) | [autopull] base image + poetry + up_to_date | | `0.1.0` | 2023-03-16 | [24009](https://github.com/airbytehq/airbyte/pull/24009) | Initial version |