Alexandre Girard
Alexandre Girard
## What *Describe what the change is solving* *It helps to add screenshots if it affects the frontend.* ## How *Describe the solution* ## Recommended reading order 1. `x.java` 2....
## Current Behavior The developer app (named OAuth) on survey monkey is disabled and cannot be enabled because we're not on the PREMIER plan. ## Expected Behavior This isn't critical...
## What *Describe what the change is solving* *It helps to add screenshots if it affects the frontend.* ## How *Describe the solution* ## Recommended reading order 1. `x.java` 2....
* what is the UI experience if the user runs their first test, before they ever specified the stream schema? * What is the experience if they run a request...
## What Pin the CDK's dependency on airbyte-protocol-models to `^0.9.0` to avoid accidental breaking changes. We should implicitly bump to a major version if/when necessary ## Can this PR be...
## What Expose the CDK version as `__version__`. Example usage: ``` python Python 3.9.18 (main, Aug 24 2023, 21:19:58) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin Type "help", "copyright", "credits" or "license"...
## What Some connectors are still implementing multiple authenticators using a custom component. They should be updated to use a SelectiveAuthenticator. Connector updates should not require a a breaking change....
## What Update the python connector template to use the `StateMixin` instead of the deprecated `get_updated_state` method ## Can this PR be safely reverted and rolled back? - [X] YES...
## What Improve memory usage by yielding records from generators instead of returning lists of objects This PR addresses a part of https://github.com/airbytehq/airbyte-internal-issues/issues/6554 ## How 1. Update the record selector,...
## What ## How ## Review guide ## User Impact ## Can this PR be safely reverted and rolled back? - [ ] YES 💚 - [ ] NO ❌