Skip to content

OpenLineageRunState

Defines the states of a run. Check https://github.com/OpenLineage/OpenLineage/blob/03c3bcef15d952e95f2a8338951bdaf333248d32/client/python/openlineage/client/run.py#L14 for the different kinds.

Complete reference

This is a complete reference for the OpenLineageRunState enumeration in Atlan, showing all of its possible values. For an introduction, you probably want to start with:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.

Valid values

  • START
  • RUNNING
  • COMPLETE
  • ABORT
  • FAIL
  • OTHER