https://linen.dev logo
Join Slack
Powered by
# code-contributions-reviews
  • p

    Paul Grolleau

    07/16/2025, 11:21 AM
    Hi Small change in the
    source tiktok marketing
    connector to add several metrics in the ads_reports streams https://github.com/airbytehq/airbyte/pull/62058
    u
    • 2
    • 2
  • a

    ali taha

    07/17/2025, 1:04 PM
    Hi, A minor fix was applied to the
    source-snapchat-marketing
    to address a recent error. The issue was caused by the request timestamp not aligning with the start of the hour. https://github.com/airbytehq/airbyte/pull/63276 can anyone review it
    u
    • 2
    • 1
  • f

    Florent Ortiz

    07/17/2025, 2:48 PM
    Hello, Related to this thread: https://airbytehq.slack.com/archives/C021JANJ6TY/p1752758098232139 I opened a PR to fix a problem that we have with the redirect to /dev/null on the testWebapp pod: https://github.com/airbytehq/airbyte-platform/pull/419 If you can take a look 🙂
  • o

    Oleh M

    07/23/2025, 5:14 PM
    Hello, I made an important fix for MySQL connector compatibility with MariaDB, which was added in the last version of the connector, but was not working properly. Hope for review ASAP as it is really crucial for MariaDB support. Related issue: https://github.com/airbytehq/airbyte/issues/62874 PR: https://github.com/airbytehq/airbyte/pull/63736
    u
    • 2
    • 6
  • z

    Zacharias Allendoerfer

    07/24/2025, 6:31 AM
    Hi, I fixed a small issue we have with the source-netsuite connector: https://github.com/airbytehq/airbyte/pull/63698 Don't think the failing check on the PR is related to my change. Can we get this reviewed and merged? Would like to use this from pypi.
    u
    • 2
    • 2
  • g

    GM

    07/25/2025, 6:10 AM
    Hi, I’ve created this PR as a workaround fix for the numeric type issue for psql https://github.com/airbytehq/airbyte/issues/38470. Can someone take a look? https://github.com/airbytehq/airbyte/pull/63769
    u
    • 2
    • 4
  • i

    info Leo

    07/28/2025, 9:20 AM
    👋 Hello, team!
  • i

    info Leo

    07/28/2025, 9:20 AM
    i need https://airbyte.com/
  • b

    Ben Tea

    07/28/2025, 4:12 PM
    hello i’ve created this pr for the mongodb-source that fixes the oplog logging, i’m unsure how to provide the appropriate credentials and authentication for the integration tests to pass. it seems i need to create 1. gcp project and add secrets to the secret manager a. what is
    config.json
    am i able to generate this somehow? 2. add
    GCP_PROJECT_ID
    and
    GCP_GSM_CREDENTIALS
    to the github repo secrets?
  • a

    Aaron

    07/29/2025, 7:17 PM
    Hi, I'm not sure where to ask this question. I figure contributors are more likely to be lurking here. I'm trying to learn more about how Airbyte uses Temporal. Can someone point me a good place in the source code to start lurking? My attempts at searching are failing. I did find a reference in
    log4j2-test.xml
    ! https://airbytehq.slack.com/archives/C021JANJ6TY/p1753813912671639
    j
    • 2
    • 4
  • j

    Julio Barros

    07/31/2025, 4:26 PM
    Hello, I've created this PR to fix a bug on facebook pages connector https://github.com/airbytehq/airbyte/pull/64141
  • k

    Kevin Lefevre

    08/01/2025, 7:31 AM
    Hi team 👋 Anyone available to review this PR on Hubspot connector ? It aims at fixing 3 properties datatypes, so really small PR 🙏 Thanks a lot !
    f
    • 2
    • 4
  • k

    Kumari Surya Remanan

    08/04/2025, 9:18 AM
    Hi everyone — I just submitted a GitHub Issue proposing a new blog topic: "Leveraging EV Infrastructure for Real-Time Data Synchronization Between Charging Stations and AI Models Using Airbyte" Here’s the link: https://github.com/airbytehq/airbyte/issues/64485 Would love to get feedback and see if it aligns with the community content plan!
  • a

    Ahmed Abdqader

    08/13/2025, 11:12 AM
    is there a way to connect to airbyte db to calculate the monthly data transfere using the logs displayed in the ui
    j
    • 2
    • 2
  • k

    Kyle Romines

    08/15/2025, 4:53 PM
    Hello, I have a pr here to add a column to source Braintree. Would love it if someone could take a look at it soon. Thanks!
  • s

    Saif Qureshi

    08/18/2025, 1:34 PM
    Hello team, I’ve submitted a pull request for the Outlook source (PR). This PR addresses a significant issue in the current source code. Could someone please review it at your earliest convenience? Thank you in advance for your help! 😊
  • m

    Mikhaíl Nacharov

    08/20/2025, 4:14 PM
    Greetings! I want to ask if it is possible to solve this issue: https://github.com/airbytehq/airbyte/issues/10378? Currently workload-launcher accepts JOB_KUBE_NODE_SELECTORS (and it's counterparts CHECK_JOB_KUBE_NODE_SELECTORS, DISCOVER_JOB_KUBE_NODE_SELECTORS, JOB_ISOLATED_KUBE_NODE_SELECTORS, JOB_SOURCE_DECLARATIVE_MANIFEST_KUBE_NODE_SELECTORS) , but JOB_KUBE_TOLERATIONS doesn't seem to be used. If there's something I can do to facilitate the problem-solving, please give me a hint. I use a Helm v2 chart to deploy Airbyte version 1.8.0. Thank you 🙌
  • s

    Steven Ayers

    08/22/2025, 4:48 AM
    Hi all! 👋 I'm doing some work on Dagster's Airbyte integration at the moment: https://github.com/dagster-io/dagster/pull/31867 The proposed PR creates a single interface for Airbyte Cloud and self-hosted (
    AirbyteWorkspace
    and
    AirbyteClient
    ). Chatting to the dagster team in the background, and we're unsure if we should split these classes out into separate ones (
    AirbyteCloudWorkspace
    for cloud,
    AirbyteWorkspace
    for self-hosted). It seems like apart from the API base URLs, the Cloud & Self-hosted APIs are identical right now. Does anyone know if the Airbyte team intend to keep the API schemas identical, or should we expect these APIs to diverge? We unfortunately are using the Configuration API for one call to get the data types of stream fields, but we can remove that once the
    /streams
    api includes that information (I did find two issues marked as "complete", but the API still doesn't supply this info [GitHub Issue 41646] [GitHub Issue 44489]).
  • s

    shubham kumar

    08/23/2025, 12:53 PM
    Hi Everyone! I'm new to Airbyte community and would love to work on my first open-source contribution. I found & created an issue while going through the contribution doc. It's a minor typo problem, perfect for me to get started and get a hang of the process. Is it okay to publish PR or wait for the issue to be assigned to me?
  • m

    Michael DeWulf

    08/28/2025, 1:55 PM
    Hello, a PR that fixes a pretty big bug in the Netsuite Marketplace Connector was closed automatically by a bot due to inactivity. It looks like this was around when the new (Enterprise?) connector was being developed and it wasn't clear if the legacy, Marketplace connector would live on. The last comment by a team member was they'd check on if the legacy connector should continue getting development. Since marketplace connector is still active, can we please get this merged? https://github.com/airbytehq/airbyte/pull/35620
  • l

    Lucas Segers

    08/29/2025, 7:11 PM
    Hi guys, Wondering if anyone needed a new `sync mode`that is something like a
    Full refresh
    , but instead of replacing all the existing data in the destination, it replaces only a `lookback-period`and beyond with new data Something like: 1. I load all historical data from a stream 2. Then instead of replacing all the records, it replaces only the records from
    lookback_period
    (possibly by the _airbyte_extracted_at) and beyond with new data (capturing deletes in the meantime) Has anyone needed something like this?
    m
    • 2
    • 2
  • h

    Henrique Lecco

    08/29/2025, 7:37 PM
    Good afternoon! I've fixed a behaviour on the TikTok Marketing source where deleted data would not be included on some reports, regardless of an existing
    include_deleted
    setting. The error being fixed is silent, so the connector is currently outputting unexpected/wrong data for all users. https://github.com/airbytehq/airbyte/pull/65623
  • c

    Callum Dolan

    09/02/2025, 8:12 AM
    Hi I just attempted to submit a PR to fix some Unicode conversion issues I am having while using the MS-SQL Destination connector and believe it got rejected as it is not linked to an issue. Can anyone guide me towards linking this to an issue please? This is the PR:https://github.com/airbytehq/airbyte/pull/65631
    ❤️ 1
    t
    • 2
    • 2
  • b

    Blake

    09/02/2025, 1:21 PM
    Could I get a review on PR 64893? All checks are passing and it resolves issue 64895. Thanks!
  • m

    mgzeke0

    09/05/2025, 8:55 AM
    Hi, could I get a review on: https://github.com/airbytehq/airbyte/pull/65629? I'd need a maintainer to run Connector CI tests (locally they are passing but here they miss credentials)
  • c

    Callum Dolan

    09/11/2025, 8:19 AM
    Could I please get a review for https://github.com/airbytehq/airbyte/pull/65631?
  • a

    Allan Delmare

    09/13/2025, 1:15 AM
    Hi, new here, developed a source connector for Blackbaud SKY api. Submitted it for review, but unsure if I’ve got everything right and it’s just time to wait in line, or if I need to address any issues or update anything in order to assist with review process. Can anyone advise? Thank you! https://github.com/airbytehq/airbyte/pull/66221
  • h

    Henrique Lecco

    09/16/2025, 6:28 PM
    Hello, I have a Pull Request that's been open for three weeks now. Tests have run successfully, but no further interaction has been made by anyone. There have been two other releases for the same connector now, and I've updated the metadata to account for it. I've also created an issue hoping to improve the PR visibility. https://github.com/airbytehq/airbyte/pull/65623/
  • a

    Allan Delmare

    09/17/2025, 10:12 PM
    Seeking support on submitted bug/issue, https://github.com/airbytehq/airbyte-python-cdk/issues/766 which is a blocking issue for my requested connector, https://github.com/airbytehq/airbyte/pull/66221 Thanks!
  • a

    Aidan Lister

    09/18/2025, 12:26 AM
    Hello, I am keen to contribute some secrets for integration tests. Who can I talk to?