vandonr-amz commented on PR #32573: URL: https://github.com/apache/airflow/pull/32573#issuecomment-1634934797
> > Interesting, I wonder if those failing Lambda tests were written wrong or if these two functions are somehow not actually functionally identical. > > Yeah same, I'll take a look turns out they are not equivalent because of https://github.com/apache/airflow/blob/44b4a3755deea23f8ff0eb1316db880b1d64812c/airflow/utils/helpers.py#L352-L353 Which removes empty lists and dictionaries even if `mode=strict`, despite the doc saying it'll only remove `None` values in that case :/ -- 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]
