https://linen.dev logo
Join Slack
Powered by
# ask-ai
  • c

    Colin

    08/29/2024, 5:24 PM
    @kapa.ai Is it possible to restart airbyte launched by abctl?
    k
    • 2
    • 1
  • a

    Ayush Shukla

    08/29/2024, 6:01 PM
    @kapa.ai im getting error that the “Unable to start the source” - what docs shall i look?
    k
    • 2
    • 5
  • c

    Colin

    08/29/2024, 6:11 PM
    @kapa.ai Trying to test a Postgres destination results in ‘An unknown error occurred. (HTTP 504)’ as the result. This seems to be the case regardless of what settings are used, and whether there’s even a server listening on the hostname
    k
    • 2
    • 1
  • w

    Willian Yoshio Iwamoto

    08/29/2024, 6:17 PM
    How to lower my wait time to the return of Zendesk Support? 2024-08-29 181604 replication-orchestrator > Records read: 400000 (176 MB) 511 2024-08-29 181611 replication-orchestrator > Records read: 405000 (178 MB) 512 2024-08-29 181615 source > Backing off _send(...) for 0.0s (airbyte_cdk.sources.streams.http.exceptions.UserDefinedBackoffException: Request URL: https://bhubhelp.zendesk.com/api/v2/incremental/organizations.json?start_time=1722470400, Response Code: 429, Response Text: {"errors":[{"code":"incremental-exports","title":"Number of allowed incremental export API requests per minute exceeded","status":429}]}) 513 2024-08-29 181615 source > Retrying. Sleeping for 45 seconds
    k
    • 2
    • 1
  • g

    Glen Aultman-Bettridge

    08/29/2024, 6:18 PM
    @kapa.ai how do I enable api access for Airbyte OSS? There is no "Applications" entry under settings
    k
    b
    • 3
    • 6
  • l

    Lucas Abreu

    08/29/2024, 7:55 PM
    @kapa.ai I'm using Otel as Airbyte metrics collector and it seems that all data for GSheets are coming as zero (running on version 0.51.1) , other integrations seems to be ok (Jira, Mongo and son ). Nothing in the open-telemetry logs colector nor in the airbyte metrics server
    k
    • 2
    • 1
  • e

    Edward Buba

    08/29/2024, 8:50 PM
    i get this error when i try to access airbyte from my private network “Backend service does not exist”
    k
    • 2
    • 1
  • l

    Louis Auneau

    08/29/2024, 8:58 PM
    I am building a low-code sdk connection. How can I run it and just log the HTTP requests that are sent ?
    k
    • 2
    • 1
  • v

    Vasily Safronov

    08/29/2024, 9:19 PM
    Is here a way to clean up the airbyte postgres db, particularly to clean the old records in the attempts and history_node tables?
    k
    • 2
    • 1
  • g

    Glen Aultman-Bettridge

    08/29/2024, 9:39 PM
    Is there anyway to specify the cron timezone when setting a schedule via the api?
    k
    • 2
    • 6
  • a

    Abhinav Pandey

    08/29/2024, 9:45 PM
    I am getting value error sourceType ‘google-drive’ not found when trying to call the ‘create source’ API.
    k
    • 2
    • 3
  • j

    Jhonatas Kleinkauff

    08/29/2024, 11:20 PM
    @kapa.ai how to configure postgres to use with airbyte without ssl ? Airbyte is complaining about │ sql schema version compatibility check failed: pq: SSL is not enabled on the server
    k
    • 2
    • 4
  • b

    Brian Bolt

    08/29/2024, 11:25 PM
    @kapa.ai I need to use 2 different base url for the same connection on different streams. One is a search API that returns IDs the other is a data api which returns the data for the ids. Is this possible with the low code solution?
    k
    • 2
    • 1
  • b

    Brian Bolt

    08/29/2024, 11:35 PM
    @kapa.ai I have an API that returns data like this. How do I select it using the low code selector: {
    Copy code
    "status": 200,
      "body": [
        "100D",
        "1BQK",
        "1DP5",
        "1FL5",
    k
    • 2
    • 4
  • a

    Antoine

    08/30/2024, 6:34 AM
    @kapa.ai Our connection was working fine one 20 august but we paused it few days to manage our billing. The WAL increased quite a lot on our source database (status 'extended') without any lost because we do not purge WAL. Since yesterday, we are trying to unpause the connection but it is failing with the following error : "Socket is closed" We tried to increase the initial sync timeout to the maximum (2400) but it doesn't seems to help. Do you have any pro tips to make it works ?
    k
    • 2
    • 2
  • g

    Gowthami Reddy

    08/30/2024, 7:20 AM
    when iam updating the source with correct credentials it is still throughing error like this An unknown error occurred. (HTTP 504)
    k
    g
    • 3
    • 4
  • g

    Gowthami Muddam

    08/30/2024, 7:53 AM
    I created my source with incorrect credentials...and when iam trying to delete that source why is it not allowing me to delete?
    k
    • 2
    • 1
  • s

    Stefano Messina

    08/30/2024, 7:53 AM
    @kapa.ai I've been encountering an issue performing syncs in "Incremental | Append" mode from MSSQL sources, the tables get randomly completely re-loaded as if Airbyte cannot correctly evaluate the cursor on
    LastUpdated
    (with microsecond resolution but without timezone offset)
    k
    g
    • 3
    • 7
  • a

    Alberto Guffanti

    08/30/2024, 8:43 AM
    @kapa.ai what is hte most recent helm cart for Airbyte
    k
    • 2
    • 1
  • j

    Julie Choong

    08/30/2024, 9:10 AM
    Caused by: io.airbyte.workload.launcher.pods.KubeClientException: Destination pod failed to start within allotted timeout of 1145 seconds. (Timed out waiting for [1140000] milliseconds for [Pod] with name:[null] in namespace [airbyte].)
    k
    • 2
    • 1
  • p

    poornima Venkatesha

    08/30/2024, 10:36 AM
    @kapa.ai how to add another stream in the existing pipeline that was not previously added
    k
    • 2
    • 7
  • c

    Chidambara Ganapathy

    08/30/2024, 11:12 AM
    I have built a connector using no code connector builder and it has been to a workspace using Ui.. how to make it available across all workspaces
    k
    • 2
    • 1
  • e

    ErikV

    08/30/2024, 11:45 AM
    @kapa.ai I have installed abctl locally, mac m1. With the command abctl local install. But when I run the command abctl local credentials i do not get any credentials.
    k
    u
    • 3
    • 4
  • j

    Jehkindra Klu-Jackson

    08/30/2024, 12:13 PM
    @kapa.ai is it possible to use abctl in my gke cluster?
    k
    u
    • 3
    • 2
  • t

    Torsten Fraust

    08/30/2024, 12:33 PM
    @kapa.ai Is there a way to force airbyte to reperform the normalization from the _raw___stream_ into the output table?
    k
    • 2
    • 1
  • g

    guifesquet

    08/30/2024, 1:43 PM
    how to configure local registry with abctl
    k
    • 2
    • 3
  • k

    Kemp Po

    08/30/2024, 1:59 PM
    @kapa.ai i'm getting this error when creating a manifest.yaml for a connector
    ModelToComponentFactory.create_session_token_authenticator() missing 2 required positional arguments: 'name' and 'decoder'\n
    k
    • 2
    • 10
  • y

    Yannick Sacherer

    08/30/2024, 2:09 PM
    @kapa.ai I've developed a custom connector that is running perfectly on airbyte: 0.50.7. I now want to upgrade airbyte from 0.50.7 to 0.59.1. My source is running perfectly while setting it up. When I want to connect to it with snowflake it fails during the select streams phase with this message: Discovering schema failed Failed to run schema discovery. and these logs: 2024-08-30 134858 platform > Cloud storage job log path: /workspace/f915a2fe-db5e-4df6-b1c6-45847c6acce2/0/logs.log
    k
    • 2
    • 10
  • k

    kapa.ai

    08/30/2024, 2:28 PM
    Yes, I can help with that. The 504 error you're encountering when trying to add your custom connector might be due to the image not being loaded into
    kind
    , which is used by
    abctl
    to manage Kubernetes in Docker. You can load your image into
    kind
    by running the following command:
    Copy code
    bash kind load docker-image my-custom-connector:dev --name airbyte-abctl
    Replace
    my-custom-connector:dev
    with the name and tag of your Docker image. After running this command, try adding your custom connector again. If you're still encountering issues, it might be helpful to view the logs of the specific pod that's causing the issue. You can do this with the following commands:
    Copy code
    bash kubectl --kubeconfig ~/.airbyte/abctl/abctl.kubeconfig -n airbyte-abctl get pods kubectl --kubeconfig ~/.airbyte/abctl/abctl.kubeconfig -n airbyte-abctl logs [POD NAME]
    Replace
    [POD NAME]
    with the name of the pod you're interested in. These commands will help you identify any issues that might be occurring within the pod. If you're still encountering issues after trying these steps, please provide more detailed logs so we can further assist you. For more information, you can refer to this [Github Issue](https://github.com/airbytehq/airbyte/issues/43893) where a similar problem was discussed.
  • s

    Slackbot

    08/30/2024, 2:28 PM
    This message was deleted.
    k
    • 2
    • 3
1...282930...48Latest