potiuk commented on code in PR #57741:
URL: https://github.com/apache/airflow/pull/57741#discussion_r2490990178


##########
airflow-core/src/airflow/cli/commands/dag_processor_command.py:
##########
@@ -52,6 +52,15 @@ def dag_processor(args):
     """Start Airflow Dag Processor Job."""
     job_runner = _create_dag_processor_job_runner(args)
 
+    if hasattr(args, "dev") and args.dev:

Review Comment:
   Could you please also enable dev mode when DEV_MODE env variable is set? 
This way we will automatically run all the components whene `breeze 
start-airflow --dev-mode` is used? 
   
   Also in this case I think we need to update the decription of `breeze's` 
--dev-mode parameter. Currently it says:
   
   
   
   > Starts api-server in dev mode (assets are always recompiled in this case 
when starting) (mutually exclusive with --skip-assets-compilation). 
   



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to