jens-scheffler-bosch commented on issue #34227: URL: https://github.com/apache/airflow/issues/34227#issuecomment-1712562403
I assume currently it is caused by an inconsistency. Because the check assumes to have a `Params` object but this is not enforced. In the trigger UI there is some wrapping being made to auto-detect typed making a `Param` object out of standard python data. But not when parsing a DAG. `None` as default value is in my eyes totally right and as the bug is reported this is a valid use case. Also relates to my (still pending revision and open) PR #31301 . I am currently looking though the history of the code, understanding when the problem has been introduced. I volunteer for a fix but want to understand the history first :-D -- 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]
