https://linen.dev logo
Join Slack
Powered by
# ask-community-for-troubleshooting
  • k

    Kyle Cheung

    03/27/2023, 3:21 PM
    Does anyone know how real-time Airbyte can get? Is it possible to stream or can we only use CDC/Incremental loads
    k
    • 2
    • 1
  • d

    Dan

    03/27/2023, 3:38 PM
    Hi everyone, Dit anyone happen to run into this problem? If so, how did you resolve it? I file like there is a configuration sample file missing in airbyte
    config/dynamicconfig/development.yaml
    https://github.com/airbytehq/airbyte/issues/24581
    u
    r
    • 3
    • 6
  • g

    Gautam B

    03/27/2023, 4:15 PM
    Hi all, how can we debug the root cause of
    Incremental | Deduped + history
    sync not working for a shopify connection to postgres. We can clearly see that even though the order is not modified its inserted into the raw table:
    Copy code
    select array_agg(aro."_airbyte_data"->>'updated_at') as updated_at_arr,  array_agg(aro."_airbyte_emitted_at") as emitted_at_arr, count(*)   from 
    client_shopify."_airbyte_raw_orders" aro
    group by aro."_airbyte_data"->>'id' order by 3 desc;
    any pointers highly appreciated!
    • 1
    • 1
  • s

    Shreepad Khandve

    03/27/2023, 4:37 PM
    Does anyone from airbyte team really care about the questions ?
  • w

    Will Callaghan

    03/27/2023, 4:39 PM
    Hi all, recently updated to 0.42.0 and am getting the following response with a Postgres connector that was previously working on 0.41.0:
    Copy code
    The connection tests failed.
    
    Internal Server Error: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
  • g

    Grember Yohan

    03/27/2023, 4:46 PM
    Hello Airbyte community octavia wave My PostgreSQL sync take more than 32 hours to discover the source db and initialize before actually starting to replicate data đŸ€” Has anyone faced the issue? I've described it more thoroughly in this Github issue Thanks in advance for your help! 🙏
    u
    g
    +3
    • 6
    • 10
  • a

    Adam Roderick

    03/27/2023, 5:32 PM
    What does this mean in a PR and how can I resolve it? "Add labels to github PRs based on context / Add Labels to PRs. Safe to Merge on fail (pull_request_"
    n
    • 2
    • 3
  • j

    Joshua Hill

    03/27/2023, 6:40 PM
    Hey all! I'm trying to deploy EKS with helm via Terraform. Version 0.42.0 The issue i face is that the only pods that get deployed are the bootloader /db + minio:
    Copy code
    josh@Joshs-MacBook-Pro / % kubectl get pods -n airbyte
    NAME                         READY   STATUS    RESTARTS   AGE
    airbyte-airbyte-bootloader   1/1     Running   0          3m16s
    airbyte-db-0                 1/1     Running   0          3m20s
    airbyte-minio-0              1/1     Running   0          3m17s
    using helm_release tf resource with the below attributes set:
    Copy code
    resource "helm_release" "airbyte" {
      name             = "airbyte"
      namespace        = "airbyte"
      create_namespace = true
      description      = "Airbyte"
      chart            = "airbyte"
      version          = "0.42.0"
      repository = "<https://airbytehq.github.io/helm-charts/>"
    }
    TF apply times out, with the below error:
    Copy code
    failed pre-install: timed out waiting for the condition
    I presume the above is causing the issues, has anyone come across anything similar?
    • 1
    • 2
  • c

    Carolina Buckler

    03/27/2023, 6:48 PM
    Is there a way to have custom logic for incremental loads? I see a lot of connectors have the ability to select a column that’s incremental, but was wondering if there was a way to have a custom definition checking multiple columns or even a json parameter.
    k
    s
    • 3
    • 9
  • b

    Ben Shtark

    03/27/2023, 7:25 PM
    Hi guys, i have a question, can airbyte support permission transfer on Postgres source<>target replication for tables? for some reson the data was copied but permissions are not..
    🙏 1
  • b

    Brian Castelli

    03/27/2023, 8:48 PM
    Bump: https://airbytehq.slack.com/archives/C021JANJ6TY/p1679794303985569
  • h

    Hugh Hunter

    03/27/2023, 8:51 PM
    Hello Airbyte team. I am running several instances of the Facebook Marketing connector (for different clients), all writing out to BigQuery. I am seeing some very long sync times (>24 hours) for initial syncs. For some of the larger insights tables I am using
    Incremental | Deduped + history
    . I don’t specifically need the deduping and I wonder if this sync mode is potentially part of the issue. I am testing this out myself but am curious if you have any thoughts on that sync mode vs others from a performance standpoint.
    k
    • 2
    • 2
  • x

    Xiyi Zhu

    03/27/2023, 10:24 PM
    Hello Airbyte team, I am trying to send data from mysql to mysql, is there anyway to not create table in the destination by Airbytes, I could like to pre create those table with exact case.
    k
    • 2
    • 1
  • n

    Nguyen Tuan Hung

    03/28/2023, 4:33 AM
    hello Airbyte team. I am running AirByte instance on K8S cluster. I ran into a problem when i try to set up new connection. It always show "Error: non-json response" or "502 bad gateway". I had double check sources and destinations connect and all fine. My connection is from Mongodb to S3 bucket. It happened when i try to setup new connection, all connection same before still working.
    k
    p
    a
    • 4
    • 6
  • d

    Davide Di Matteo

    03/28/2023, 9:46 AM
    Hello lovely Airbyte team. I currently run 2 self-hosted Airbyte on GCP: one in our Dev environment and one in our Prod environment. I would like to change the color of sidebar in order to distinguish between the two envs more easily. Any suggestions? I couldn't find any configurable option for this. Thanks a lot in advance
    g
    r
    • 3
    • 10
  • n

    Nina Jensen

    03/28/2023, 12:00 PM
    Hi! We have recently started a POC of Airbyte open source to ingest data into BigQuery. It works great so far. airbyte rocket However, I have noticed that schema fields are seemingly reordered somewhere in the process, so the ordering of columns differ between source and destination. We have MySQL sources and use basic normalization. Is that to be expected? I would assume Airbyte knows about the source schema?
    b
    • 2
    • 2
  • f

    Ferre Janssen

    03/28/2023, 3:03 PM
    Hello, is there an option to change the default timezone from UTC to a different one using the docker compose method? Adding the timezone to the environment doesn't seem to work.
    k
    • 2
    • 2
  • l

    Laurenz VorderwĂŒlbecke

    03/28/2023, 4:52 PM
    Hi everyone. Has anyone successfully connected the Amazon SP API Connector? We are self-hosted and run into the error: HTTPError(‘400 Client Error: Bad Request for url: https://sellingpartnerapi-eu.amazon.com/reports/2021-06-30/reports’) I dont quite understand why its calling a report endpoint in 2021 but also cant find a place to change this
    👀 1
  • j

    Jeff Jolicoeur

    03/28/2023, 5:12 PM
    I’m having issues with airbyte 0.42.0 and the startup migrations completing successfully. We are deploying it in Kuberentes and the bootloader is failing to come up healthy. Its failing to complete the schema upgrade for
    0.32.8.001 - AirbyteConfigDatabaseDenormalization
    with the error that
    public.actor_type
    does not exist yet. Even more baffling is that there is a log line saying it is created right before the error:
    2023-03-28 16:41:47 [32mINFO[m i.a.d.i.c.m.V0_32_8_001__AirbyteConfigDatabaseDenormalization(createEnums):85 - actor_type enum created
    Bootloader-error.java
    m
    • 2
    • 4
  • s

    Srikanth Sudhindra

    03/28/2023, 7:42 PM
    HI All, is there anyway to retain the latest connector version after a new deployment ? This gets reset everytime I do an install/upgrade via helm
  • m

    Michael Yee

    03/28/2023, 8:55 PM
    I'm looking to update Airbyte MySQL connector to use parallel connections for reading with JDBC I've read, one can use subconnections to read data in parallel from server. This will increase performance considerably. Looking for some help in doing so, someone a bit better than I in Java
  • b

    Brian Fertig

    03/28/2023, 9:54 PM
    Can anyone give a recommended size for AirByte hosted? 16vpcu and 64G ram?
  • b

    Brian Fertig

    03/28/2023, 9:54 PM
    or is that overkill?
  • g

    god830

    03/29/2023, 12:43 AM
    I'm really confused with the S3 connector, do we need to set up a connection for each file we want to replicate if the files are having different columns? For example, I have /file_1.csv and file_2.csv with different columns, do I need to set 2 connections? It appears to be that way since we are using one output stream name.
  • n

    Nguyen Tuan Hung

    03/29/2023, 2:24 AM
    .
  • t

    Thomas Benny

    03/29/2023, 7:57 AM
    good day @everyone ... i create connections from postgresql to Typesense. somehow if datatype integer it cannot create in typesense. even the Airbyte status completed. anyone have workaround for this, advice ? 🙇
  • z

    ZouYong

    03/29/2023, 8:00 AM
    Hi all, there is no Firebase Realtime database source(https://docs.airbyte.com/integrations/sources/Firebase-Realtime-Database) on my local machine. Does anyone know what and how I can use the Firebase Realtime database source?
  • f

    Faris Alfaris

    03/29/2023, 9:16 AM
    anyone had any luck connecting to MongoDB’s Atlas “Data Federation”?
  • t

    Théo Bassignani

    03/29/2023, 9:36 AM
    Hi all, I am having a problem using airbyte within a private network. I explain the situation. When I deploy the docker stack without being connected to the private network, airbyte works correctly. However, as soon as I connect to the VPN to be on the private network, airbyte is not accessible anymore. I have timeout errors regarding Temporal. Have you ever encountered this problem? Thanks for your help.
    w
    • 2
    • 2
  • s

    Saurabh Shekhar Verma

    03/29/2023, 10:07 AM
    Hi Team, does airbyte support 1. spark integration 2. source side filtering of data assets 3. support for joins
1...170171172...245Latest