You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "hussein-awala (via GitHub)" <gi...@apache.org> on 2023/09/09 16:03:59 UTC

[GitHub] [airflow] hussein-awala commented on issue #34227: 100+ DAGs fail to import after update to 2.7.1 due to "params without default values"

hussein-awala commented on issue #34227:
URL: https://github.com/apache/airflow/issues/34227#issuecomment-1712544057

   > Yes. I think the behaviour when param value was set to None has not been defined. And to be honest i am not sure we should interpret it as 'No default".. The None being default value seems to be pretty standard.
   
   IMHO we should consider the params defined without a default value as **required** params, and the fail/exception should be raised when trying to create a DagRun without providing these required params.


-- 
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-unsubscribe@airflow.apache.org

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