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

   It seems like currently we don't support required params, to fix this, I 
think we need to differentiate between parsing the params during the dag 
parsing/creation and parsing the params during the dag run execution.
   
   During the dag parsing, we should not raise an exception if the default is 
not provided because this param is defined as required param. But during the 
dag run execution, if the param is required and the value is not provided, we 
should raise an exception to fail the dag run or the task if the params are 
defined at the task level.
   
   I don't think this is a good first issue.


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