quantile-development / dagster-meltano

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

Specify which meltano plugins to install #24

Closed jlloyd-widen closed 1 year ago

jlloyd-widen commented 1 year ago

Under the current feature set you can only run a meltano install command but you can't add any arguments to, for example, narrow the scope of the install to a specific tap, target, or transformer.

It would be nice to be able to add these arguments to the meltano_install_op in the same manner as it's possible to add arugments to the meltano_run_op.