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 2021/11/22 12:58:38 UTC

[GitHub] [airflow] ashb commented on pull request #19734: Custom deprecation proxy implementing __format__

ashb commented on pull request #19734:
URL: https://github.com/apache/airflow/pull/19734#issuecomment-975496015


   Instead of a custom proxy object for some values could we not make a custom context dict class that returns lazily evaluates and returns actual objects instead?
   
   Cos there was also another problem where `previois_executiob_date is None` was _never_ true (because the lazy object proxy can't catch this case) - if there is this there could be more bugs.
   
   


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