kandharvishnu opened a new pull request, #40643:
URL: https://github.com/apache/airflow/pull/40643

   This PR adds `DataprocBatchLink.persist` to display the link for 
`DataprocCreateBatchOperator`.
   
   When `deferrable` is set to `True`, attempting to access the `Dataproc 
Batch` Extra Links button results in a broken link:
   
![image](https://github.com/apache/airflow/assets/46064835/a9e7a636-46f2-474f-a13d-3d2664928b16)
   
   To resolve this, we push the value to XCom using the `persist` function when 
`deferrable` is enabled. This ensures that when the user tries to access the 
`Dataproc Batch` Extra Links button, the value is correctly fetched from XCom:
   
![image](https://github.com/apache/airflow/assets/46064835/3819f529-217f-41e7-b84f-619341089931)


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