hussein-awala commented on PR #32038:
URL: https://github.com/apache/airflow/pull/32038#issuecomment-1601285031

   > It will be a breaking change for those that uses run_as_user in their dags 
if you make this change the default. Needs investigation...
   
   @ephraimbuddy I agree, but I think we should we can add a new Airflow 
configuration to specify the default value for this parameter. wdyt? 
   To do this, we would need to replace the boolean parameter with a string 
parameter, like:
   ```cfg
   DEFAULT_DAGS_SOURCE_FOR_TASKS_RUN = "dags_folder"
   # or
   DEFAULT_DAGS_SOURCE_FOR_TASKS_RUN = "metadata_db"
   ```


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