Andy Carter
06/13/2023, 9:26 AMdagster plugin for orchestration, how do you run a scheduler alongside it?
If I was running dagster directly I would simply run dagster dev to get the daemon alongside it, but that is not a supported method to start the dagster ext
@jules_huisman I added this to meltano.yml and it seemed to work with meltano invoke dagster:dev? Probably some horrible hack though!
utilities:
- name: dagster
variant: quantile-development
pip_url: dagster-ext
commands:
dev:
args: dev -f $REPOSITORY_DIR/repository.py
executable: dagster_invokerAndy Carter
06/15/2023, 9:23 AM