potiuk commented on pull request #20422:
URL: https://github.com/apache/airflow/pull/20422#issuecomment-998768141


   Need some review here - anyone has better idea what to do instead of:
   
   ```
   if TYPE_CHECKING:
       from airflow.utils.context import Context
   else:
       Context = MutableMapping[str, Any]
   ```
   
   I would like to automatically add it later to all the provider's 
executes/pokes to really benefit from the latest TypeDict Context improvements 
:D, but maybe we can find a better way ? The problem with it is we can't rely 
on the common code in airflow :(


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


Reply via email to