File tree 3 files changed +13
-1
lines changed
airbyte-integrations/connectors/source-getlago
docs/integrations/sources
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,17 @@ definitions:
318
318
$ref : " #/definitions/base_requester"
319
319
path : /customers/{{stream_slice.customer_external_id}}/current_usage
320
320
http_method : GET
321
+ error_handler :
322
+ type : CompositeErrorHandler
323
+ error_handlers :
324
+ - type : DefaultErrorHandler
325
+ response_filters :
326
+ - type : HttpResponseFilter
327
+ action : IGNORE
328
+ predicate : >-
329
+ {{response.status == 405 and response.code ==
330
+ 'no_active_subscription' }}
331
+ http_codes : []
321
332
record_selector :
322
333
type : RecordSelector
323
334
extractor :
Original file line number Diff line number Diff line change 2
2
connectorSubtype : api
3
3
connectorType : source
4
4
definitionId : e1a3866b-d3b2-43b6-b6d7-8c1ee4d7f53f
5
- dockerImageTag : 0.5 .0
5
+ dockerImageTag : 0.6 .0
6
6
dockerRepository : airbyte/source-getlago
7
7
githubIssueLabel : source-getlago
8
8
icon : getlago.svg
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ This source can sync data from the [Lago API](https://doc.getlago.com/docs/guide
32
32
33
33
| Version | Date | Pull Request | Subject |
34
34
| :------ | :--------- | :-------------------------------------------------------- | :---------------------------------------- |
35
+ | 0.6.0 | 2024-09-06 | [ 45193] ( https://github.com/airbytehq/airbyte/pull/45193 ) | Endpoint customer usage ignore 405 response |
35
36
| 0.5.0 | 2024-08-23 | [ 44613] ( https://github.com/airbytehq/airbyte/pull/44613 ) | Refactor connector to manifest-only format |
36
37
| 0.4.11 | 2024-08-17 | [ 44273] ( https://github.com/airbytehq/airbyte/pull/44273 ) | Update dependencies |
37
38
| 0.4.10 | 2024-08-12 | [ 43800] ( https://github.com/airbytehq/airbyte/pull/43800 ) | Update dependencies |
You can’t perform that action at this time.
0 commit comments