hakman12 commented on a change in pull request #16795:
URL: https://github.com/apache/airflow/pull/16795#discussion_r668215579
##########
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:
I agree, based on code of beam.py yes. But ,probably it will better to
have a consistency between operators for developers and supportability..
What do you think ?
--
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]