Skip to content

Commit

Permalink
šŸ›Source Confluence - Change request parameter 'expand' to comma separā€¦
Browse files Browse the repository at this point in the history
ā€¦ated single string (#39495)
  • Loading branch information
btkcodedev committed Jun 14, 2024
1 parent c29429d commit ba10a3b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: cf40a7f8-71f8-45ce-a7fa-fca053e4028c
dockerImageTag: 0.2.5
dockerImageTag: 0.2.6
dockerRepository: airbyte/source-confluence
documentationUrl: https://docs.airbyte.com/integrations/sources/confluence
githubIssueLabel: source-confluence
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.2.5"
version = "0.2.6"
name = "source-confluence"
description = "Source implementation for Confluence."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ definitions:
path: content?type=blogpost
http_method: GET
request_parameters:
expand: >-
["history","history.lastUpdated","history.previousVersion","history.contributors","restrictions.read.restrictions.user","version","descendants.comment","body","body.storage","body.view",]
expand: "history,history.lastUpdated,history.previousVersion,history.contributors,restrictions.read.restrictions.user,version,descendants.comment,body,body.storage,body.view"
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -126,8 +125,7 @@ definitions:
path: content?type=page
http_method: GET
request_parameters:
expand: >-
["history","history.lastUpdated","history.previousVersion","history.contributors","restrictions.read.restrictions.user","version","descendants.comment","body","body.storage","body.view",]
expand: "history,history.lastUpdated,history.previousVersion,history.contributors,restrictions.read.restrictions.user,version,descendants.comment,body,body.storage,body.view"
record_selector:
type: RecordSelector
extractor:
Expand Down Expand Up @@ -163,7 +161,7 @@ definitions:
path: space
http_method: GET
request_parameters:
expand: '["permissions","icon","description.plain","description.view"]'
expand: "permissions,icon,description.plain,description.view"
record_selector:
type: RecordSelector
extractor:
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/confluence.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ The Confluence connector should not run into Confluence API limitations under no

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------ |
| 0.2.6 | 2024-06-15 | [39495](https://github.com/airbytehq/airbyte/pull/39495) | Fix parameters as comma seperated single string |
| 0.2.5 | 2024-06-06 | [39261](https://github.com/airbytehq/airbyte/pull/39261) | [autopull] Upgrade base image to v1.2.2 |
| 0.2.4 | 2024-05-14 | [38137](https://github.com/airbytehq/airbyte/pull/38137) | Make connector compatible with the builder |
| 0.2.3 | 2024-04-19 | [37143](https://github.com/airbytehq/airbyte/pull/37143) | Upgrade to CDK 0.80.0 and manage dependencies with Poetry. |
Expand Down

0 comments on commit ba10a3b

Please sign in to comment.