ashb commented on pull request #19410:
URL: https://github.com/apache/airflow/pull/19410#issuecomment-966380955


   From that issue:
   
   > So the webserver does not have access to the results of those computations 
when it's building the link
   
   Store the triggered execution date in XCom and pull it in the operator link, 
like 
   
   
https://github.com/apache/airflow/blob/7622f5e08261afe5ab50a08a6ca0804af8c7c7fe/airflow/providers/google/cloud/operators/bigquery.py#L737
   
   and use it like
   
   
https://github.com/apache/airflow/blob/7622f5e08261afe5ab50a08a6ca0804af8c7c7fe/airflow/providers/google/cloud/operators/bigquery.py#L63-L69


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