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

    Mario Beteta

    12/19/2022, 6:35 PM
    Hi folks, Suddenly is appearing this error when I am testing my connector. Could you help me?
    FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/declarative_component_schema.yaml'
    e
    y
    t
    • 4
    • 25
  • s

    Sam Stoelinga

    12/19/2022, 6:52 PM
    is it possible to load a custom destination in Airbyte managed version?
    m
    • 2
    • 3
  • s

    Stepan Chatalyan

    12/19/2022, 7:08 PM
    Hey people, I build a custom connector for Braze, and pushed recently few new docker images, but some how the worker is catching the previous source code. Check images screesnhots: • screesnhot1, cched version • screenshot2, source with the fix
    e
    • 2
    • 23
  • c

    Chaima ROUZZI

    12/19/2022, 7:47 PM
    Hello airbyte community, i'm having a problem with postresql source connexion i have this error message 'State code: 08001; Message: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections' but i have tested the connection with psql and every thing workes fine
    u
    • 2
    • 1
  • l

    Leo Qin

    12/19/2022, 8:07 PM
    Hi all, i have a situation where data is currently being delivered from one source today, but needs to come from a different source tomorrow (both are the same source connector type, but different places) - what is the best practice for cutting over from one source to the other - should I just modify the source to point to the new one?
    m
    • 2
    • 1
  • z

    Zaza Javakhishvili

    12/19/2022, 8:18 PM
    Hi, Maybe someone from contributors can recommend how to fix this: https://github.com/airbytehq/airbyte/issues/20669
    m
    e
    n
    • 4
    • 3
  • k

    Keiryn Hart

    12/19/2022, 8:57 PM
    Hi all, would anyone be able to help me identify which tables I need from facebook ads to get time series data on all major performance metrics?
    e
    • 2
    • 1
  • a

    Aazam Thakur

    12/19/2022, 11:16 PM
    Is anyone else being spammed by Octavia regarding the feedback form or is it just me? Keep getting notified despite already doing it once
    j
    s
    • 3
    • 4
  • n

    Nancy Pham

    12/20/2022, 12:23 AM
    hi, how can i set up slack notifs to be sent to different channels, based on the connection? we want to send relevant notifs to specific teams' alerting channels. i saw documentation on configuring sync notifications but it's only to send all alerts to 1 slack channel
    e
    n
    • 3
    • 6
  • z

    Zaza Javakhishvili

    12/20/2022, 4:06 AM
    Can't build Airbyte locally:
    Copy code
    > Task :airbyte-container-orchestrator:test FAILED
    m
    • 2
    • 11
  • m

    MANOJ KUMAR

    12/20/2022, 7:15 AM
    I am getting the error written in the log, again and again
    u
    u
    • 3
    • 5
  • m

    Mario Beteta

    12/20/2022, 9:23 AM
    Hi folks, I keep fighting with Airbyte. Now I have a error when I try to make a connection. In docker logs I don't see any "error" and in the web I only see this.. Any help?
    TypeError: Cannot convert undefined or null to object
    n
    p
    a
    • 4
    • 9
  • r

    Rachel RIZK

    12/20/2022, 11:16 AM
    Hello 👋 One month ago I've posted a PR to add Apple Search Ads source with the low-code CDK. Since then I've got a first review (thanks!) and made the requested changes. Is anyone available to re-review it? 🙏
  • k

    Kevin Noguera

    12/20/2022, 1:10 PM
    Hello everyone, I'm having some issues with the
    TEMPORAL_HISTORY_RETENTION_IN_DAYS
    variable.. though I've set it to
    TEMPORAL_HISTORY_RETENTION_IN_DAYS=1
    on my .env file (running via docker) it seems like it didn't remove any log files for the syncs. Airbyte version: 0.40.22
    m
    m
    n
    • 4
    • 8
  • a

    Anthony Souza

    12/20/2022, 2:03 PM
    Hello everybody. I ended up taking over a project at the company that is running airbyte (0.40.25) and we are having two issue related to a source(MSSQL - 0.4.26 ). issue 1: a specific source configuration stopped working while others almost identical ones keep working, error log can be seen in the attachment. issue 2: To further investigate the problem I decided to create that source again and realized that I cannot successfully create any source (MSSQL) with any configuration, not even the ones that are currently working, the error I received is in the second attachment. Any help?
    cc862601_2cef_4dda_868e_035220f3bf2a_logs_9227_txt.txt
    m
    • 2
    • 4
  • s

    Stepan Chatalyan

    12/20/2022, 3:08 PM
    Hi team, is there any way to force a source to re-fetch/update the specs?
    m
    • 2
    • 1
  • s

    Slackbot

    12/20/2022, 3:47 PM
    This message was deleted.
    n
    • 2
    • 1
  • m

    Murat Cetink

    12/20/2022, 5:59 PM
    Hello. Is it normal that I get duplicated records with
    Incremental | Deduped + history
    sync mode? My source is Zendesk Support and destination is Snowflake. Airbyte version is 0.40.14,
    m
    • 2
    • 4
  • j

    Jon M

    12/20/2022, 6:15 PM
    I have my excel file in the airbyte-server's /tmp/airbyte_local, but I still get File Not Found when I try to use it as a source: URL /local/filename.xlsx
    • 1
    • 1
  • s

    Santhosh Swaminathan

    12/20/2022, 9:00 PM
    Hello airbyte experts, Any thoughts on how to configure Iceberg destination format with glue? Currrently it requires a thrift uri which comes with HMS and not with glue AFAIK.
    n
    • 2
    • 1
  • n

    Noah Selman

    12/20/2022, 9:50 PM
    Hello! A couple weeks ago we had a very strange occurrence with our sync from mysql 5.6 to bigquery. After a particular “full refresh - overwrite” connection failed to sync 3 consecutive times, subsequent syncs of the same connection began taking double the time to complete. Looking at the logs, the extra time was due to an unexplained gap during normalization. After all the sql scripts were written, there would be an hour of nothing before any of them would start executing. However, eventually dbt would successful complete. Even more strangely, a later sync of the same connection failed 3 consecutive times - afterward subsequent syncs once again took the original amount of time. The sync in question is relatively large (5.73 GB) and copies >200 tables. I’ve included a copy of the logs for one run during the period that there was an hour gap in normalization. We’re on airbyte version 0.40.17 running on GKE. We’re happy the this problem fixed itself but we would like help identifying what happened here and how we can prevent it from happening again. Thanks!!
    9a915002_1f3b_4609_9c91_8e2823711efb_logs_3060_txt (1).txt
    u
    • 2
    • 1
  • s

    Slackbot

    12/20/2022, 10:40 PM
    This message was deleted.
    j
    j
    • 3
    • 3
  • z

    Zvika Badalov

    12/20/2022, 11:09 PM
    Hi all! New here and trying to understand what replaced the
    /api/v1/deployment/import
    endpoint?
    n
    u
    u
    • 4
    • 9
  • j

    Jon M

    12/20/2022, 11:18 PM
    Airbyte shows that there's an MS SQL destination, but when I try to set one up I get an error saying that it couldn't find the image for that destination.
    Could not find image: airbyte/destination-mssql:0.1.22
    m
    • 2
    • 2
  • l

    laila ribke

    12/21/2022, 12:35 AM
    Hi all, I have modified 2 source connectors and created a new one locally. They work correctly on my localhost:8000. I need somehow to manage to use them in my client´s open source airbyte. How should I do that??
    n
    • 2
    • 1
  • a

    Anurag Jain

    12/21/2022, 5:34 AM
    1. Last time of the sync is not to be confused with the time up to which data is loaded. Account for replication lag at the source. 2. The sync schedule storage - where will it be maintained? 3. Assuming the structure comparison will be done before every load - with an option to configure an approval for new field addition 4. Sync modes / 2 / deduped history - destination doesn’t support primary keys as far I understand. Unless you have staged the data and using it to join..I don’t understand. Will need you to explain what are we doing here. 5. CDC can’t capture deleted records — a very big caveat. Correct me if I’m wrong.
    s
    • 2
    • 1
  • k

    Kristina Ushakova

    12/21/2022, 6:49 AM
    Hello! We have been running Postgres RDS-> Redshift CDC syncs for a while now, using the 1.0.1 version of Postgres connector as newer versions don't pick up any changes for us. Things were great for a while, but we've been noticing unexpected behaviour, where instead of an incremental sync we get a full one at least once a day. These full syncs take a lot longer than incremental syncs, so this is very inconvenient for our end user. One line in the log
    Saved offset is before Replication slot's confirmed_flush_lsn, Airbyte will trigger sync from scratch
    points at why full syncs are being initiated. My Q is why could this be happening? Is it an error from the driver's side - it's not storing the latest lsn offset? Is the database not acknowledging this offset? Has anyone encountered this before?
    m
    • 2
    • 1
  • a

    Anand Zaveri

    12/21/2022, 6:59 AM
    Hello : We are running a FB marketing pipeline wherein we use Airbyte FB source connector to pull data from FB marketing campaigns to AWS S3 bucket. We are pulling different tables from facebook and dumping them in s3. One of the field (column) of type array in one of the tables is skipped during ingestion, while other others are being successfully. I see several other array type columns being ingested but this one particularly fails. I am a newbie in airbyte field and appreciate support from the Airbyte team.
    e
    n
    • 3
    • 13
  • k

    Kevin Noguera

    12/21/2022, 7:20 AM
    Good afternoon from South Korea, airbyte gang. I'm currently having an issue with
    Zendesk Support
    and `Klaviyo`connectors. It seems like though some streams are set up as
    incremental + dedup
    it is still pulling all data as if it were a full refresh. Any idea what may be the issue, or what should I be looking for in the logs? The logs don't seem to show any warning nor errors. Just to add some detail: • in the
    Klaviyo -> BigQuery
    connector
    events
    stream the cursor field
    'timestamp'
    seems to be an
    INTEGER
    whereas all other streams that are working incrementally are of type
    TIMESTAMP
    , could this be the issue?
    j
    u
    • 3
    • 5
  • d

    Dany Chepenko

    12/21/2022, 7:41 AM
    Hey folks, can you pass me a comprehensive guide on how to get permission from Facebook. I tried following this guide, but Facebook asked me to make an API call before requesting access. How can I do that? Should I create a dummy application to make these calls?
    To request advanced access to this permission, you need to make a successful test API call. It may take up to 24 hours after the first API call for this button to become active. Learn about testing
    u
    s
    • 3
    • 5
1...112113114...245Latest