sadpandajoe commented on code in PR #35779:
URL: https://github.com/apache/superset/pull/35779#discussion_r2452897824


##########
superset/commands/explore/form_data/create.py:
##########
@@ -37,6 +37,10 @@ class CreateFormDataCommand(BaseCommand):
     def __init__(self, cmd_params: CommandParameters):
         self._cmd_params = cmd_params
 
+    def _get_session_id(self) -> str:

Review Comment:
   can't this function also return None? as `session.get("_id")` could not 
exist, right?



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to