All possible states that a DagRun can be in. These are "shared" with TaskInstanceState in some parts of the code, so please ensure that their values always match the ones with the same name in TaskInstanceState.
QUEUED (value: 'queued')
RUNNING (value: 'running')
SUCCESS (value: 'success')
FAILED (value: 'failed')