rusackas commented on code in PR #40655:
URL: https://github.com/apache/superset/pull/40655#discussion_r3338371064
##########
superset/commands/temporary_cache/create.py:
##########
@@ -32,6 +32,7 @@ def __init__(self, cmd_params: CommandParameters):
@transaction(on_error=partial(on_error,
reraise=TemporaryCacheCreateFailedError))
def run(self) -> str:
+ self.validate()
Review Comment:
Bito's follow-up reply is misfired ("not related to the pull request") —
rusackas's response above addressed the observation directly. The `validate()`
alignment for sibling commands is acknowledged as a valid follow-up item; this
PR stays focused on the `CreateTemporaryCacheCommand` fix.
--
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]