https://dagster.io/ logo
m

max

06/11/2020, 11:22 PM
Run launchers The distinction between "starting" and "launching" a run has been effaced. All pipeline runs instigated through Dagit now make use of the
RunLauncher
configured on the Dagster instance, if one is configured. Additionally, run launchers can now support termination of previously launched runs. If you have written your own run launcher, you may want to update it to support termination. Note also that as of 0.7.9, the semantics of
RunLauncher.launch_run
have changed; this method now takes the
run_id
of an existing run and should no longer attempt to create the run in the instance.
s

schrockn

06/11/2020, 11:25 PM
^--- @dwall or anyone else that was written their own run launcher you will have to update your run launch as the API and contract has changed
d

dwall

06/15/2020, 7:30 PM
are there docs on this migration anywhere? Can't find them in the migration guide
m

max

06/15/2020, 9:11 PM
the more detailed note on this will be in the 0.7.9 change notes
d

dwall

06/15/2020, 9:13 PM
👍