https://linen.dev logo
Join Slack
Powered by
# help-connector-development
  • f

    Finn Bauer

    05/04/2023, 2:09 PM
    Does airbyte have a workday connector being developed?
    k
    s
    • 3
    • 3
  • a

    Aazam Thakur

    05/04/2023, 6:02 PM
    Is it possible to override the url_base parameter in the manifest.yaml file for a particular stream?
    k
    • 2
    • 23
  • b

    Balasubramanian T K

    05/04/2023, 7:14 PM
    Does anyone know what is causing this issue: Issue produced while running python acceptance test python -m pytest integration_tests -p integration_tests.acceptance Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'
    ✅ 1
    b
    • 2
    • 5
  • w

    Winnie Lu

    05/04/2023, 10:42 PM
    Hi, does anyone know why I got the "non-json response" when I tried to create a custom connector in the Airbyte UI? I created the same connector in localhost and tested the endpoint in Postman, both of them are working fine.
    k
    j
    • 3
    • 49
  • c

    Chau Vu

    05/04/2023, 11:39 PM
    How do I start writing a custom S3 data connector for the open source Airbyte?
    k
    • 2
    • 2
  • m

    Mikhail Shustov

    05/05/2023, 12:56 PM
    Hi, team. I'm one of the
    clickhouse destination
    maintainers. One on
    clickhouse destination
    customers has the following error:
    Missing columns: '_airbyte_unique_key' while processing query: 'SELECT number, _deleted, _creationTime, _ab_cdc_updated_at, _ab_cdc_deleted_at, _ab_cdc_lsn, _id, _ts, _airbyte_ab_id, _airbyte_emitted_at, _airbyte_no
    on a subsequent run with
    Incremental | Deduped + history
    strategy. What could be a reason, considering that Airbyte itself creates the table? How can we debug it?
    👀 1
    k
    c
    +3
    • 6
    • 17
  • a

    Aazam Thakur

    05/05/2023, 2:22 PM
    how would I set a record filter if i want to only display the records which have the selected field to be not empthy in my manifest.yaml file
    k
    • 2
    • 11
  • r

    rakesh sharma

    05/05/2023, 8:41 PM
    Hello, We are a SaaS company that is looking to do mirroring for contents and content-permissions from external systems (SharePoint, Salesforce) for our customers to allow content searching. We want to do it in 2 phases: • Full content and permission pull at some cadence • Fast Data Refresh using webhooks, incremental updates, push APIs to maintain data freshness Is the open-sourced Airbyte suited for this task? How so? Thanks!
    k
    m
    • 3
    • 3
  • b

    Ba Thien Tran

    05/06/2023, 10:08 PM
    I’m looking into implementing Vitally through the Python CDK instead of using the existing low-code version, there is one endpoint where you need to query all parent entities before you can query each parent’s children (conversation -> messages). What are some good example implementations for this that don’t run into rate limit issues and run optimally?
    k
    • 2
    • 3
  • t

    Till Blesik

    05/08/2023, 4:07 PM
    Hi everyone, I am working on a source connector that pulls data from a system with a varying amount of streams. I created a generator function to create the stream objects and overwrote the
    get_json_schema
    function to fetch the correct json - which seems to work fine. I am now having issues to dynamically adjust the catalog. I checked the
    streams
    list in the
    def streams(self, config: Mapping[str, Any]) -> List[Stream]:
    function and it contains the object for the generated streams. This might be just an issue when testing it in the CLI and specifying a catalog for testing through the
    --catalog integration_tests/configured_catalog.json
    parameter but I am wondering if I missed anything. Thanks in advance for any help!
    k
    • 2
    • 2
  • w

    Winnie Lu

    05/09/2023, 4:54 PM
    Hi everyone, I created a custom connector couple days ago, if I changed the
    source.py
    and
    streams.py
    files of the custom connector, do I need to create a new connector or just use
    docker push
    to update the connector? Thank you.
    k
    m
    • 3
    • 7
  • j

    Jakin L

    05/10/2023, 9:58 AM
    Hello, I have encountered problems while using source-s3. I hope to get some help with this
    k
    • 2
    • 3
  • s

    Siddhant Singh

    05/11/2023, 11:04 AM
    where does airbyte store the csv files when we use the local csv as a destination??
    k
    • 2
    • 2
  • a

    Alexander Schmidt

    05/11/2023, 1:24 PM
    Hey, what version of the amazon ads api are you guys using? Still 2 or is it already updated to 3?
    k
    • 2
    • 2
  • c

    Chris

    05/11/2023, 2:03 PM
    My sync fails with error “Checking source connection failed…” I test connection for Bing Ads source and BigQuery destination separately and it passes without error. Does anyone have the same issue?
    log202305-2.txt
    ✅ 1
    plus1 1
    • 1
    • 1
  • d

    Dion Duran

    05/11/2023, 3:52 PM
    hello airbyte gang - I am building a custom connector for Shipbob and I am able to successfully build the connector and transformations but I am only seeing a fraction of the number records that I am expecting. has anyone else run into an issue like this?
    k
    • 2
    • 2
  • a

    Albert Wong

    05/11/2023, 6:22 PM
    https://discuss.airbyte.io/t/we-created-an-airbyte-connector-for-starrocks-how-do-i-get-that-listed-at-https-airbyte-com-connectors/4477
    k
    m
    • 3
    • 5
  • g

    Gilberto Vilar

    05/11/2023, 6:58 PM
    Hello guys! - I was following an issue/request about AWS s3 destination. The issue was about writing file in s3 partitions to increase performance in the next ETL of our pipelines. Any updates on this matter?
    k
    • 2
    • 2
  • j

    Jonathan Spooner

    05/11/2023, 9:25 PM
    Do you happen to know when the Apple App Store connector could be available on the cloud? I was running it on my iMac for months with great success however, when I upgraded to the 4.x.x release it stopped working, and I’ve been using Precog.com to pull this data since then.
    k
    • 2
    • 2
  • t

    Till Blesik

    05/12/2023, 6:23 PM
    When developing a source with the Python CDK, what is the best way to prefix a stream and thereby group it in the user Interface?
    k
    s
    u
    • 4
    • 8
  • f

    FelixJ

    05/15/2023, 1:51 PM
    Hi everyone, following connection is used: Stripe 3.4.1 -> Snowflake 0.4.63 I'm using Incremental/Append Mode for most of the streams. The cursor is based on "created". Problem: With every Sync (once per Day), records will be written in the table, which have been written with the sync the day before. So e.g. if a promotion code is emitted by the sync on day 1, it will also be emitted on day 2, even if there was no change at all on this entity. Does anyone have a solution on this behaviour, so that the sync does not add already existing records to the table?
    k
    a
    • 3
    • 4
  • l

    Luis Valor

    05/15/2023, 3:07 PM
    Hello! Please let me know if this is the wrong channel to post this question in. Is there a way to log the meta data for when a source schema has changed? I'm looking to build a history table to see data around tables added/removed and fields in those tables that have been added/removed. Thank you!
    k
    u
    • 3
    • 4
  • w

    Walco van Loon

    05/16/2023, 6:29 AM
    What is the best approach to logging and reporting errors in a connector (using python CDK)?
    k
    • 2
    • 3
  • a

    Alex Danilin

    05/16/2023, 12:54 PM
    Hi everyone. I’m trying to build a custom source connector using Connector Builder UI. The structure of API request should be as follows:
    Copy code
    {
      "id": "1",
      "method": "SerpstatKeywordProcedure.getKeywords",
      "params": {
        "keyword": "iphone",
        "se": "g_us",
        "minusKeywords": [
          "app",
          "apple"
        ],
        "filters": {
          "lang": "en"
        },
        "sort": {
          "region_queries_count": "asc"
        },
        "page": 1,
        "size": 2
      }
    }
    I can use Request Body in the UI to set key-value pairs like “id”: “1” but for params object it doesn’t work. Is it possible to set nested objects in API request body in Connector Builder UI?
    k
    j
    • 3
    • 7
  • p

    Pavel Kochetkov

    05/16/2023, 4:46 PM
    Hi everyone!✋ 🧠I am breaking my head and searching for a solution! 🙏 We use Airbyte❤️airbyte to download and manage third party data (e.g. zendesk of a client company). But it is very hard to educate clients on how to create certain API keys, etc. I wonder, are there alternatives on how to get the credentials at the first place? Is there a solution/company that would take care of authorizing the users and forwarding the credentials our way? Thanks everyoneairbyte rocket PS, apologies in case it is a wrong channel to ask🙈
    k
    s
    • 3
    • 4
  • r

    Ryan Chung

    05/16/2023, 11:17 PM
    I am using a snowflake connector for source. Connection tested okay, Can log in using the user separately and read all the tables too, but when creating a connection there is no stream show up from source (Snowflake)
    k
    • 2
    • 2
  • d

    deke

    05/17/2023, 6:51 AM
    Hi everyone, I’ve created my first PR for a new source connector : https://github.com/airbytehq/airbyte/pull/25790 I don’t know what is missing to be review if someone can help me on this PR Thanks in advance for your help
    k
    • 2
    • 2
  • b

    Bert

    05/17/2023, 7:12 AM
    Hi All, I hope I'm in the right channel for this question, please say so if I'm not 🙂 I'm looking to integrate airbyte for a client and they have asked me to showcase the capabilities by loading data from a dynamics data lake into snowflake. The data in the data lake is on blob storage and is a combination of CDM (common data model) json files which describe the tables, and underlying csv's with the data, but without headers. Is it possible to create a connector that can somehow parse these json files and then read the csv's?
    k
    k
    • 3
    • 3
  • s

    Steven

    05/17/2023, 7:43 AM
    Hey guys, it seems the steps in https://docs.airbyte.com/connector-development/testing-connectors/testing-a-local-catalog-in-development/#steps don't work anymore. The
    generateOssConnectorCatalog
    task doesn't exist. Is there a new way of generating the catalog?
    k
    • 2
    • 2
  • m

    Menachem Alter

    05/17/2023, 11:22 AM
    Has anyone started to work on a
    skio
    connector?
    k
    • 2
    • 2
1...8910...21Latest