quantile-development / dagster-meltano

A Dagster plugin that allows you to run Meltano in Dagster
MIT License
41 stars 17 forks source link

Multiple refactors #26

Closed JulesHuisman closed 1 year ago

JulesHuisman commented 1 year ago

Closes #25 It now uses dagster-shell, which hopefully solves this bug.

Closes #22 Each op now has a env input which allows you to inject env variable during runtime.

Closes #23 Closes #24 You can now use the meltano_command_op which allows you to customize all your commands. It is meltano ...

Closes #21 The logs are now passed as output from each op.