[GitHub] [airflow] ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins

2020-03-13 Thread GitBox
ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins URL: https://github.com/apache/airflow/pull/7644#discussion_r392208874 ## File path: airflow/serialization/serialized_objects.py ## @@ -326,14 +326,15 @@ def serialize_operator(cls, op:

[GitHub] [airflow] ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins

2020-03-09 Thread GitBox
ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins URL: https://github.com/apache/airflow/pull/7644#discussion_r389611234 ## File path: airflow/plugins_manager.py ## @@ -34,6 +34,32 @@ import_errors = {} +plugins = None # type:

[GitHub] [airflow] ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins

2020-03-09 Thread GitBox
ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins URL: https://github.com/apache/airflow/pull/7644#discussion_r389612475 ## File path: airflow/plugins_manager.py ## @@ -183,103 +202,116 @@ def make_module(name: str, objects:

[GitHub] [airflow] ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins

2020-03-09 Thread GitBox
ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins URL: https://github.com/apache/airflow/pull/7644#discussion_r389611686 ## File path: airflow/plugins_manager.py ## @@ -183,103 +202,116 @@ def make_module(name: str, objects: