MrGeorgeOwl commented on code in PR #27776:
URL: https://github.com/apache/airflow/pull/27776#discussion_r1083736807


##########
airflow/providers/google/cloud/links/dataflow.py:
##########
@@ -48,5 +48,5 @@ def persist(
         operator_instance.xcom_push(
             context,
             key=DataflowJobLink.key,
-            value={"project_id": project_id, "location": region, "job_id": 
job_id},
+            value={"project_id": project_id, "region": region, "job_id": 
job_id},

Review Comment:
   Not improvement but fixing the link work, without that change link for 
Dataflow won't work cause of KeyError exception if I remember correctly



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to