1
0
mirror of synced 2025-12-25 02:09:19 -05:00

[source-freshcaller] add life_cycle to call_metrics stream (#35892)

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Natik Gadzhi <natik@respawn.io>
This commit is contained in:
Dylan Seidt
2024-07-08 14:27:36 -05:00
committed by GitHub
parent 30bab2d8dd
commit ec0adedcce
5 changed files with 7 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ data:
type: GSM
connectorType: source
definitionId: 8a5d48f6-03bb-4038-a942-a8d3f175cca3
dockerImageTag: 0.3.3
dockerImageTag: 0.4.0
dockerRepository: airbyte/source-freshcaller
documentationUrl: https://docs.airbyte.com/integrations/sources/freshcaller
githubIssueLabel: source-freshcaller

View File

@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.3.3"
version = "0.4.0"
name = "source-freshcaller"
description = "Source implementation for Freshcaller"
authors = ["Airbyte <contact@airbyte.io>"]

View File

@@ -99,8 +99,6 @@ definitions:
$ref: "#/definitions/retriever"
requester:
$ref: "#/definitions/requester"
request_parameters:
has_ancestry: "true"
record_selector:
type: RecordSelector
extractor:
@@ -118,7 +116,7 @@ definitions:
requester:
$ref: "#/definitions/requester"
request_parameters:
has_ancestry: "true"
include: "life_cycle"
record_selector:
type: RecordSelector
extractor:

View File

@@ -104,6 +104,9 @@
"type": "object"
},
"type": ["array", "null"]
},
"life_cycle": {
"type": ["array", "null"]
}
}
}

View File

@@ -46,6 +46,7 @@ Please read [How to find your API key](https://support.freshdesk.com/en/support/
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------ |
| 0.4.0 | 2024-03-07 | [35892](https://github.com/airbytehq/airbyte/pull/35892) | ✨ Source: add `life_cycle` to `call_metrics` stream |
| 0.3.3 | 2024-07-06 | [40843](https://github.com/airbytehq/airbyte/pull/40843) | Update dependencies |
| 0.3.2 | 2024-07-01 | [40618](https://github.com/airbytehq/airbyte/pull/40618) | Migrate to base image and poetry, update CDK |
| 0.3.1 | 2023-11-28 | [32874](https://github.com/airbytehq/airbyte/pull/32874) | 🐛 Source: fix page_size_option parameter in spec |