Skip to content

Commit

Permalink
🐛 Source-brevo: authenticator issue (#54674)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimPlv authored Feb 25, 2025
1 parent 80b4b47 commit 6146dcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-brevo/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ definitions:
type: MinMaxDatetime
datetime: "{{ config[\"start_date\"] }}"
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
datetime_format: "%Y-%m-%dT%H:%M:%S.%f%z"
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
end_time_option:
type: RequestOption
field_name: endDate
Expand Down Expand Up @@ -1176,7 +1176,7 @@ definitions:
url_base: https://api.brevo.com/v3/
authenticator:
type: ApiKeyAuthenticator
api_token: '{{ config["start_date"] }}'
api_token: '{{ config["api_key"] }}'
inject_into:
type: RequestOption
field_name: api-key
Expand Down
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-brevo/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ data:
connectorSubtype: api
connectorType: source
definitionId: e2276f19-1c19-4d4e-ae6c-7df3c9c4ad49
dockerImageTag: 0.1.5
dockerImageTag: 0.1.6
dockerRepository: airbyte/source-brevo
githubIssueLabel: source-brevo
icon: icon.svg
license: MIT
name: Brevo
releaseDate: 2024-11-28
releaseDate: 2025-02-25
releaseStage: alpha
supportLevel: community
connectorTestSuitesOptions:
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/brevo.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Visit `https://app.brevo.com/settings/keys/api` for getting your api key.

| Version | Date | Pull Request | Subject |
| ------------------ | ------------ | --- | ---------------- |
| 0.1.6 | 2025-02-25 | [54674](https://github.com/airbytehq/airbyte/pull/54674) | Fix bug authenticator |
| 0.1.5 | 2025-02-22 | [54223](https://github.com/airbytehq/airbyte/pull/54223) | Update dependencies |
| 0.1.4 | 2025-02-15 | [48282](https://github.com/airbytehq/airbyte/pull/48282) | Update dependencies |
| 0.1.3 | 2024-11-28 | [48737](https://github.com/airbytehq/airbyte/pull/48737) | Update pagination |
Expand Down

0 comments on commit 6146dcd

Please sign in to comment.