mik-laj commented on a change in pull request #7327: [AIRFLOW-6706] Lazy load 
operator extra links
URL: https://github.com/apache/airflow/pull/7327#discussion_r373801719
 
 

 ##########
 File path: airflow/serialization/serialized_objects.py
 ##########
 @@ -32,8 +32,15 @@
 from airflow.serialization.enums import DagAttributeTypes as DAT, Encoding
 from airflow.serialization.json_schema import Validator, load_dag_schema
 from airflow.settings import json
+from airflow.utils.module_loading import import_string
 from airflow.www.utils import get_python_source
 
+WHITELIST_OPERATOR_EXTRA_LINKS: List[str] = [
 
 Review comment:
   I like this name too. It will change in a moment. I was inspired by this
   https://github.com/apache/airflow/blob/master/airflow/plugins_manager.py#L121

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