ecodina commented on PR #61852:
URL: https://github.com/apache/airflow/pull/61852#issuecomment-3938553262

   I was now thinking that this approach:
   
   1. Duplicates logic
   2. Depends on the database 
   
   Maybe a better approach would be to follow the same approach as 
`BigQueryDatasetLink` 
(https://airflow.apache.org/docs/apache-airflow/stable/howto/define-extra-link.html):
 leverage XCom to store the waited run_id so we can easily retrieve it from the 
Link. 
   
   I see that BaseOperatorLink already comes with a `xcom_key` property, so I'm 
quite sure this is how it was intended to be used.


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