https://linen.dev logo
Join Slack
Powered by
# contributing-to-airbyte
  • e

    Ehmad Zubair

    03/13/2022, 7:43 PM
    I am trying to build the platform using the following command, on the latest `master`:
    Copy code
    SUB_BUILD=PLATFORM ./gradlew clean build
    The build fails with the following output:
    Copy code
    * What went wrong:
    Execution failed for task ':airbyte-workers:test'.
    > There were failing tests. See the report at: file:///<path_to_airbytee_directory>/airbyte/airbyte-workers/build/reports/tests/test/index.html
    The reason for 4 failing tests is:
    Copy code
    io.airbyte.workers.WorkerException: Could not find image: busybox
    Has anybody else encountered this? Am I missing something?
    h
    • 2
    • 2
  • j

    Jovan Sakovic

    03/14/2022, 7:48 PM
    Hello everyone! Can anyone confirm what the status of the source-gitlab is? Are all streams in it working and extracting data properly? None of the incremental streams seem to be working, and I didn’t yet wrap my head around the setup of streams. So it’d be good to know whether they are expected to sync well, or if more work is required on the connector. I did check whether my access token has access to what I need to sync (merge requests) in Postman, and I do get an expected response.
  • r

    Roman

    03/15/2022, 11:45 AM
    Dear airbyte team, do you know, if there is any work being done to add the namespace feature to Stream/HttpStream?
    a
    • 2
    • 4
  • a

    Adam Schmidt

    03/15/2022, 9:11 PM
    Hi team, I have a PR for improving the configuration and group data ingest for the Gitlab source connector: https://github.com/airbytehq/airbyte/pull/11140
    o
    m
    • 3
    • 5
  • a

    Ahmed Buksh

    03/16/2022, 6:33 AM
    Hi team, I started looking into this issue but as stated in the Plaid documentation, CapitalOne is not supported in the Sandbox environment and I don't have any production Plaid account with CapitalOne institution. It looks like once a production config is provided this issue would be reproducible locally as well. Can someone help with me re-producing this issue?
    o
    m
    • 3
    • 3
  • m

    maxim

    03/17/2022, 12:25 PM
    Hey everyone! I saw some messages where people asking about Python client/wrapper for Airbyte API. I ran into the same problem some time ago and wrote this wrapper by OpenAPI specification. So I loaded it to my GitHub and I am happy if it help someone!
    a
    • 2
    • 5
  • k

    kananindzya

    03/18/2022, 5:10 AM
    Hi everyone! Please clarify: I have connection with Source - quickbooks, Destination -S3. With incremental:append
    Sync mode
    . After data synchronization, I migrate from Destination S3 bucket1 to another bucket2. So, my question: How does arbyte support incremental data loading, if the data in destination s3 bucket 1 is moved, then how will it understand that the file has already been downloaded?
    a
    • 2
    • 2
  • z

    Zawar Khan

    03/21/2022, 9:35 AM
    Hi everyone, Our team at MMT are creating a connector for Robert Koch-Institut COVID-19 - von Marlon Lückert API. We are covering all the endpoints there. We want to submit a PR for the connector. I need some feedback? Airbyte Version: 0.35.1-alpha
    h
    m
    • 3
    • 4
  • t

    Thomas Ebermann

    03/21/2022, 7:24 PM
    hey guys i wanted to make facebook-marketing connector work with api v13 so i changed the connector to pull the facebook_marketing lib from a forged lib and now have build the whole docker image again. how do i now deploy it not just on my local dev?
  • a

    ahsen m

    03/22/2022, 2:22 PM
    i’ve sent a PR for a fix for ingress,
    a
    • 2
    • 1
  • n

    Nate

    03/22/2022, 8:14 PM
    Hi I marked a PR ready for review that addresses this issue - it hasn't gotten any feedback yet, is there something else I have to do to get it reviewed?
    m
    • 2
    • 1
  • a

    Adam Schmidt

    03/23/2022, 2:41 AM
    Hey team, I have a reviewed/updated pr sitting idle here: https://github.com/airbytehq/airbyte/pull/11140. Any chance of one last review & merge?
    h
    • 2
    • 1
  • a

    Aaron Williams

    03/24/2022, 11:40 AM
    Or if you would rather have the go client in the airbyte monorepo, I could make a place for it and open a PR. I don't know how well the versioning will work for the go client within a monorepo, but it might be worth a try.
    a
    • 2
    • 2
  • j

    Jay Bujala

    03/25/2022, 5:32 PM
    Hi there, is there an email template that I could use to request API credentials (Rest APIs) from a company for a demo account ? We would like to submit the PR for a source connector that we would like to open-source. Afaik - one must obtain credentials to make integration / uat pass.
    o
    m
    • 3
    • 4
  • a

    Azhar Dewji

    03/25/2022, 6:05 PM
    I created an [issue](https://github.com/airbytehq/airbyte/issues/10774) a few weeks ago centered around inconsistencies with the Airbyte API but haven’t had any response - anything I can do to get someone from the team to comment?
  • c

    Cameron Taylor

    03/25/2022, 11:49 PM
    Hi everyone - first time contributor here. I started with a couple docs PRs (#11445 and #11447). For docs PRs, how granular do you all prefer? One PR that fixes one thing in one doc, one PR that fixes "everything" in one doc, or some other option? I realize it's probably more an art than a science!
    m
    • 2
    • 2
  • c

    Cameron Taylor

    03/27/2022, 5:42 AM
    I'm working on an individual job board scraping project. I have an end-to-end example built using Python to scrape GitLab's job board, Airbyte for ELT, and Dagster for orchestration. It's essentially a combination of the Airbyte-Airflow and Airbyte-Dagster recipes with a couple nuances. Would it be useful to you all for me to write a tutorial on this project, or do you typically only want one tutorial per combination of technologies? The tutorial would basically encompass the Installation section of the GitLab repo.
    o
    m
    a
    • 4
    • 5
  • a

    Alessandro Pietrobon

    03/30/2022, 9:40 AM
    heya, this is our team's first time trying to contribute to airbyte. We're struggling with the postgres connector SSH tunneling and have identified a possible help. Can someone confirm if this is the right way of submitting the suggestions? https://github.com/airbytehq/airbyte/pull/11514 cc. @Manu
    a
    • 2
    • 2
  • i

    Igor Moura

    04/06/2022, 5:25 PM
    Hey everyone! I just submitted a PR for a fix, I'd like to know if this is all accord to the guidelines, and also (in case it gets merged) if there's a release window for this to go into production.
  • i

    Igor Moura

    04/06/2022, 5:28 PM
    Another thing that I'm interested is the fetch size for JDBC sources, as mentioned in this issue and this other one. I understand that trying to manually increase the hard coded value is not a proper solution, like it was proposed here, however, maybe a simple solution would be to pass that value through an env var with a default of
    1000
    , this should be easy and fast to implement (I'm just not sure if it'd require changes in all connectors, or only in the base abstraction). The proper solution would be the one mentioned in the first issue, but IMO it'd take quite a while since it's a more complex approach, what do you people think?
  • j

    Jay Bujala

    04/07/2022, 12:30 AM
    Hi Airbyte team, we are working with Freshcaller team to get demo credentials so that we will be able to submit a PR for the source connector we developed internally. Could you please advise or perhaps clarify if the credentials must be indefinitely valid (not expiring)?
    m
    • 2
    • 1
  • j

    Jeremy Owens

    04/08/2022, 4:37 PM
    Hey folks, anybody started any work on building a Terraform provider to manage connections as code?
    m
    • 2
    • 1
  • g

    Guy Feldman

    04/10/2022, 3:45 PM
    I made my first PR to add a configuration for the sidecar container to specify an image pull policy. Can someone tell me if I am on the right track?
  • k

    kananindzya

    04/12/2022, 9:09 AM
    Hey everyone, I wanted to clarify how to specify the latest version from the master branch in docker-compose?
  • a

    Augustin Lafanechere (Airbyte)

    04/12/2022, 5:32 PM
    Hi there! 🚨 We will archive this channel tomorrow. It will still be available for reading past messages but you won't be able to post here anymore. We are continuing our community support on our Discourse forum. See you there 👋🏻*, in the Contributing to Airbyte category.*
  • s

    Shyngys Nurzhan

    04/13/2022, 4:41 AM
    Hi team, I have some documentation updates PR, could you check it, please?
  • e

    Eric Hartono

    04/13/2022, 6:01 AM
    Hello team, I have attempted to add new objects for Source Zendesk Support. Please let me know what's next step. Thanks 🙏 I am a bit loss with CLA. https://github.com/airbytehq/airbyte/pull/11960
  • a

    Augustin Lafanechere (Airbyte)

    04/13/2022, 1:37 PM
    Hello there, I am archiving this channel now. We are continuing our community support on our Discourse forum. See you there 👋🏻*, in the Contributing to Airbyte category.*
  • u

    user

    04/13/2022, 1:44 PM
    Everyone from Airbyte Team was removed from this channel because @[DEPRECATED] Augustin Lafanechere archived the channel.
  • u

    [DEPRECATED] Augustin Lafanechere

    04/13/2022, 1:46 PM
    archived the channel