https://linen.dev logo
Join Slack
Powered by
# airbyte-plus-dagster
  • s

    swyx (Airbyte)

    10/26/2022, 8:05 PM
    adding the recent shoutouts https://twitter.com/dagster/status/1579902784438435840
  • r

    Rex Ledesma

    10/26/2022, 8:41 PM
    This channel is a place where you can get the latest updates on using Dagster with Airbyte, ask questions, and discuss with other members of the community. Looking to get started using Dagster with Airbyte? • ✨ Check out our getting started with Airbyte guide • 📚 Take a look at our API docs for `dagster-airbyte` • S Join the Dagster Slack for more discussion about the general framework!
  • s

    Simon Späti

    12/19/2022, 2:07 PM
    I tested the dagster new feature to manage Airbyte's artifact with Python code.
  • s

    swyx (Airbyte)

    01/17/2023, 8:26 PM
    reminder that our community call starts in 30 mins! https://airbytehq.slack.com/archives/C01AHCD885S/p1673987146969639
  • s

    swyx (Airbyte)

    01/17/2023, 8:26 PM
    Q&A welcome!
  • t

    Tobias Macey

    01/20/2023, 5:08 PM
    When I'm using the
    load_assets_from_airbyte_instance
    method to create the assets from my Airbyte connections, and I have the connections set to run on a schedule from the Airbyte side, does anyone know if Dagster will automatically detect when the assets get materialized via an Airbyte initiated sync, or does it have to be triggered from the Dagster side?
    b
    • 2
    • 4
  • t

    Tobias Macey

    02/22/2023, 5:59 PM
    An issue that I'm experiencing with my self-hosted Airbyte instance that has multiple connections is that, with a multiprocess executor Dagster will try to trigger multiple syncs simultaneously, and several of them will fail with a 409 error, which appears to be related to https://github.com/airbytehq/airbyte/issues/21208. One thought I had was to try introducing some skew to the API calls from the Dagster integration, but I'm not seeing any built-in way to do that. Is there some option that folks have used in the multiprocess executor to do something similar?
  • t

    Tobias Macey

    03/07/2023, 5:43 PM
    After upgrading to 0.41.0 my Dagster pipeline doesn't seem to be able to enumerate the list of Airbyte connections now. The pipeline shows as being empty (relevant code is here: https://github.com/mitodl/ol-data-platform/blob/main/src/ol_orchestrate/definitions/elt.py#L43-L54)
  • t

    Tobias Macey

    03/07/2023, 5:44 PM
    Is there an update to the Airbyte API that might have resulted in this happening which necessitates a code change in the dagster-airbyte plugin?
  • t

    Tobias Macey

    03/07/2023, 5:48 PM
    Scratch that. It appears that it was actually the latest Dagster release that is resulting in the empty pipeline.
  • u

    [DEPRECATED] Marcos Marx

    04/26/2023, 3:06 PM
    archived the channel