orossini opened a new pull request #17182:
URL: https://github.com/apache/airflow/pull/17182


   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   
   ---
   **^ Add meaningful description above**
   
   closes issue #17180
   
   Update to the DAG examples for DataflowJobStatusSensor to avoid error.
   The current example pulls XCOM to get Dataflow job id from XCOM attributes.
   However an incorrect attribute name is used in the current DAG example.
   
   the XCOM doesn't have any attribute named "job_id" when using :
   job_id="{{task_instance.xcom_pull('start-python-job-async')['job_id']}}",
   instead "id" has to be used to get the related Dataflow job id.
   
   
   


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


Reply via email to