TobKed commented on a change in pull request #8550: URL: https://github.com/apache/airflow/pull/8550#discussion_r496645715
########## File path: airflow/providers/google/cloud/hooks/dataflow.py ########## @@ -93,15 +93,30 @@ def inner_wrapper(self: "DataflowHook", *args, **kwargs) -> RT: class DataflowJobStatus: """ Helper class with Dataflow job statuses. + Reference: https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.jobs#Job.JobState Review comment: I replied here https://github.com/apache/airflow/pull/8553#discussion_r496513620 and changed here https://github.com/apache/airflow/pull/8550/commits/92858ebbc39c242376304d4a9d9106263aed7369 ---------------------------------------------------------------- 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: us...@infra.apache.org