ashb opened a new pull request, #27944: URL: https://github.com/apache/airflow/pull/27944
In a previous change (#27482) we deserialized Param values inside a list, but the tests didn't previously cover an array of plain values (`[True]` for instance) This caused the webserver to 500 (bad, but only affected a single DAG) but it _also_ caused the scheduler to crash when it tried to process this DAG (bad-bordering on terrible! Nothing should ever bring down the whole scheduler) Closes #27942 -- 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]
