aarshayj commented on pull request #13478:
URL: https://github.com/apache/airflow/pull/13478#issuecomment-786585822


   @TobKed - i'm facing the same issue. but i'm curious why the line of code is 
being executed in @bitnahian's code given that it is conditioned on an if 
statement:
   ```
   if self._wait_until_finished is None:
       wait_for_running = job['type'] == DataflowJobType.JOB_TYPE_STREAMING
   else:
       wait_for_running = not self._wait_until_finished
   ```
   given that the value for `wait_until_finished` is being passed as True, the 
error should not pop up.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to