jscheffl commented on PR #41397:
URL: https://github.com/apache/airflow/pull/41397#issuecomment-2286692509

   > > Config setting is made with "negative phrases", maybe it would yield a 
bit better if working of config param is reversed/negated?
   > 
   > The idea is to make the config toggle “setting the default schedule to 
None” (positive action), not “not setting a default schedule” (negative 
action), but I can see the wording being confusing. What is a positive action 
alternative you have in mind?
   
   Yeah, you are right. Was feeling like "none schedule" feels negative. But 
actually it is not. Anyway it feels double negated. So if you inverse it would 
be `default_daily_schedule=True` which you could set to false such that the 
default schedule is none. Or even it could be made that you make the config 
like `default_schedule=0 0 * * *` and then you even have more options than 
True/False, like empty-string or "None" renders to None.


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