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/05/16 15:28:58 UTC

[GitHub] [airflow] ArgentFalcon commented on pull request #8879: [8878] Add the ability for the webserver to sync dags to the DB

ArgentFalcon commented on pull request #8879:
URL: https://github.com/apache/airflow/pull/8879#issuecomment-629663447


   @mik-laj the command is something I've thought about as well, but I was wondering if that might be more heavyduty than this deserves. 
   
   I'm not sure how this will cause more libraries to be loaded though. The dagbag is still loaded in the webserver like always, All this does is sync it to the DB, which just adds some SQL calls (which granted, is overhead, but that's why I added a flag)
   
   @BasPH This is general because it affects any Airflow webserver running without a scheduler, which other people could do. It is a niche use case though. 
   
   I can move it to a CLI command though
    


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