kiran2706 commented on PR #51949: URL: https://github.com/apache/airflow/pull/51949#issuecomment-2997243894
Hey @uranusjr, We can't use context.update(task_instance=ti) since TypedDict.update() doesn't support keyword arguments — mypy throws an error: `error: Unexpected keyword argument "task_instance" for "update" of "TypedDict"` So I've updated it to use a standard dict instead. Please re-review the changes. Thanks in advance. -- 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]
