diff --git a/airbyte-integrations/connectors/source-opsgenie/manifest.yaml b/airbyte-integrations/connectors/source-opsgenie/manifest.yaml index 46217f54dac6..d8d46470cb33 100644 --- a/airbyte-integrations/connectors/source-opsgenie/manifest.yaml +++ b/airbyte-integrations/connectors/source-opsgenie/manifest.yaml @@ -1,4 +1,4 @@ -version: 4.3.0 +version: 0.4.6 type: DeclarativeSource definitions: selector: @@ -625,6 +625,11 @@ definitions: type: - "null" - string + ownerTeam: + description: Owner team of the incident. + type: + - "null" + - string responders: description: List of responders assigned to deal with the incident. type: @@ -675,6 +680,45 @@ definitions: - object properties: {} additionalProperties: true + extraProperties: + description: + Map of key-value pairs of custom properties of the incident. + type: + - "null" + - object + properties: {} + additionalProperties: true + links: + description: Links related to the incident data. + type: + - "null" + - object + properties: + web: + description: Web link related to the incident. + type: + - "null" + - string + api: + description: API link related to the incident. + type: + - "null" + - string + impactStartDate: + description: The timestamp when the impact started for the incident. + type: + - "null" + - string + format: date-time + actions: + description: List of actions related to the incident. + type: + - "null" + - array + items: + type: object + properties: {} + additionalProperties: true notifyStakeholders: description: Flag indicating whether stakeholders should be notified about @@ -2726,6 +2770,11 @@ streams: type: - "null" - string + ownerTeam: + description: Owner team of the incident. + type: + - "null" + - string responders: description: List of responders assigned to deal with the incident. type: @@ -2774,6 +2823,45 @@ streams: - object properties: {} additionalProperties: true + extraProperties: + description: + Map of key-value pairs of custom properties of the incident. + type: + - "null" + - object + properties: {} + additionalProperties: true + links: + description: Links related to the incident data. + type: + - "null" + - object + properties: + web: + description: Web link related to the incident. + type: + - "null" + - string + api: + description: API link related to the incident. + type: + - "null" + - string + impactStartDate: + description: The timestamp when the impact started for the incident. + type: + - "null" + - string + format: date-time + actions: + description: List of actions related to the incident. + type: + - "null" + - array + items: + type: object + properties: {} + additionalProperties: true notifyStakeholders: description: Flag indicating whether stakeholders should be notified about diff --git a/airbyte-integrations/connectors/source-opsgenie/metadata.yaml b/airbyte-integrations/connectors/source-opsgenie/metadata.yaml index 17b40e918270..d3abdbaf6f64 100644 --- a/airbyte-integrations/connectors/source-opsgenie/metadata.yaml +++ b/airbyte-integrations/connectors/source-opsgenie/metadata.yaml @@ -7,7 +7,7 @@ data: connectorSubtype: api connectorType: source definitionId: 06bdb480-2598-40b8-8b0f-fc2e2d2abdda - dockerImageTag: 0.4.5 + dockerImageTag: 0.4.6 dockerRepository: airbyte/source-opsgenie documentationUrl: https://docs.airbyte.com/integrations/sources/opsgenie githubIssueLabel: source-opsgenie diff --git a/docs/integrations/sources/opsgenie.md b/docs/integrations/sources/opsgenie.md index 33e0f8cd493c..7995b7e72289 100644 --- a/docs/integrations/sources/opsgenie.md +++ b/docs/integrations/sources/opsgenie.md @@ -54,6 +54,7 @@ The Opsgenie connector uses the most recent API version for each source of data. | Version | Date | Pull Request | Subject | | :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ | +| 0.4.6 | 2025-01-10 | [50880](https://github.com/airbytehq/airbyte/pull/50880) | Add support for additional incident fields | | 0.4.5 | 2024-12-14 | [49661](https://github.com/airbytehq/airbyte/pull/49661) | Update dependencies | | 0.4.4 | 2024-12-12 | [48253](https://github.com/airbytehq/airbyte/pull/48253) | Update dependencies | | 0.4.3 | 2024-10-29 | [47920](https://github.com/airbytehq/airbyte/pull/47920) | Update dependencies |