Skip to content

Commit

Permalink
Automated Commit - Formatting Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davydov-d authored and octavia-squidington-iii committed Nov 3, 2023
1 parent 088e0d7 commit 2220237
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def mocker(args=stream_args):
],
**args,
)

return mocker


Expand Down Expand Up @@ -219,6 +220,7 @@ def mocker(args=stream_args):
event_types=["application_fee.created", "application_fee.refunded"],
**args,
)

return mocker


Expand All @@ -237,4 +239,5 @@ def mocker(args=stream_args, parent_stream=parent_stream):
add_parent_id=True,
**args,
)

return mocker
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_request_headers(accounts):
{"id": "il_3", "invoice_id": "in_1KD6OVIEn5WyEQxn9xuASHsD", "object": "line_item"},
],
"full_refresh",
{}
{},
),
(
{
Expand Down Expand Up @@ -123,7 +123,7 @@ def test_request_headers(accounts):
{"id": "si_3", "object": "subscription_item"},
],
"full_refresh",
{}
{},
),
(
{
Expand Down Expand Up @@ -180,7 +180,7 @@ def test_request_headers(accounts):
{"id": "cs_4", "object": "bank_account", "updated": 1692802815},
],
"full_refresh",
{}
{},
),
(
{
Expand Down Expand Up @@ -235,7 +235,7 @@ def test_request_headers(accounts):
{"id": "fr_3", "object": "application_fee_refund", "refund_id": "af_OptSP2o3XZUBpx", "updated": 1692802815},
],
"full_refresh",
{}
{},
),
(
{
Expand All @@ -247,7 +247,9 @@ def test_request_headers(accounts):
"object": "event",
"api_version": "2020-08-27",
"created": 1692802016,
"data": {"object": {"object": "bank_account", "bank_account": "cs_1K9GK0EcXtiJtvvhSo2LvGqT", "created": 1653341716}},
"data": {
"object": {"object": "bank_account", "bank_account": "cs_1K9GK0EcXtiJtvvhSo2LvGqT", "created": 1653341716}
},
"type": "customer.source.created",
},
{
Expand All @@ -257,18 +259,16 @@ def test_request_headers(accounts):
"created": 1692802017,
"data": {"object": {"object": "card", "card": "cs_1K9GK0EcXtiJtvvhSo2LvGqT", "created": 1653341716}},
"type": "customer.source.updated",
}
},
],
"has_more": False,
}
},
"customers",
"bank_accounts",
[
{"object": "bank_account", "bank_account": "cs_1K9GK0EcXtiJtvvhSo2LvGqT", "created": 1653341716, "updated": 1692802016}
],
[{"object": "bank_account", "bank_account": "cs_1K9GK0EcXtiJtvvhSo2LvGqT", "created": 1653341716, "updated": 1692802016}],
"incremental",
{"updated": 1692802015}
{"updated": 1692802015},
),
(
{
Expand All @@ -283,7 +283,7 @@ def test_request_headers(accounts):
"object": {
"object": "application_fee_refund",
"application_fee_refund": "afr_1K9GK0EcXtiJtvvhSo2LvGqT",
"created": 1653341716
"created": 1653341716,
}
},
"type": "application_fee.refund.updated",
Expand All @@ -297,23 +297,33 @@ def test_request_headers(accounts):
"object": {
"object": "application_fee_refund",
"application_fee_refund": "afr_1K9GK0EcXtiJtvvhSo2LvGqT",
"created": 1653341716
"created": 1653341716,
}
},
"type": "application_fee.refund.updated",
}
},
],
"has_more": False,
}
},
"application_fees",
"application_fees_refunds",
[
{"object": "application_fee_refund", "application_fee_refund": "afr_1K9GK0EcXtiJtvvhSo2LvGqT", "created": 1653341716, "updated": 1692802016},
{"object": "application_fee_refund", "application_fee_refund": "afr_1K9GK0EcXtiJtvvhSo2LvGqT", "created": 1653341716, "updated": 1692802017}
{
"object": "application_fee_refund",
"application_fee_refund": "afr_1K9GK0EcXtiJtvvhSo2LvGqT",
"created": 1653341716,
"updated": 1692802016,
},
{
"object": "application_fee_refund",
"application_fee_refund": "afr_1K9GK0EcXtiJtvvhSo2LvGqT",
"created": 1653341716,
"updated": 1692802017,
},
],
"incremental",
{"updated": 1692802015}
{"updated": 1692802015},
),
)

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/stripe.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The Stripe connector should not run into Stripe API limitations under normal usa

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------|
| 4.5.2 | 2023-11-03 | [32146](https://github.com/airbytehq/airbyte/pull/32146/) | Fix multiple BankAccount issues |
| 4.5.2 | 2023-11-03 | [00000](https://github.com/airbytehq/airbyte/pull/00000/) | Fix multiple BankAccount issues |
| 4.5.1 | 2023-11-01 | [32056](https://github.com/airbytehq/airbyte/pull/32056/) | Use CDK version 0.52.8 |
| 4.5.0 | 2023-10-25 | [31327](https://github.com/airbytehq/airbyte/pull/31327/) | Use concurrent CDK when running in full-refresh |
| 4.4.2 | 2023-10-24 | [31764](https://github.com/airbytehq/airbyte/pull/31764) | Base image migration: remove Dockerfile and use the python-connector-base image |
Expand Down

0 comments on commit 2220237

Please sign in to comment.