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

    Sharath Chandra

    02/06/2023, 7:26 AM
    I changed the SYNC_JOB_MAX_ATTEMPTS to 1 (default it was 3) in the .env file. Still 3 attempts are being done when there is a failure. Do we need to do something to make changes done in the .env file to come into effect?
    n
    • 2
    • 3
  • b

    bowen la

    02/06/2023, 8:09 AM
    Hi forks, how to send data from airbyte source connector to sink connector? Is it sent directly or through m message queue or database for data caching?
    m
    • 2
    • 2
  • i

    Igor Safonov

    02/06/2023, 8:14 AM
    HI I have migrated to 0.40.32 version and now have very many error messages in server logs when sync runs, although everything works fine. Have I missed some setting or is it just something with log level?
    Copy code
    2023-02-06 07:57:06 ERROR i.a.c.s.h.JobHistoryHandler(listJobsFor):140 - Missing stats for job 10 attempt 0
    2023-02-06 07:57:06 ERROR i.a.c.s.h.JobHistoryHandler(listJobsFor):140 - Missing stats for job 10 attempt 1
    2023-02-06 07:57:06 ERROR i.a.c.s.h.JobHistoryHandler(listJobsFor):140 - Missing stats for job 6 attempt 0
    👀 1
    j
    • 2
    • 2
  • a

    Amit Khanna

    02/06/2023, 8:43 AM
    Does anyone has built a Sybase connector ?
    m
    j
    • 3
    • 2
  • j

    Jatin Yadav

    02/06/2023, 9:47 AM
    does anyone has dataset repository for practicing?
    u
    • 2
    • 1
  • s

    Sharath Chandra

    02/06/2023, 11:56 AM
    Got this CSV error. Tried changing the encoding on s3 source settings to
    latin-1
    or
    iso-8859-1
    and still the same issue. Any help please?
    m
    • 2
    • 1
  • d

    Davide Di Matteo

    02/06/2023, 2:17 PM
    Hello everyone, my team and I are planning to host airbyte on GCP (Cloud Compute for now, we don't have big use cases for k8s). Any tips or recommendation for making it production-ready? Thanks :)
    👍 1
    ❤️ 1
    s
    n
    • 3
    • 3
  • c

    Cesar Santos

    02/06/2023, 2:49 PM
    Hello Folks! I’m running Airbyte with Kubernetes, it’s great! However, I’m facing a problem when exporting a specific table to parquet, I receive the following error message:
    Array contains a null element at 0
    I saw the warning about turning the
    parquet.avro.write-old-list-structure=false
    . Is it possible to play with this flag running Airbyte via Kubernetes?
    u
    m
    • 3
    • 12
  • h

    Haritha Gunawardana

    02/06/2023, 3:28 PM
    Hi team, will there be any date for Azure Blob storage connector availability?
    n
    • 2
    • 1
  • m

    Murat Cetink

    02/06/2023, 3:31 PM
    Hello. Our Zendesk Support jobs take around 1 hour to complete even though I configured the streams as incremental and the size of our data is relatively small (around 3 million tickets). I wonder if anyone else has the same problem.
    m
    c
    u
    • 4
    • 9
  • l

    Luan Araldi

    02/06/2023, 4:46 PM
    Hey folks, I'm trying to use the AppsFlyer source connector but it is giving me a strange error
    Copy code
    "1 validation error for AirbyteRecordMessage\ndata -> __key__\n  none is not an allowed value (type=type_error.none.not_allowed)
    I have no idea what this means
    👋 1
    m
    • 2
    • 4
  • s

    Sushant

    02/06/2023, 5:15 PM
    Hi - How the schema changes for big volume of table is being handled in CDC process using air byte ? doing Full Refresh would be costlier operations because of big volume of data. Is there a way we can do schema changes in destination using 'incremental append' synch mode.
    n
    • 2
    • 1
  • h

    Henri Blancke

    02/06/2023, 6:48 PM
    Hi! We're experiencing some syncing issues with
    source-postgres==1.0.39.
    We're syncing incrementally on an
    updated_at
    column that can contain null values and consistently see newly created records with
    updated_at==NULL
    being skipped. This may be the expected behavior? Is there anything we can do to get around that and sync new data without losing the ability to get updated versions of records? Thanks in advance for your help 🙏
    u
    m
    • 3
    • 3
  • z

    Zak Keener

    02/06/2023, 7:52 PM
    Hey guys, just wanted to flag the official Airbyte Changelog (shows up when googling Airbyte changelog) is out of date by over a year. Might be more helpful to remove or redirect to Github?
    a
    • 2
    • 2
  • l

    Luiz Aléssio Cesa

    02/06/2023, 7:56 PM
    Hey friends. I'm having trouble connecting to salesforce. After selecting the table to be replicated, the connection set up fail with the error: non-json response. And it seems to be a too big http request (there are a a lot of tables to be replicated) can you provide assistance with that?
    j
    n
    a
    • 4
    • 7
  • s

    Sasha Heinen

    02/06/2023, 8:06 PM
    Hi there, I am hoping to get a small improvement to the Stripe Source connector landed - I went to make a PR for it myself but discovered that someone else had already made the improvement!! Their (very small) PR is still waiting for review / merge: https://github.com/airbytehq/airbyte/pull/19906
    u
    • 2
    • 2
  • w

    Wajdi M

    02/06/2023, 9:39 PM
    Hi folks, could you add your suggestions here for my current issue thread
  • d

    Dan Cook

    02/06/2023, 9:47 PM
    The guidance on Google Analytics GA4 custom reports is here: https://docs.airbyte.com/integrations/sources/google-analytics-v4/#custom-reports And this page shows the JSON which replicates the built-in reports as custom reports (if you rename them): https://github.com/airbytehq/airbyte/blob/e63544b027e5721dda5188a53b79ab4e25006df5[…]/source_google_analytics_data_api/defaults/default_reports.json Can it be inferred that, unlike custom reports in the GA3 (Universal Analytics) connector, dimensions & metrics should not have the string
    ga:
    prepended to them in GA4? In other words: BAD
    Copy code
    "dimensions": [
       "ga:date",
       "ga:city",
       "ga:browser",
       "ga:campaignName"
    ]
    GOOD
    Copy code
    "dimensions": [
       "date",
       "city",
       "browser",
       "campaignName"
    ]
    This appears to be across the board for GA4 (see: https://developers.google.com/analytics/devguides/migration/api/reporting-ua-to-ga4-dims-mets) but the documentation for Airbyte still references
    ga:
    prefixes in some places.
    u
    • 2
    • 2
  • l

    Lior Chen

    02/06/2023, 10:47 PM
    hi, can anyone help understanding why connection states are not persisted in my k8s environment? is there a way to add debug logs? syncs are completed successfully but database not updated with state. I’ve tried with stripe and shopify connectors, whats the best way to solve this kind of issue? • airbyte version 0.40.32 (upgraded from 0.40.27, it happened there as well)
    ✅ 1
    m
    j
    • 3
    • 6
  • a

    An R

    02/06/2023, 11:04 PM
    hello,is this the appropariate place to seek help ?
  • a

    An R

    02/06/2023, 11:06 PM
    how could I debug this:
    Copy code
    ERROR i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Error instantiating bean of type  [io.airbyte.persistence.job.factory.OAuthConfigSupplier]
    ?
    u
    h
    • 3
    • 2
  • a

    An R

    02/06/2023, 11:09 PM
    I am just doing
    kubectl port-forward svc/airbyte-webapp-svc 8000:80
    like it says in https://docs.airbyte.com/deploying-airbyte/on-kubernetes/
  • i

    Ilia Guenkin

    02/07/2023, 1:34 AM
    hello, Im trying to work on very standard connection source postgres 13 running on GCP destination is snowflake it is not the first connection I’m using between postgres and snowflake the only difference is different GCP project ’m getting the following error
    Cannot invoke "java.sql.Array.getArray()" because the return value of "java.sql.ResultSet.getArray(String)" is null
    any suggestions where should I look ?
    n
    • 2
    • 1
  • b

    Balasubramanian T K

    02/07/2023, 3:06 AM
    Guys I need a little help with the SKeys and Account ID of Stripe source. I can't pull any data because of the error which says, the account needs to be a connect account Anyone please help? Please feel free to dm me
    ✅ 1
    m
    • 2
    • 5
  • l

    lucien

    02/07/2023, 9:58 AM
    Hi airbyte team Could you help me on this ? I’m struggling for upgrading airbyte from 0.40.27 to. 0.40.28 in our helm charts
    s
    • 2
    • 1
  • k

    Kacper Adler

    02/07/2023, 11:10 AM
    Hey developers, I'd love to get help to fix this and merge it: https://github.com/airbytehq/airbyte/pull/22475 I've created PR but it fails in one CI step
    u
    u
    +2
    • 5
    • 8
  • s

    Sharath Chandra

    02/07/2023, 1:50 PM
    Need help in Mixpanel connector: I am getting data from mixpanel, for some reason when I select a date older than 4 days, I see no data. Sync results have 0 records emitted. But my mixpanel source has the data for the past 1 year. Is there any setting that is making airbyte not to consume data older than 4 days? Could some one who already worked with mixpanel give your inputs?
    n
    u
    • 3
    • 3
  • s

    Srinidhi krishnamurthy

    02/07/2023, 2:17 PM
    hi Aribyte Team , we have built custom connector image and placed it in ECR , however when we try to configure in UI we are getting "Internal Server erorr Get Spec job failed" we have built image on both platform amd and arm based. can you please help in resolving the same .
    w
    l
    u
    • 4
    • 4
  • a

    Alex Nitsche

    02/07/2023, 2:41 PM
    Hi guys, i connected the STRIPE connector successfully to SNOWFLAKE weeks ago, but on another instance a new connection is not possible (Unknown Error), are there any logs during connection creation and where do i find them (docker-compose setup & v0.40.32)
    n
    • 2
    • 3
  • g

    Gabriel Medina Braga

    02/07/2023, 2:43 PM
    Hello everybody! Here is my problem. I deployed airbyte locally and am still finding my ways around adjusting the
    docker-compose.yaml
    file to my needs. I need to create a Postgres source from a the postgres running on the host machine, same one deploying airbyte. I tried using
    host.docker.internal
    and also adding it to the
    extra_hosts
    of the
    worker
    service, but it's not working. I just get this error message, and can't seem to get much else from the logs, any ideas?
    e
    m
    u
    • 4
    • 18
1...137138139...245Latest