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/10/16 19:27:26 UTC

[GitHub] [airflow] kaxil commented on pull request #11596: Allow loading plugins on Airflow start-up

kaxil commented on pull request #11596:
URL: https://github.com/apache/airflow/pull/11596#issuecomment-710476213


   > TBH, the lack of plugin loading in the scheduler _annoying_. I can also add
   > 
   > ```python
   > from airflow import plugins_manager
   > plugins_manager.ensure_plugins_loaded()
   > ```
   > 
   > to any DAG that needs to have access to plugin-provided operators, sensors or hooks, I suppose.
   
   Yeah, the flag in this PR should help you, having to add those import lines in all the DAGs is annoying.


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