kaxil commented on a change in pull request #5743: [AIRFLOW-5088][AIP-24] 
Persisting serialized DAG in DB for webserver scalability
URL: https://github.com/apache/airflow/pull/5743#discussion_r334894535
 
 

 ##########
 File path: airflow/models/baseoperator.py
 ##########
 @@ -1021,8 +1039,8 @@ def xcom_pull(
     @cached_property
     def extra_links(self) -> Iterable[str]:
         """@property: extra links for the task. """
-        return list(set(self.operator_extra_link_dict.keys())
-                    .union(self.global_operator_extra_link_dict.keys()))
+        return sorted(list(set(self.operator_extra_link_dict.keys())
 
 Review comment:
   I am going to remove all the Extra link commits and changes to baseoperator 
once https://github.com/apache/airflow/pull/6302 is merged.

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

Reply via email to