Zach
05/13/2022, 6:34 PMsean
05/13/2022, 9:29 PMStepLauncher
should be public. We’ll address this in the next release.Zach
05/18/2022, 3:50 PMfrom dagster.core.errors import (
raise_execution_interrupts,
DagsterExecutionInterruptedError,
)
in order to be able to catch Dagster terminations and properly shut down external compute resources
from dagster.serdes import deserialize_value
- for deserializing pickled step event records
please do let me know if there are better interfaces to rely on for these purposessean
05/19/2022, 5:36 PMserialize_value
) to the PR, which was merged into the release 0.14.16 going out today. Don’t hesitate to reach out again if you discover other private stuff you think should be public, we’re expecting some growing pains as we go through the formalization process.