msnidal / dagster-stitch

Stitch ETL integration for Dagster
Apache License 2.0
0 stars 0 forks source link

Initial prototype of synchonous replication job triggering #1

Closed msnidal closed 1 year ago

msnidal commented 1 year ago

Based on the dagster-airbyte and dagster-fivetran libraries included in the dagster core, I made an MVP for a Stitch package that aims to cover similar functionality. For now, this just supports triggering a replication job for a provided data source and materializing assets based on the Stitch streams - I haven't tested this thoroughly however, this is just an initial prototype! Ultimately I would like to support reconciliation and other features available in both core libraries.