jrmccluskey commented on code in PR #37639:
URL: https://github.com/apache/beam/pull/37639#discussion_r2990257174


##########
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:
   The Python client doesn't have a concept of pausing/paused - 
https://github.com/googleapis/google-cloud-python/blob/cf50cea185f2ad4763a14f1f0c14ca50fc2fe418/packages/google-cloud-dataflow-client/google/cloud/dataflow_v1beta3/types/jobs.py#L104
   
   Something we could probably comment out with a TODO to restore later 



-- 
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]

Reply via email to