quantile-development / dagster-ext

10 stars 6 forks source link

Invoke with daemon (like 'dagster dev' command) #7

Closed acarter24 closed 1 year ago

acarter24 commented 1 year ago

Not 100% sure of this, so apologies if I am incorrect. It looks like the meltano invoke dagster:start command starts dagster but without any scheduling daemon.

Is it possible to have an option to invoke with dagster dev to get the scheduler too?

JulesHuisman commented 1 year ago

That is a good idea! This probably wouldn't be a big change to do.

acarter24 commented 1 year ago

Thanks. I've since managed to get dagster to start meltano using your excellent dagster_meltano library, rather than getting meltano to start dagster as a utility. All a bit confusing at first :)

JulesHuisman commented 1 year ago

Yeah, it's a bit of an inception for now. But glad you got it working!