damccorm commented on code in PR #37639:
URL: https://github.com/apache/beam/pull/37639#discussion_r2997286436
##########
sdks/python/apache_beam/runners/dataflow/dataflow_runner.py:
##########
@@ -753,16 +759,14 @@ def api_jobstate_to_pipeline_state(api_jobstate):
values_enum.JOB_STATE_CANCELLING: PipelineState.CANCELLING,
values_enum.JOB_STATE_RESOURCE_CLEANING_UP: PipelineState.
RESOURCE_CLEANING_UP,
- values_enum.JOB_STATE_PAUSING: PipelineState.PAUSING,
- values_enum.JOB_STATE_PAUSED: PipelineState.PAUSED,
Review Comment:
I think we should not remove this functionality, this will keep this state
from rendering correctly in the UI. We should be able to regenerate these
clients before making this change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]