File tree 4 files changed +6
-5
lines changed
airbyte-integrations/connectors/source-braintree
docs/integrations/sources
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
connectorSubtype : api
6
6
connectorType : source
7
7
definitionId : 63cea06f-1c75-458d-88fe-ad48c7cb27fd
8
- dockerImageTag : 0.3.10
8
+ dockerImageTag : 0.3.11
9
9
dockerRepository : airbyte/source-braintree
10
10
documentationUrl : https://docs.airbyte.com/integrations/sources/braintree
11
11
githubIssueLabel : source-braintree
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
3
3
build-backend = " poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
- version = " 0.3.10 "
6
+ version = " 0.3.11 "
7
7
name = " source-braintree"
8
8
description = " Source implementation for Braintree."
9
9
authors = [
" Airbyte <[email protected] >" ]
Original file line number Diff line number Diff line change @@ -3750,7 +3750,7 @@ streams:
3750
3750
request_body_json:
3751
3751
search:
3752
3752
created_at:
3753
- min: "{{ stream_interval.start_time }}"
3753
+ min: "{{ format_datetime( stream_interval.start_time, '%Y-%m-%d %H:%M:%S %z') }}"
3754
3754
record_selector:
3755
3755
type: RecordSelector
3756
3756
extractor:
@@ -9749,7 +9749,7 @@ streams:
9749
9749
request_body_json:
9750
9750
search:
9751
9751
created_at:
9752
- min: "{{ stream_interval.start_time }}"
9752
+ min: "{{ format_datetime( stream_interval.start_time, '%Y-%m-%d %H:%M:%S %z') }}"
9753
9753
record_selector:
9754
9754
type: RecordSelector
9755
9755
extractor:
@@ -15707,7 +15707,7 @@ streams:
15707
15707
request_body_json:
15708
15708
search:
15709
15709
created_at:
15710
- min: "{{ stream_interval.start_time }}"
15710
+ min: "{{ format_datetime( stream_interval.start_time, '%Y-%m-%d %H:%M:%S %z') }}"
15711
15711
record_selector:
15712
15712
type: RecordSelector
15713
15713
extractor:
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ The Braintree connector should not run into Braintree API limitations under norm
72
72
73
73
| Version | Date | Pull Request | Subject |
74
74
| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------- |
75
+ | 0.3.11 | 2024-08-12 | [ 43953] ( https://github.com/airbytehq/airbyte/pull/43953 ) | Corrects timezone handling |
75
76
| 0.3.10 | 2024-08-10 | [ 43666] ( https://github.com/airbytehq/airbyte/pull/43666 ) | Update dependencies |
76
77
| 0.3.9 | 2024-08-03 | [ 43225] ( https://github.com/airbytehq/airbyte/pull/43225 ) | Update dependencies |
77
78
| 0.3.8 | 2024-07-29 | [ 42848] ( https://github.com/airbytehq/airbyte/pull/42848 ) | Corrects pagination issues |
You can’t perform that action at this time.
0 commit comments