Maxime Carbonneau-Leclerc
Maxime Carbonneau-Leclerc
## What Addresses #21576 ## How * Rename DpathExtractor.field_pointer to field_path in declarative_component_schema and regenerate files * Update DpathExtractor.field_pointer to field_path (not the model but the actual component we use)...
## What Migration for https://github.com/airbytehq/airbyte/issues/21576. See https://github.com/airbytehq/airbyte/pull/21990 for more details ## How Running `airbyte-cdk/python/bin/migrate_field_point_to_field_path.sh` and testing more complex source like source-monday and source-pocket
## Tell us about the problem you're trying to solve We are working on bringing the Low-Code CDK to beta. Since the Connector Builder heavily depends on this lib and...
## What First steps in addressing #19961 . In this PR: * Add `incremental` for DatetimeBasedCursor at the retriever level * Change `stream_slicer` to be an array Notes: * source-braze...
As part of the `bank_accounts` stream, we use the endpoint "customers/{customer_id}/sources". This endpoint is not available in the documentation and stripe mentions explicitly that the sources API is deprecated (see...
Investigate how valuable and feasible it is to have HubSpot be concurrent. A couple of points: * See how many streams syncs using slices * For stateful streams, ensure that...
## What Before integrating the HttpClient that @pnilan is working on, we want to add a good safety need to identify issues without having to test manually before and after....
## What ## How ## Review guide ## User Impact ## Can this PR be safely reverted and rolled back? - [ ] YES 💚 - [ ] NO ❌
…overy ## What We had a lot of trouble duplicating HTTP error handling. Using the HttpClient will allow us to make sure most of the error handling logic is just...
### What area the feature impact? Connectors ### Revelant Information As requested in Slack: For example, the first time I get 3 ids from the API /v1/deals, I pass it...