https://linen.dev logo
Join Slack
Powered by
# help-connector-development
  • d

    David Olivier

    06/22/2026, 1:36 PM
    Hi the Airbyte team πŸ‘‹ I opened a PR fixing a long-standing source-gitlab bug: groups with >100 projects only sync the first 100, leaving merge_requests, commits, etc. incomplete. The root cause: project discovery reads the embedded projects array from GET
    /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πŸ™
  • a

    Aidan Lister

    06/24/2026, 1:09 AM
    I've got an update to our connector waiting from Feb 😞 https://github.com/airbytehq/airbyte/pull/73740 .. is anyone available to look?
  • h

    Henry Bogardus

    06/24/2026, 4:36 PM
    https://airbytehq.slack.com/archives/C054V9JFTC6/p1782147116962339 if anyone has a chance to look. mongo airbyte connection is essentially broken for a few of our connections and want to avoid forking the connector
  • c

    cardhaljian

    06/26/2026, 10:25 AM
    Hi Airbyte Team ! I submitted two community connector PRs and all CI checks are passing. Could a maintainer take a look when they have time? It's my first time I upload connectors for my company, so please tell me if everything is ok ! github.com/airbytehq/airbyte/pull/79709 github.com/airbytehq/airbyte/pull/79710
  • h

    Henry Bogardus

    06/26/2026, 4:28 PM
    Does the airbyte team have any SLA on reviewing code that is fully approved? Have a few PRs that are blocking some syncing on our side and would really like to get these merged.
  • a

    Aidan Lister

    06/27/2026, 1:59 AM
    It's an endless nightmare getting stuff merged @Henry Bogardus 😞 we have stuff open since Feb. It's been 12 months of battling to get stuff merged. It doesn't make sense to me as I feel like the whole power of an ETL product is the things it connects to, but we get no love.
    πŸ†˜ 1
    shaking face 1
    h
    • 2
    • 3
  • a

    Abhishek Batra

    06/30/2026, 3:35 PM
    hello all, i am currently working on the development of clickhouse connector to support multi-node, the only issue is that the custom connector is working only with stdio+ jsonl transport and not with socket + protobuf which causes the connector to insert slow. i have looked that the config is passed from the platform and stdio + jsonl are the default config in the env file. From testing perspective, can someone help me understand. is it because of the original definition id or there is a logic i am missing out on. it would be a great help , thanks.
  • k

    Kevin Lefevre

    07/02/2026, 2:05 PM
    Hi Airbyte Team πŸ‘‹ I proposed this PR to make the
    destination-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 !
    πŸ‘€ 1
    βœ… 1
  • j

    James Truty

    07/03/2026, 4:05 PM
    Hi team! I'm looking for a time-sensitive review of a
    source-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!
    πŸŽ‰ 1
    βž• 1
    r
    • 2
    • 5
  • l

    Leonardo MuΓ±oz M.

    07/03/2026, 9:03 PM
    Hello community, I reported an issue regarding the Connector Builder / Declarative CDK a while ago, and I would heavily appreciate it if someone from the team could take a look, as it severely impacts sync performance. When using
    incremental_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!
  • a

    Aidan Lister

    07/07/2026, 2:28 AM
    <!subteam^S01SHT8BSCU> are we wasting our times trying to maintain community connectors? Should we build something decentralised where people can just copy-paste the latest connector instead?
    πŸ‘ 4
    βž• 1
    πŸ™ 1
    d
    • 2
    • 7
  • k

    Katherine Pacheco

    07/14/2026, 6:08 PM
    Is airbyte planning on supporting connection directly to Microsoft Fabric Warehouse ??? Has anyone been able to connect it?
  • r

    ruchin sangwan

    07/17/2026, 9:07 PM
    Hi team πŸ‘‹ . Could I get a maintainer review on a source-gong fix? PR #82260 β€” github.com/airbytehq/airbyte/pull/82260 Fixes #78480 (source-gong 429 / rate-limit failures) What it does:
    callTranscripts
    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)
    • 1
    • 2
  • j

    Jaya Kasa

    07/18/2026, 2:46 AM
    hey i made a pr to add jwt auth for salesforce, can someone help me get this reviewed? github.com/airbytehq/airbyte/pull/80788
  • h

    Henry Bogardus

    07/19/2026, 11:53 PM
    Hi team, I submitted an issue a month ago, and the AI autoreply said they would have the issue routed to oncall, but I have no clue how to track the oncall progress. This one is fairly important for us github.com/airbytehq/airbyte/issues/80250 any ideas?
    r
    • 2
    • 15
  • j

    Jouissant Michel ANDRIANINA HERIZO

    07/21/2026, 8:23 AM
    Hi team! πŸ‘‹ I've been investigating a silent data-loss bug in
    source-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!
    a
    r
    • 3
    • 6
  • d

    Deep Patel

    07/22/2026, 2:44 PM
    Hi! I opened PR #82690 for issue #27171, adding an optional JSONL stringify mode for Hive JsonSerDe compatibility. The Bulk CDK checks pass. The destination compatibility jobs fail before running because the fork PR lacks connector test configuration, and I asked for confirmation in the PR. Could a maintainer confirm whether this CDK/destination-related contribution is in scope for review and whether the compatibility jobs can be rerun with the required configuration?
  • k

    Kevin Lefevre

    07/23/2026, 10:56 AM
    hello πŸ‘‹ the source-postgres connector suffers from lots of bugs since
    3.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!
    πŸ‘€ 1
    βž• 1
    j
    r
    • 3
    • 23
  • d

    Dmytro Rudnik

    07/28/2026, 9:12 AM
    Hey everyone! Does anyone experience problem with Paypal and Bing connectors? We started getting this error all of a sudden. We use native connectors.
  • a

    Ashwini Sharma

    07/29/2026, 1:51 PM
    Hey everyone, I am trying to create a custom connector for Reddit Ads API (Endpoint: ads-api.reddit.com/docs/v3/api/get-a-report) using Connector Builder UI. Has anyone done it before?
  • a

    Arminas Attas

    07/30/2026, 7:46 AM
    Hello! A new column called _network_details_ was added to the Stripe's disputes table, we tried hitting their API end point and it is indeed available. However, after refreshing our connector's source schema in Airbyte this column did not appear. We also tried updating our Stripe connector which also did not solve the issue. Perhaps anyone knows how we could add this new column to our Stripe connector and how long this process might take?
  • a

    a1515899696

    08/04/2026, 2:54 AM
    Hi everyone, I'm researching ways to use AI agents to improve the connector development experience. I'm wondering: - Does Airbyte have an open-source implementation for AI-assisted connector generation? - Which repository contains the related code? - Is it based on Airbyte Agent SDK, Connector Builder, or other internal components? I'd like to contribute ideas and improvements around: - API documentation understanding - schema inference - connector YAML/config generation - developer experience improvements If there is a contributor group or discussion channel for this topic, I'd appreciate any guidance. Thank you!
    r
    • 2
    • 1
  • p

    Peter Ksiazek

    08/05/2026, 6:18 AM
    Hi Team, I submitted a PR for updates to the Uptick source connector: github.com/airbytehq/airbyte/pull/83710 Could I please request a review
    r
    • 2
    • 6
  • d

    Dawid Nawrot

    08/10/2026, 1:05 PM
    Anybody uses MySQL as destination? There are no docs about why 0 precision columns from Snowflake create decimal(38,9( rather than integer?
  • p

    Pradip Bhandari

    08/11/2026, 7:45 AM
    Hi Team! I have a PR open on source-float since June that's still waiting for a review: github.com/airbytehq/airbyte/pull/79087 It adds two streams from the Float Reports API β€”
    reports-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.
    r
    • 2
    • 4
  • k

    Kevin Lefevre

    08/17/2026, 9:07 AM
    Hi team πŸ‘‹ We have several open PR waiting for Airbyte team approval, please could you consider them ? πŸ™ πŸ”΄ Blocking data collect (current connector is down) β€’ Goldcast new API interface 🟠 Blocking our upgrade to speed-mode GCS destination v1.0.0 (fields regressions) β€’ Goldcast event_members schemaless β€’ Hubspot marketing_email &amp; owners missing fields 🟑 Blocking new business needs implementations β€’ LinkedIn Ads video stream β€’ Chift executions stream and schemaless management Thanks a lot, and happy to help πŸ™‚
    πŸ™ 2
    πŸ‘€ 1
    f
    b
    r
    • 4
    • 7
  • v

    Vishal Garg

    08/20/2026, 12:04 PM
    Hi Team/@Richelle Herrli I've been facing an issue where the data movement from GCS to Snowflake creates junk column on every run when authenticated with Service Account. The issue was raised a couple of months back here. Since there was no resolution provided, I made the changes and raised a PR, can somebody please help in reviewing this so that we can be unblocked? Thank you!
    πŸ‘€ 2
    r
    • 2
    • 1
  • s

    Steve Ma

    08/24/2026, 7:46 PM
    Hi team πŸ‘‹, any plan for this issue github.com/airbytehq/airbyte/issues/82729? I think the AI integration code is getting there github.com/airbytehq/airbyte/pull/82731
  • a

    Ardalan Jalal

    08/26/2026, 11:00 AM
    Hi everyone, I’ve submitted a feature request to Airbyte for configuring CPU and memory resources per connection directly from the UI. Airbyte already supports connection-specific resource requirements internally, but today this typically requires changing the internal database manually. In environments with many connections, this makes resource management harder than it should be. The main use case is that not every connection has the same workload. For example, a lightweight CDC connection may only need a small amount of CPU and memory, while another connection doing a large initial sync or heavy batch load may need much more. Being able to configure these values per connection from the UI would help avoid both over-provisioning and under-provisioning. If this would be useful in your environment as well, please consider upvoting the feature request. More upvotes can help show the Airbyte team that there is broader demand for this capability. github.com/airbytehq/airbyte/discussions/85061
    πŸ‘€ 1
    d
    • 2
    • 1
  • j

    Jitendra Singh Bisht

    09/02/2026, 3:06 PM
    Hey everyone πŸ‘‹ We’re running Airbyte 2.0 and during routine container scanning we’ve identified several OS-level vulnerabilities in Airbyte-provided base images: β€’
    airbyte/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! πŸ™
    j
    r
    i
    • 4
    • 6