mik-laj commented on issue #6715: [AIRFLOW-5945] Make inbuilt OperatorLinks work when using Serialization URL: https://github.com/apache/airflow/pull/6715#issuecomment-560746534 What do you think to save the generated links in a separate column in the database after Task execution? I think it will be nicer because it will not be storing additional partial data, but the final data that interests us. This could be realized independent of DAG serialization. In addition, it will simplify the logic of handling these links. Now it is not possible to download all links for a given task, but we download one link in one HTTP request. https://github.com/apache/airflow/blob/master/airflow/www/templates/airflow/dag.html#L492-L518
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
