Robert Bradshaw created BEAM-14291: -------------------------------------- Summary: DataflowPipelineResult does not raise exception for unsuccessful states. Key: BEAM-14291 URL: https://issues.apache.org/jira/browse/BEAM-14291 Project: Beam Issue Type: Bug Components: runner-dataflow Reporter: Robert Bradshaw
An exception is correctly raised if wait_until_finish is called with a non-terminal state, but if the pipeline has already completed this check is skipped. See https://github.com/apache/beam/blob/release-2.37.0/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py#L1636 -- This message was sent by Atlassian Jira (v8.20.1#820001)