ferruzzi commented 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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
