o-nikolas commented on code in PR #27541:
URL: https://github.com/apache/airflow/pull/27541#discussion_r1023056779


##########
airflow/config_templates/default_airflow.cfg:
##########
@@ -524,9 +524,6 @@ username =
 password =
 
 [operators]
-# The default owner assigned to each new operator, unless
-# provided explicitly or passed via ``default_args``
-default_owner = airflow

Review Comment:
   I agree with Jarek that we could maybe convince ourselves that this is not a 
hard breaking change, but I actually think this feature is somewhat useful and 
don't see the motivation for getting rid of it.
   
   We can still keep the ability to set that a globally default user, but just 
make the config no longer mandatory (since it is currently mandatory). That way 
you can remove it from the newly published configs, but those users who still 
have this setting in their configs will not have any regressions and that 
feature will continue to work.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to