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

    Samuel Gordalina

    01/21/2021, 7:19 PM
    I see in the API that when i'm creating a connection
    /connections/create
    i have to supply
    syncMode
    at the root object as well as per stream object. I can understand why there's a
    syncMode
    per stream, but not for the root object. Can someone shed some light on this?
    • 1
    • 10
  • s

    Samuel Gordalina

    01/22/2021, 12:01 AM
    Hey guys, I saw in your Q1 OKRs that you want to have "Seamless OAuth support" can you shed some light on what this means?
    • 1
    • 34
  • c

    Chris (deprecated profile)

    01/22/2021, 4:51 PM
    FYI, it seems like I am getting some errors from PostgresDestination in v0.13.0…
    • 1
    • 6
  • a

    Artem Astapenko

    01/25/2021, 9:44 PM
    Just a matter of interest - why don’t we trigger CI only on specific path? So if there are no changes outside of frontend - run build for frontend only? Probably quite the same could be achieved for python and java based connectors or on some other better thought out conditions
  • j

    Jared Rhizor (Airbyte)

    01/26/2021, 4:03 AM
    For anyone watching our repo, sorry for the release emails!
  • b

    Bala

    01/27/2021, 11:29 PM
    @here do we have incremental update support for SendGrid?
    • 1
    • 1
  • m

    Michel

    01/28/2021, 3:28 AM
    Interesting, our demo instance ran out of disk space (it has only 8G)
    • 1
    • 3
  • j

    Jared Rhizor (Airbyte)

    01/28/2021, 6:26 PM
    Do we need
    docker-compose.dev.yaml
    anymore? Doesn’t
    VERSION=dev docker-compose
    do everything we need now?
    • 1
    • 2
  • m

    Micah

    01/29/2021, 5:30 AM
    Can one of you guys point me in the right direction? All connection tests are successful, and I am able to use this setup to interact through Python.
    • 1
    • 31
  • s

    Spyq Sklar

    01/31/2021, 4:59 PM
    Hey guys. I'm really excited about this project and tried to get it running yesterday for the first time. Unfortunately, I ran into a normalization error. Hoping someone can suggest a fix. I'm running airbyte on CE and attempting Shopify -> BigQuery. First sync exited with an error. I checked the data and some of the columns that should exist based on the schema do not. For example, the orders table does not contain a line_items column. However, the rows all seem to be there. Below is the relevant section of the logs. Appreciate any help! **EDIT: I see that the expected result would be a separate line_items table, but that doesn't exist either.
    • 1
    • 53
  • c

    charles

    02/01/2021, 3:49 PM
    When looking at job logs, does anyone else have trouble determining which logs are from the source versus the destination? This seems like it can be hard thing to deduce, but with the right logger configuration could be made not hard.
    • 1
    • 3
  • m

    Micah

    02/01/2021, 5:40 PM
    I’m interested in the raw clickstream data from Google Analytics. We are thinking about updating a fork of the Singer Tap. How would we incorporate that into AirByte?
    • 1
    • 10
  • s

    Samuel Gordalina

    02/02/2021, 12:30 AM
    FYI, I've been working on a airbyte native google analytics connector
    • 1
    • 2
  • c

    charles

    02/03/2021, 12:02 AM
    is anyone already looking into the build issues?
    Copy code
    AcceptanceTests > initializationError FAILED
        java.lang.IllegalStateException: Check failed: Docker environment should have more than 2GB free disk space
            at org.testcontainers.DockerClientFactory.check(DockerClientFactory.java:298)
            at org.testcontainers.DockerClientFactory.checkDiskSpace(DockerClientFactory.java:287)
            at org.testcontainers.DockerClientFactory.client(DockerClientFactory.java:224)
            at org.testcontainers.LazyDockerClient.getDockerClient(LazyDockerClient.java:14)
            at org.testcontainers.LazyDockerClient.authConfig(LazyDockerClient.java:12)
            at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:310)
            at io.airbyte.test.acceptance.AcceptanceTests.init(AcceptanceTests.java:143)
    • 1
    • 44
  • r

    Roshan George

    02/08/2021, 9:10 PM
    What are you guys thinking about in terms of your Kube support? I really like the idea of applying the YAMLs individually since Airbyte uses the DB as the coordination layer. Are you thinking Helm in the future or something? I'm not using k8s right now, but I'd like to when you're off alpha there.
    • 1
    • 20
  • c

    Corrensa

    02/11/2021, 11:40 AM
    hello
    • 1
    • 2
  • s

    Samuel Gordalina

    02/12/2021, 6:25 PM
    Hey guys, what's the preferred way of having two sources with different configurations, e.g.: google analytics from 2 sites ending up in the same destination?
    • 1
    • 27
  • j

    Jared Rhizor (Airbyte)

    02/15/2021, 8:04 PM
    Is anyone looking at the BQ integration test failures? Looks like a permission issue / unexpected error text.
    • 1
    • 2
  • s

    Samuel Gordalina

    02/19/2021, 12:47 AM
    I've collected svg logos for every source that airbyte has, do you guys want me to submit a PR with those? If so, let me know where you want them.
    • 1
    • 32
  • m

    Mohit Aneja

    02/19/2021, 2:44 PM
    Hello everyone
    • 1
    • 12
  • c

    charles

    02/19/2021, 5:12 PM
    All builds are broken again. @Jared Rhizor (Airbyte) last time we discussed this, I think we agree that the next step was to remove integration builds from core build. Is that still seem like the right next step?
    • 1
    • 10
  • c

    Chris (deprecated profile)

    02/19/2021, 6:28 PM
    Do you think all SQL identifiers (at least columns?) should be always quoted (and forced to be case sensitive) or we should try to avoid quotes/case-sensitive as the destination (here snowflake) allows the users to… In Snowflake: • if you quote your columns, they are case-sensitive • if you don’t quote, then they are not case-sensitive (they actually become automatically UPPERCASED) WDYT? https://github.com/airbytehq/airbyte/issues/2128
    • 1
    • 15
  • m

    Mohit Aneja

    02/20/2021, 5:58 AM
    Hi, can anyone help me understand the workspaces
    • 1
    • 2
  • z

    Zuhair Ikram

    02/23/2021, 7:03 AM
    Hi all, I cloned the repo and used docker-compose to try and replicate Postgres to Snowflake. I ended up selecting all tables in my Postgres source. I tried to kill the sync and that didn’t work. I stopped the containers and deleted the images. however, if I run docker-compose again, it remembers all the tables from before, even though it cannot connect to the database (source or target). This leads me to believe that the config (data) is being persisted somewhere locally. How can I start from a clean & brand new local set-up using Docker. Thanks
    • 1
    • 7
  • k

    Kota Miyamoto

    02/26/2021, 8:03 AM
    Hi , I was a little unclear about this. I tried to use AirByte to transfer Salesforce data to BigQuery, but the table created in BigQuery had two additional columns for AirByte at the top. Is this something that is always added? And, it created a table that I did not intend to create. _airbyte_raw_Salesforce1_Account What is this used for?
    • 1
    • 1
  • s

    Swayam Prakash Behera

    02/27/2021, 8:58 AM
    Hello Airbyte! I would like to build a custom connector for an ORM platform that my customer is using (https://konnectinsights.com/). I was going through your literature on how to create a sample connector as a starter (https://docs.airbyte.io/tutorials/toy-connector). I could do that successfully. However - there are instructions related to "Incremental Sync" that is going to be useful for while building by custom connector. May I request you to point to the site if these instructions are available and if not - at least a hand written draft (even if it's not very neat) can well be a good starter for me.
    • 1
    • 9
  • n

    Nikita Kokitkar

    03/01/2021, 6:04 PM
    I am interested in contributing to the Airbyte core. Pointers to a good first project for getting started would be great 😄
    • 1
    • 24
  • n

    Nikita Kokitkar

    03/01/2021, 6:05 PM
    @Michel The session was great!😁
  • d

    Davin Chia (Airbyte)

    03/02/2021, 7:47 AM
    Hey team, how are you guys managing multiple python versions on your local? I’m trying to use
    pyenv
    , however the gradle plugin seems to be picking up my system python instead (I’ve confirmed pyenv works on the terminal)
    • 1
    • 40
  • c

    Chris (deprecated profile)

    03/02/2021, 11:52 AM
    Do you know why this change was made with gitbook? it doesn’t look very good on either the docs or directly on github (in markdown viewer) https://github.com/airbytehq/airbyte/commit/8aa97ed8461ba8d115bc9f6a7d327abb439bd8a1#r47737269
    • 1
    • 4
1...678...24Latest