File tree 4 files changed +4
-2
lines changed
airbyte-integrations/connectors/source-opsgenie
docs/integrations/sources
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ COPY source_opsgenie ./source_opsgenie
34
34
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
35
35
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
36
36
37
- LABEL io.airbyte.version=0.3.0
37
+ LABEL io.airbyte.version=0.3.1
38
38
LABEL io.airbyte.name=airbyte/source-opsgenie
Original file line number Diff line number Diff line change 2
2
connectorSubtype : api
3
3
connectorType : source
4
4
definitionId : 06bdb480-2598-40b8-8b0f-fc2e2d2abdda
5
- dockerImageTag : 0.3.0
5
+ dockerImageTag : 0.3.1
6
6
dockerRepository : airbyte/source-opsgenie
7
7
githubIssueLabel : source-opsgenie
8
8
license : MIT
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ definitions:
107
107
cursor_field : updatedAt
108
108
cursor_datetime_formats :
109
109
- " %Y-%m-%dT%H:%M:%S.%fZ"
110
+ - " %Y-%m-%dT%H:%M:%SZ"
110
111
datetime_format : " %s"
111
112
start_datetime :
112
113
datetime : " {{ config['start_date'] }}"
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ The Opsgenie connector uses the most recent API version for each source of data.
51
51
52
52
| Version | Date | Pull Request | Subject |
53
53
| :--------| :-----------| :-----------------------------------------------------| :--- |
54
+ | 0.3.1 | 2024-02-14 | [ 35269] ( https://github.com/airbytehq/airbyte/pull/35269 ) | Fix parsing of updated_at timestamps in alerts |
54
55
| 0.3.0 | 2023-10-19 | [ 31552] ( https://github.com/airbytehq/airbyte/pull/31552 ) | Migrated to Low Code |
55
56
| 0.2.0 | 2023-10-24 | [ 31777] ( https://github.com/airbytehq/airbyte/pull/31777 ) | Fix schema |
56
57
| 0.1.0 | 2022-09-14 | [ 16768] ( https://github.com/airbytehq/airbyte/pull/16768 ) | Initial Release |
You can’t perform that action at this time.
0 commit comments