nsivarajan commented on code in PR #29912: URL: https://github.com/apache/superset/pull/29912#discussion_r1734682927
########## superset/async_events/async_query_manager.py: ########## @@ -16,18 +16,27 @@ # under the License. import logging import uuid -from typing import Any, Literal, Optional +from typing import Any, Dict, Literal, Optional, Union Review Comment: Thank you for pointing that out. I'll make sure to update the code accordingly. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org