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_r373802061
########## 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: Done. ---------------------------------------------------------------- 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
