Nataneljpwd commented on code in PR #54421: URL: https://github.com/apache/airflow/pull/54421#discussion_r2308047736
########## task-sdk/src/airflow/sdk/definitions/context.py: ########## @@ -22,6 +22,8 @@ from collections.abc import MutableMapping from typing import TYPE_CHECKING, Any, NamedTuple, TypedDict, cast +from typing_extensions import NotRequired Review Comment: Would also work, but might cause some overhead as an exception will be thrown, but only when porting so I guess its fine Will fix it soon -- 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]
