David 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!Aidan Lister
07/07/2026, 2:28 AMKatherine Pacheco
07/14/2026, 6:08 PMruchin sangwan
07/17/2026, 9:07 PMcallTranscripts currently sends one POST /calls/transcript request per call (SubstreamPartitionRouter with a single callId), so backfills blow past Gongβs ~3 req/s rate limit and ~10k/day quota. The PR wraps the existing router in a GroupingPartitionRouter (group_size: 100) so one request covers up to 100 calls β ~99% fewer requests.
Manifest-only change + a unit test; preserves the private-call filter and started cursor, no schema change/reset.
Validated against a live Gong tenant: array callIds accepted, 100/request β 200, cursor pagination works alongside callIds.
Status: CLA signed β
, all fork-accessible checks green. The only red checks are the fork βNo Credsβ connector test and the progressive-rollout gate β both need maintainer-side action (/run-connector-tests + rollout bypass). Would appreciate someone running the credentialed suite and taking a look π (edited)Jaya Kasa
07/18/2026, 2:46 AMHenry Bogardus
07/19/2026, 11:53 PMJouissant Michel ANDRIANINA HERIZO
07/21/2026, 8:23 AMsource-snowflake (currently on 1.0.5, but I confirmed it's still reproducible on 1.1.0) reported here: github.com/airbytehq/airbyte/issues/70257 (filed by someone else back in December). Incremental syncs return 0 records when the stored cursor checkpoint equals the current MAX(cursor_field), with no error.
Root cause looks like: SnowflakeLocalDateTimeAccessor in SnowflakeFieldTypes.kt truncates nanosecond precision down to microseconds when reading the MAX(cursor) value used to build the query's upper bound, but the actual column values in Snowflake keep full nanosecond precision. When the sync window collapses to a single point (cursor == MAX), the truncated upper bound ends up strictly less than the real value of the row(s) it's meant to include, so the WHERE clause silently excludes them.
The fix would live entirely in the connector's own source, not the shared Bulk CDK. Before I put together a PR: I noticed the contributing guide mentions community contributions to "the data replication platform" stopped being accepted in mid-2025, and the accepted-contributions list is framed around API/Connector-Builder connectors. Since Snowflake is a JDBC/Kotlin connector, is a bug fix like this still in scope for a community PR, or should this go through another channel? Happy to open the PR either way if someone can point me in the right direction. Thanks!Deep Patel
07/22/2026, 2:44 PMKevin Lefevre
07/23/2026, 10:56 AM3.8.x 2 months old release, examples:
β’ github.com/airbytehq/airbyte/issues/80939
β’ github.com/airbytehq/airbyte/issues/80295
β’ github.com/airbytehq/airbyte/issues/81431
β’ github.com/airbytehq/airbyte/issues/81397
β’ github.com/airbytehq/airbyte/issues/47547
β’ github.com/airbytehq/airbyte/issues/79109
π do you have any visibility regarding a solid fix ?
β οΈ this is blocking for this ποΈ speeded up destination v2 adoption as Change Data Capture is unusuable π
thank you!Dmytro Rudnik
07/28/2026, 9:12 AMAshwini Sharma
07/29/2026, 1:51 PMArminas Attas
07/30/2026, 7:46 AMa1515899696
08/04/2026, 2:54 AMPeter Ksiazek
08/05/2026, 6:18 AMDawid Nawrot
08/10/2026, 1:05 PMPradip Bhandari
08/11/2026, 7:45 AMreports-people and
reports-projects (aggregated scheduling/utilization data) β plus an optional
end_date config field. Manifest-only, 0.0.56 β 0.1.0, existing streams untouched.
I've just merged latest master, so it's conflict-free and mergeable again.
Would appreciate a review whenever someone has time β happy to make changes.Kevin Lefevre
08/17/2026, 9:07 AMVishal Garg
08/20/2026, 12:04 PMSteve Ma
08/24/2026, 7:46 PMArdalan Jalal
08/26/2026, 11:00 AMJitendra Singh Bisht
09/02/2026, 3:06 PMairbyte/container-orchestrator
β’ airbyte/connector-sidecar
β’ airbyte/workload-init-container
The vulnerabilities appear to originate from the Java base image bundled with these containers β so theyβre outside our control to patch directly.
Weβve followed the reporting process outlined in the Airbyte security docs and sent the details to <mailto:security@airbyte.io|security@airbyte.io>, and even after multiple follow ups, havenβt received a response yet.
A couple of questions for the community:
1. Has anyone else run into OS-level CVEs in these Airbyte core images? If so, how did you get them addressed?
2. Is there a better channel to reach the Airbyte security team β GitHub issue, Slack, or otherwise?
Any pointers would be really appreciated! π