https://dagster.io/ logo
j

Jai Kumaran

02/26/2021, 4:19 PM
Hey, Is there a way to handle error conditions for a pipeline? Think about how exceptions are handled in regular code. Similarly are there any ways to handle errors, if something goes wrong anywhere in a pipeline?
j

Jai Kumaran

02/26/2021, 4:22 PM
😍 you guys have thought through every detail!
🙏 1
@alex I just checked the API docs and the
HookDefinition
class isn’t listed. Similar to how the
PipelineDefinition
,
SolidDefinition
are. https://docs.dagster.io/_apidocs/hooks
a

alex

02/26/2021, 4:38 PM
good catch ill add it quick - i think the decorators that are shown there are how you would want to define your hooks though
🙌 1