You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/09 19:56:58 UTC

[GitHub] [airflow] hakman12 commented on a change in pull request #16795: GCP Dataflow - Fixed getting job status by job id

hakman12 commented on a change in pull request #16795:
URL: https://github.com/apache/airflow/pull/16795#discussion_r685479848



##########
File path: airflow/providers/apache/beam/example_dags/example_beam.py
##########
@@ -309,7 +309,7 @@
 
     wait_for_python_job_dataflow_runner_async_done = DataflowJobStatusSensor(
         task_id="wait-for-python-job-async-done",
-        job_id="{{task_instance.xcom_pull('start_python_job_dataflow_runner_async')['dataflow_job_id']}}",
+        job_id="{{task_instance.xcom_pull('start_python_job_dataflow_runner_async')['id']}}",

Review comment:
       As we discussed, I removed this change from PR.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org