VladaZakharova commented on code in PR #41794: URL: https://github.com/apache/airflow/pull/41794#discussion_r1734101973
########## airflow/providers/google/cloud/hooks/dataflow.py: ########## @@ -71,7 +71,7 @@ JOB_ID_PATTERN = re.compile( - r"Submitted job: (?P<job_id_java>[^\"\n]*)|Created job with id: \[(?P<job_id_python>[^\"\n]*)\]" + r"Submitted job: (?P<job_id_java>[^\"\n\s]*)|Created job with id: \[(?P<job_id_python>[^\"\n\s]*)\]" Review Comment: Looks great! Can we add a unit test for this? -- 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]
