Ella Rohm-Ensing

Results 50 issues of 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...

area/documentation
area/connectors
connectors/source/harvest
connectors/source/hubspot
connectors/source/intercom
connectors/source/snapchat-marketing
connectors/source/notion
connectors/source/marketo
connectors/source/mixpanel
connectors/source/sentry
connectors/source/stripe
connectors/source/surveymonkey
connectors/source/facebook-marketing
connectors/source/amplitude
connectors/source/amazon-ads
connectors/source/freshdesk
connectors/source/github
connectors/source/gitlab
connectors/source/google-analytics-v4
connectors/source/google-search-console
connectors/source/iterable
connectors/source/klaviyo
connectors/source/linkedin-ads
connectors/source/slack
connectors/source/mailchimp
connectors/source/paypal-transaction
connectors/source/pinterest
connectors/source/recharge
connectors/source/salesforce
connectors/source/tiktok-marketing
connectors/source/twilio
connectors/source/zendesk-chat
connectors/source/zendesk-support
connectors/source/zendesk-talk

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...

type/bug
team/connectors-python
team/connector-ops

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...

team/connector-ops

## 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...

type/enhancement
area/connectors
team/connectors-python
column-selection-sources

Small copy change

area/connectors
connectors/source/google-ads

## 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...

CDK

## What ## How ## Review guide ## User Impact ## Can this PR be safely reverted and rolled back? - [ ] YES 💚 - [ ] NO ❌

area/connectors
connectors/source/s3
connectors/source/sftp-bulk
connectors/source/gcs
connectors/source/azure-blob-storage
connectors/source/google-drive
connectors/source/microsoft-onedrive
connectors/source/microsoft-sharepoint

## What * Closes https://github.com/airbytehq/airbyte-internal-issues/issues/7413

area/connectors
CDK
connectors/source/stripe
connectors/source/salesforce

## 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....

CDK

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...

CDK