File tree 3 files changed +4
-3
lines changed
airbyte-integrations/connectors/source-outreach
docs/integrations/sources
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ def get_request_params(
47
47
next_page_token : Optional [Mapping [str , Any ]] = None ,
48
48
) -> MutableMapping [str , Any ]:
49
49
params = {}
50
- if self .cursor_field in stream_state :
51
- params [f"filter[{ self .cursor_field } ]" ] = stream_state [self .cursor_field ] + "..inf"
50
+ if self .cursor_field . string in stream_state :
51
+ params [f"filter[{ self .cursor_field . string } ]" ] = stream_state [self .cursor_field . string ] + "..inf"
52
52
return params
Original file line number Diff line number Diff line change 28
28
connectorSubtype : api
29
29
connectorType : source
30
30
definitionId : 3490c201-5d95-4783-b600-eaf07a4c7787
31
- dockerImageTag : 1.1.5
31
+ dockerImageTag : 1.1.6
32
32
dockerRepository : airbyte/source-outreach
33
33
githubIssueLabel : source-outreach
34
34
icon : outreach.svg
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ List of available streams:
56
56
57
57
| Version | Date | Pull Request | Subject |
58
58
| :------ | :-----------| :----- | :------ |
59
+ | 1.1.6 | 2025-03-09 | [ 55180] ( https://github.com/airbytehq/airbyte/pull/55180 ) | 🐛 Source Outreach: remove stream_state interpolation |
59
60
| 1.1.5 | 2025-03-08 | [ 55561] ( https://github.com/airbytehq/airbyte/pull/55561 ) | Update dependencies |
60
61
| 1.1.4 | 2025-03-01 | [ 54611] ( https://github.com/airbytehq/airbyte/pull/54611 ) | Update dependencies |
61
62
| 1.1.3 | 2025-02-24 | [ 53976] ( https://github.com/airbytehq/airbyte/pull/54654 ) | Lower mailings endpoint page size to 100 from 1000 |
You can’t perform that action at this time.
0 commit comments