jscheffl commented on issue #51977: URL: https://github.com/apache/airflow/issues/51977#issuecomment-2994127559
I think the behavior is correct and expected. If a `default`for a parameter is defined and the DagRnu does not define any else, then the `default` should be used - which is `None` in this case. It is to be expected and users need to trust that parameters are always existing and if not specified then using defaults. It is a difference for parameters which are absent/undefined. These are undefined and they have therefore no default. So in my eyes this is not a bug. -- 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]
