Skip to content

Commit

Permalink
🐛 Source Chargebee: add missing incremental dependency to `full-ref…
Browse files Browse the repository at this point in the history
…resh` sub-streams with `Incremental` parent streams (#46343)
  • Loading branch information
bazarnov authored Oct 3, 2024
1 parent 3866702 commit bc093d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 686473f1-76d9-4994-9cc7-9b13da46147c
dockerImageTag: 0.6.13
dockerImageTag: 0.6.14
dockerRepository: airbyte/source-chargebee
documentationUrl: https://docs.airbyte.com/integrations/sources/chargebee
githubIssueLabel: source-chargebee
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.6.13"
version = "0.6.14"
name = "source-chargebee"
description = "Source implementation for Chargebee."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ definitions:
stream: "#/definitions/item_stream"
parent_key: "id"
partition_field: "item_id"
incremental_dependency: true
$parameters:
name: "attached_item"
primary_key: "id"
Expand All @@ -133,6 +134,7 @@ definitions:
stream: "#/definitions/customer_stream"
parent_key: id
partition_field: id
incremental_dependency: true
requester:
$ref: "#/definitions/requester"
error_handler:
Expand Down Expand Up @@ -360,6 +362,7 @@ definitions:
stream: "#/definitions/quote_stream"
parent_key: id
partition_field: id
incremental_dependency: true
requester:
$ref: "#/definitions/requester"
error_handler:
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/chargebee.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ The Chargebee connector should not run into [Chargebee API](https://apidocs.char

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------|
| 0.6.13 | 2024-10-01 | [46294](https://github.com/airbytehq/airbyte/pull/46294) | Update CDK version to `^5`, increased the `maxSecondsBetweenMessages` to 6 hours. |
| 0.6.14 | 2024-10-03 | [46343](https://github.com/airbytehq/airbyte/pull/46343) | Added `incremental dependency` for substreams with `Incremental` parent streams |
| 0.6.13 | 2024-10-01 | [46294](https://github.com/airbytehq/airbyte/pull/46294) | Update CDK version to `^5`, increased the `maxSecondsBetweenMessages` to 6 hours |
| 0.6.12 | 2024-09-28 | [46169](https://github.com/airbytehq/airbyte/pull/46169) | Update dependencies |
| 0.6.11 | 2024-09-21 | [45805](https://github.com/airbytehq/airbyte/pull/45805) | Update dependencies |
| 0.6.10 | 2024-09-14 | [45254](https://github.com/airbytehq/airbyte/pull/45254) | Update dependencies |
Expand Down

0 comments on commit bc093d8

Please sign in to comment.