Dawid Nawrot
04/17/2026, 8:37 AMArpit Goyal
04/18/2026, 6:54 PMcristiano
04/21/2026, 9:54 AMSorry, something went wrong.
Minified React error #185; visit <https://reactjs.org/docs/error-decoder.html?invariant=185> for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.cristiano
04/21/2026, 10:12 AMcristiano
04/21/2026, 3:10 PMMorgan Kerle
04/21/2026, 10:48 PMLorena Gonzales
04/22/2026, 3:52 PMDynamoDB Reserved Words Help
Hey friend octavia wave
I have a question regarding an issue I am getting with DynamoDB.
Basically I am trying to ingest data by using a connection on DynamoDB. However, our source is called data , which is a reserved word. When Airbyte tries to build the query (the ProjectionExpression), it sends the word data unquoted, and DynamoDB's API rejects it ๐
Even trying the Reserved attribute names doesn't work. We are using the free version.
So I am wondering if some of you faced the same problem, or if you have any ideas for workarounds.
Thank you so much for any tips keanu thanksPy Bot
04/22/2026, 5:55 PMig_account_id filter in the Instagram source connector.
Right now, we fetch all accounts tied to an access token, this change allows users to sync data for just one specific business account if needed. Itโs fully backward compatible, so existing behavior remains unchanged.
https://github.com/airbytehq/airbyte/pull/76916
Would appreciate a quick review when you get a chance.
Thank youJulius Tolentino
04/28/2026, 5:57 AMFrancisco Carneiro
04/29/2026, 2:42 PMVivien Morlet
05/05/2026, 7:36 PMemail and externalId to the users stream schema. 3 files changed, schema-only, all CI green. Open since March 3.
2. #77530 โ source-google-ads: Adds Service Account authentication alongside existing OAuth. Uses the existing SDK, includes migration + tests.
Open since April 28.
Both PRs have updated descriptions with review guides, examples, and testing instructions. I've tried to minimize review effort as much as possible.
Questions:
- Are these changes in scope for community contributions?
- Is there anything missing that would help get them reviewed?
Thanks for your time!Seth Terrell
05/07/2026, 2:59 PMSaved offset is before replication slot's confirmed lsn. Please reset the connection, and then increase WAL retention and/or increase sync frequency to prevent this from happening in the future. See <https://docs.airbyte.com/integrations/sources/postgres/postgres-troubleshooting#under-cdc-incremental-mode-there-are-still-full-refresh-syncs> for more details.
We have tried both options for "Refresh your data" -- namely "Refresh streams and retain records" and "Refresh streams and remove records" -- as well as "Clear your data" and none of these address the issue. The only way we've found to fix this is to completely drop and recreate the Connection and/or the Source.
This is fine when it's occasional, but we are now trying to stream data from PostgreSQL every two minutes (i.e., near real-time (NRT)). Last night, after running fine for hours, the Connector inexplicably started throwing the above error and has failed since.
----------------------------------
Here are the LSN lines from the last four successful syncs, with the last line being the first failed sync. I suspect that last "Saved offset LSN" shouldn't be the same value as the sync before it (i.e., 19508285977976).
2026-05-06 22:39:33 info INFO main i.a.i.s.p.c.PostgresDebeziumStateUtil(isSavedOffsetAfterReplicationSlotLSN):69 Replication slot confirmed_flush_lsn : 19508081354072 Saved offset LSN : 19508121385984
2026-05-06 22:43:34 info INFO main i.a.i.s.p.c.PostgresDebeziumStateUtil(isSavedOffsetAfterReplicationSlotLSN):69 Replication slot confirmed_flush_lsn : 19508124153352 Saved offset LSN : 19508167298192
2026-05-06 22:46:59 info INFO main i.a.i.s.p.c.PostgresDebeziumStateUtil(isSavedOffsetAfterReplicationSlotLSN):69 Replication slot confirmed_flush_lsn : 19508172623296 Saved offset LSN : 19508244459200
2026-05-06 22:48:34 info INFO main i.a.i.s.p.c.PostgresDebeziumStateUtil(isSavedOffsetAfterReplicationSlotLSN):69 Replication slot confirmed_flush_lsn : 19508244459200 Saved offset LSN : 19508285977976
2026-05-06 22:52:33 info INFO main i.a.i.s.p.c.PostgresDebeziumStateUtil(isSavedOffsetAfterReplicationSlotLSN):69 Replication slot confirmed_flush_lsn : 19508297437136 Saved offset LSN : 19508285977976
-------------------------------------
Both myself and our Chief Architect have spent hours troubleshooting this issue and cannot find a solution. I suspect there is an issue in Airbyte's handling of LSNs. We need any ideas y'all have, please.
If Airbyte is not reliable, using it for NRT is a non-starter.Michael
05/28/2026, 10:00 PMdestination-clickhouse in Airbyte for data loading, but at the moment, it appears to support only a single ClickHouse endpoint. Support for writing directly to a distributed ClickHouse cluster is becoming increasingly important for our use case, and I wanted to follow up on whether there is any expected timeline for this capability.
I also noticed there is already a PR open related to distributed/replicated ClickHouse support: feat(destination-clickhouse): support Replicated database engine by KadekM ยท PR #76945
Given the growing need for production-grade ClickHouse deployments to operate in clustered/distributed modes, it would be very helpful to understand whether this feature is being prioritized and what the likely path forward looks like. If there is anything the community can do to help move this forward - testing, feedback, or validation - we would be happy to support.
If there is already a recommended workaround or approach for loading into a distributed ClickHouse setup today, Iโd also appreciate any guidance.
Thanks!FelixJ
05/29/2026, 12:47 PMKevin Lefevre
06/01/2026, 9:41 AMKevin Lefevre
06/02/2026, 7:20 AMon June 9, 2026.
This issue has been opened to manage the upgrade. Please could you consider merge it ASAP ?
Thank you ๐Tu Tran
06/03/2026, 4:02 PMKevin Lefevre
06/04/2026, 3:22 PMspeed mode support for GCS destination connector like we implemented on the GCS Data Lake one ?
The GCS destination is not maintained for a while and really suffers from scaling issues ๐
Thanks a lot for visibility !Anmol Mishra
06/15/2026, 9:55 AMFlushWorker threads occasionally pick up the same stream simultaneously, resulting in identical S3 keys where the second upload silently overwrites the first, dropping ~100k records per occurrence with zero error flags.
There is an open issue and a proposed PR (#76314) tracking thisโwould really appreciate if this gets fixed soon ๐FelixJ
06/17/2026, 1:02 PMDavid Olivier
06/22/2026, 1:36 PM/groups/:id (capped at 100) instead of the paginated GET /groups/:id/projects.
Fixes #56916 (auto-closed by a bot, but still reproduces on master). PR: https://github.com/airbytehq/airbyte/pull/79707
Would appreciate a maintainer running /run-connector-tests and a review.
Many thanks๐Aidan Lister
06/24/2026, 1:09 AMHenry Bogardus
06/24/2026, 4:36 PMcardhaljian
06/26/2026, 10:25 AMHenry Bogardus
06/26/2026, 4:28 PMAidan Lister
06/27/2026, 1:59 AMAbhishek Batra
06/30/2026, 3:35 PMKevin Lefevre
07/02/2026, 2:05 PMdestination-gcs connector much more fast thanks to sockets, aligned with destination-s3 connector ๐๏ธ
Could you help me to review, validate and merge this PR ? ๐
Thanks a lot !James Truty
07/03/2026, 4:05 PMsource-salesforce PR due to new security requirements: github.com/airbytehq/airbyte/pull/80892. The Salesforce connector breaks under Salesforce's OAuth Refresh Token Rotation mandate, and enforcement began June 25.
Can a maintainer comment /run-connector-tests and queue this for review? Happy to turn feedback around same-day. Thanks!Leonardo Muรฑoz M.
07/03/2026, 9:03 PMincremental_dependency: true on parent-child streams, the child stream drops its cursor context after the first sync, forcing the parent stream into an unexpected full refresh loop on subsequent syncs (making them 100xโ1000x slower).
I just updated the issue with a comprehensive root-cause analysis (assisted by GitHub Copilot and verified against the latest Concurrent CDK source code). I also provided:
1. A functional connector-level workaround using custom components (StateMigration) that anyone can apply today.
2. The exact lines in the CDK core (substream_partition_router.py) where the context is being lost.
Here is the link to the issue: github.com/airbytehq/airbyte/issues/61567
Could you please help review the proposed architectural fix or provide recommendations to get this merged? Thanks!