andrewgodwin opened a new pull request #15826:
URL: https://github.com/apache/airflow/pull/15826


   Runs all parts of an airflow deployment under one main process, providing an 
easier level of entry than Breeze and a very handy tool for local development.
   
   Handles the following:
   * Runs all database migrations/db init steps
   * Creates an admin user if one is not present (with a randomised password)
   * Runs the webserver
   * Runs the scheduler
   * Overrides the executor to be `LocalExecutor` or `SequentialExecutor` 
depending on the database in use
   
   It will also be able to run the `triggerer` process from AIP-40 with a 
three-line change once that PR lands.
   
   This diff also updates the quickstart guide to use this rather than the 
separate commands, since it makes the set of commands significantly shorter.
   


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


Reply via email to