Skip to content

Commit 86ee370

Browse files
bleonardlazebnyi
andauthored
source-paypal-transaction: ensure inline schemas, updated cdk, poetry (where possible) (#36654)
Co-authored-by: Serhii Lazebnyi <[email protected]>
1 parent a591505 commit 86ee370

File tree

12 files changed

+2412
-1181
lines changed

12 files changed

+2412
-1181
lines changed

airbyte-integrations/connectors/source-paypal-transaction/metadata.yaml

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: d913b0f2-cc51-4e55-a44c-8ba1697b9239
14-
dockerImageTag: 2.5.2
14+
dockerImageTag: 2.5.3
1515
dockerRepository: airbyte/source-paypal-transaction
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/paypal-transaction
1717
githubIssueLabel: source-paypal-transaction
@@ -33,7 +33,12 @@ data:
3333
releases:
3434
breakingChanges:
3535
2.1.0:
36-
message: 'Version 2.1.0 changes the format of the state. The format of the cursor changed from "2021-06-18T16:24:13+03:00" to "2021-06-18T16:24:13Z". The state key for the transactions stream changed to "transaction_updated_date" and the key for the balances stream change to "as_of_time". The upgrade is safe, but rolling back is not.'
36+
message:
37+
'Version 2.1.0 changes the format of the state. The format of the
38+
cursor changed from "2021-06-18T16:24:13+03:00" to "2021-06-18T16:24:13Z".
39+
The state key for the transactions stream changed to "transaction_updated_date"
40+
and the key for the balances stream change to "as_of_time". The upgrade
41+
is safe, but rolling back is not.'
3742
upgradeDeadline: "2023-09-18"
3843
suggestedStreams:
3944
streams:

airbyte-integrations/connectors/source-paypal-transaction/poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-paypal-transaction/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "2.5.2"
6+
version = "2.5.3"
77
name = "source-paypal-transaction"
88
description = "Source implementation for Paypal Transaction."
99
authors = [ "Airbyte <[email protected]>",]
@@ -17,7 +17,7 @@ include = "source_paypal_transaction"
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.9,<3.12"
20-
airbyte-cdk = "^0"
20+
airbyte-cdk = "0.82.0"
2121

2222

2323
[tool.poetry.scripts]

0 commit comments

Comments
 (0)