Skip to content

Commit 2546be6

Browse files
dipthmarcosmarxm
authored andcommitted
🐛 Source OpsGenie: fix parsing of updated_at timestamps from OpsGenie (airbytehq#35269)
Co-authored-by: marcosmarxm <[email protected]>
1 parent 9566a9d commit 2546be6

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

airbyte-integrations/connectors/source-opsgenie/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY source_opsgenie ./source_opsgenie
3434
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
3535
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
3636

37-
LABEL io.airbyte.version=0.3.0
37+
LABEL io.airbyte.version=0.3.1
3838
LABEL io.airbyte.name=airbyte/source-opsgenie

airbyte-integrations/connectors/source-opsgenie/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: 06bdb480-2598-40b8-8b0f-fc2e2d2abdda
5-
dockerImageTag: 0.3.0
5+
dockerImageTag: 0.3.1
66
dockerRepository: airbyte/source-opsgenie
77
githubIssueLabel: source-opsgenie
88
license: MIT

airbyte-integrations/connectors/source-opsgenie/source_opsgenie/manifest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ definitions:
107107
cursor_field: updatedAt
108108
cursor_datetime_formats:
109109
- "%Y-%m-%dT%H:%M:%S.%fZ"
110+
- "%Y-%m-%dT%H:%M:%SZ"
110111
datetime_format: "%s"
111112
start_datetime:
112113
datetime: "{{ config['start_date'] }}"

docs/integrations/sources/opsgenie.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The Opsgenie connector uses the most recent API version for each source of data.
5151

5252
| Version | Date | Pull Request | Subject |
5353
|:--------|:-----------|:-----------------------------------------------------| :--- |
54+
| 0.3.1 | 2024-02-14 | [35269](https://github.com/airbytehq/airbyte/pull/35269) | Fix parsing of updated_at timestamps in alerts |
5455
| 0.3.0 | 2023-10-19 | [31552](https://github.com/airbytehq/airbyte/pull/31552) | Migrated to Low Code |
5556
| 0.2.0 | 2023-10-24 | [31777](https://github.com/airbytehq/airbyte/pull/31777) | Fix schema |
5657
| 0.1.0 | 2022-09-14 | [16768](https://github.com/airbytehq/airbyte/pull/16768) | Initial Release |

0 commit comments

Comments
 (0)