uranusjr commented on a change in pull request #19034:
URL: https://github.com/apache/airflow/pull/19034#discussion_r730514702



##########
File path: airflow/models/param.py
##########
@@ -24,6 +24,16 @@
 from airflow.exceptions import AirflowException
 
 
+class NoValueSentinel:

Review comment:
       I think we now have like five different sentinel class implementations 
in the code base. I have one for `DAG(schedule_interval)`. Probably should 
unify them somewhat into `airflow.utils.types` at some point.
   
   Further reading for those interested: 
https://discuss.python.org/t/pep-661-sentinel-values/9126




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