Brian Lai
Brian Lai
## What As I was trying to implement RFR for low-code, a consistent theme was that I was writing boilerplate and making some questionable decisions on how to format and...
Closes https://github.com/airbytehq/airbyte-internal-issues/issues/7000 (nice issue id) ## What This PR makes all low-code streams support resumable full refresh if they implement a paginator and are not already implemented as incremental syncs....
[airbyte-cdk] Fix a bug so that successful Python RFR streams are not synced on subsequent attempts
## What When I first implemented RFR for Python, I was using the empty state value `{}` to indicate the sync was complete and should end. However, we need to...
https://github.com/airbytehq/oncall/issues/6464 ## What For the affected connection, we were failing due to a heartbeat. However, after investigating, my hypothesis is that the combination of a very large number of parent...
Closes https://github.com/airbytehq/airbyte-internal-issues/issues/9710 ## What Adds the new `ConcurrentDeclarativeSource` class which serves as the way we adapt the existing YamlDeclarativeSource used by all low-code connectors into being runnable within the Concurrent...