0.8.76
or greater.retry_config
to project’s metadata.yaml
. This retry_config
will be applied to all block runs.
Here is an example:
retry_config
to the block config in pipeline’s metadata.yaml
. The block level retry_config
will
override the global retry_config
. Here is an example
retry_config
retry_config
to the pipeline config in pipeline’s metadata.yaml
. The pipeline level retry_config
will
override the global retry_config
. Here is an example
/pipelines/[pipeline_uuid]/runs/[pipeline_run_id]
).Retry incomplete blocks
button. Click on it, and the block runs should
retry from the failed block.Retry from selected block
button should appear.Retry from selected block
button will only appear if the pipeline
run is not currently running.upstream_failed
block run errors.Runs
section or on an individual trigger from the Triggers
section.Block runs
column of the pipeline runs table, there is a link that
says something like See block runs (x)
. Click on that link to redirect to the
individual pipeline runs page, which lists the blocks runs specific to a pipeline run.