You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/01 20:48:48 UTC

[GitHub] [airflow] ashb commented on a change in pull request #7327: [AIRFLOW-6706] Lazy load operator extra links

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

 ##########
 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:
   ```suggestion
   BUILTIN_OPERATOR_EXTRA_LINKS: List[str] = [
   ```
   
   Its not a quite a whitelist, so how about this as a name?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services