Ella Rohm-Ensing
Ella Rohm-Ensing
## What Now that the HttpAvailabilityStrategy is published in the CDK, we want to turn it on as default for HttpStreams. In order to prevent issues in GA connectors if...
In order to migrate airbyte cloud from cloud.airbyte.io to cloud.airbyte.com, all of the callback URLs for our Oauth connectors need to be updated to approve the .com url. Pedro provided...
As CAT tests are integration tests that involve running the container as is and performing assertions on the output based on the protocol, we should not care what language the...
## What In this [PR](https://github.com/airbytehq/airbyte/pull/23985), `BasicReadTest.test_read` test in the Connector Acceptance Tests was updated to fail if the connector produces stream records which contain columns that haven't been declared in...
## What * Remove the `DefaultFileBasedCursor` in favor of all file-based streams getting a `FileBasedConcurrentCursor` * remove `AbstractFileBasedCursor` * All file based streams now emit final state messages on full...
## What ## How ## Review guide ## User Impact ## Can this PR be safely reverted and rolled back? - [ ] YES 💚 - [ ] NO ❌
## What * Closes https://github.com/airbytehq/airbyte-internal-issues/issues/7413
## What * Closes https://github.com/airbytehq/airbyte-internal-issues/issues/7412 ## How * Make file-based concurrent CDK sync-mode agnostic. Remove sync mode from instantiation, always set to incremental. remove handling that only checkpoints if incremental....
Always checkpoint state after the slice. Definitely cleanup needed don't emit sentinel state in full refresh mode add note when checking that we can't remove the sentinel for the no...