Skip to content

Commit a6ed2ac

Browse files
authored
šŸ› Source PayPal Transactions: update manifest.yaml to use the latest CDK version to fix the STATE for Incremental streams (#37435)
1 parent 92ad60b commit a6ed2ac

File tree

7 files changed

+245
-121
lines changed

7 files changed

+245
-121
lines changed

ā€Žairbyte-integrations/connectors/source-paypal-transaction/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See `sample_files/sample_config.json` for a sample config file.
3939
poetry run source-paypal-transaction spec
4040
poetry run source-paypal-transaction check --config secrets/config.json
4141
poetry run source-paypal-transaction discover --config secrets/config.json
42-
#Example with list_payments catalog and the debug flag
42+
# Example with list_payments catalog and the debug flag
4343
poetry run source-paypal-transaction read --config secrets/config.json --catalog integration_tests/configured_catalog_list_payments.json --debug
4444
```
4545

ā€Žairbyte-integrations/connectors/source-paypal-transaction/acceptance-test-config.yml

+8-20
Original file line numberDiff line numberDiff line change
@@ -7,62 +7,50 @@ test_strictness_level: high
77
acceptance_tests:
88
spec:
99
tests:
10-
#Test with Prod credentials (Make sure you purt the right ones)
10+
# Test with Prod credentials (Make sure you purt the right ones)
1111
- spec_path: "source_paypal_transaction/spec.yaml"
1212
config_path: secrets/config.json
13-
backward_compatibility_tests_config:
14-
disable_for_version: "0.1.13"
1513
connection:
1614
tests:
17-
#Test With Prod Credentials
15+
# Test With Prod Credentials
1816
- config_path: secrets/config.json
1917
status: succeed
20-
#Test with Invalid Credentials
18+
# Test with Invalid Credentials
2119
- config_path: integration_tests/sample_files/invalid_config.json
2220
status: failed
23-
#Test with Sandbox Credentials
24-
# - config_path: secrets/config_sandbox.json
25-
# status: succeed
2621
discovery:
2722
tests:
2823
- config_path: secrets/config.json
29-
# - config_path: secrets/config_sandbox.json
30-
backward_compatibility_tests_config:
31-
disable_for_version: "2.0.0" # Change in cursor field for transactions stream
3224
basic_read:
3325
tests:
34-
#Test Prod Environment - Uncomment and change according to your prod setup
35-
#Change the expected records, remember to align them with the timeframe you have selected
36-
#Do not select streams that take more than 5 mins to load data as that can lead to timeouts
37-
#You can comment the lines if you are sure you have data for the below streams.
26+
# Test Prod Environment - Uncomment and change according to your prod setup
27+
# Change the expected records, remember to align them with the timeframe you have selected
28+
# Do not select streams that take more than 5 mins to load data as that can lead to timeouts
29+
# You can comment the lines if you are sure you have data for the below streams.
3830
- config_path: secrets/config.json
39-
# - config_path: secrets/config_sandbox.json
4031
empty_streams:
4132
- name: show_product_details
4233
bypass_reason: "Products may not exist"
4334
- name: search_invoices
4435
bypass_reason: "Order makes the diff fail."
45-
#Have to add for testing PR CI.
36+
# Have to add for testing PR CI.
4637
- name: list_disputes
4738
bypass_reason: "Disputes may not exist."
4839
timeout_seconds: 3200
4940
expect_records:
5041
path: "integration_tests/sample_files/expected_records_sandbox.jsonl"
51-
#path: "integration_tests/sample_files/expected_records.jsonl"
5242
exact_order: yes
5343
fail_on_extra_columns: False
5444
incremental:
5545
tests:
5646
- config_path: secrets/config.json
57-
# - config_path: secrets/config_sandbox.json
5847
configured_catalog_path: integration_tests/incremental_catalog.json
5948
future_state:
6049
future_state_path: integration_tests/sample_files/abnormal_state.json
6150
skip_comprehensive_incremental_tests: true
6251
full_refresh:
6352
tests:
6453
- config_path: secrets/config.json
65-
# - config_path: secrets/config_sandbox.json
6654
configured_catalog_path: integration_tests/full_refresh_catalog.json
6755
ignored_fields:
6856
balances:

ā€Žairbyte-integrations/connectors/source-paypal-transaction/metadata.yaml

+1-1
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.1
14+
dockerImageTag: 2.5.2
1515
dockerRepository: airbyte/source-paypal-transaction
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/paypal-transaction
1717
githubIssueLabel: source-paypal-transaction

0 commit comments

Comments
Ā (0)