john-bodley commented on code in PR #25669:
URL: https://github.com/apache/superset/pull/25669#discussion_r1362471509


##########
superset/datasets/commands/create.py:
##########
@@ -53,6 +54,9 @@ def run(self) -> Model:
             logger.warning(ex, exc_info=True)
             db.session.rollback()
             raise DatasetCreateFailedError() from ex
+        except SupersetSecurityException as ex:

Review Comment:
   @justinpark could you add this to line 53 and also include your message 
propagation logic.



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