You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/14 13:56:50 UTC

[GitHub] [airflow] ashb commented on pull request #23000: Do not validate Params with no default value during DAG parsing

ashb commented on PR #23000:
URL: https://github.com/apache/airflow/pull/23000#issuecomment-1099214303

   If you have a required DAG param without a default, and a schedule_interval other that None this has to be an error -- the scheduler will never be able to trigger it succesfully.
   
   I think that is the current behaviour. What does the DAG parse error say exactly?


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