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/30 17:36:44 UTC

[GitHub] [airflow] ferruzzi edited a comment on pull request #19886: Context class handles deprecation

ferruzzi edited a comment on pull request #19886:
URL: https://github.com/apache/airflow/pull/19886#issuecomment-982863229


   As mentioned in https://github.com/apache/airflow/issues/14396, I have a chunk of that one already done in my [working branch](https://github.com/ferruzzi/airflow/tree/contextClass-POC).  I wanted to try to polish it a bit more before sending in a PR; it currently passes local CI and supports type hinting, but not auto-completing.  
   
   As you pointed out, TypedDict won't let you override anything.  I had hoped to use @property tags to allow auto-completing, but no dice there.   I'll look into stub files, I'm not familiar with using those yet.


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