Abdulrehman-PIAIC80387 commented on code in PR #42463: URL: https://github.com/apache/superset/pull/42463#discussion_r3663522142
########## superset/commands/dataset/refresh.py: ########## @@ -31,7 +31,10 @@ from superset.connectors.sqla.models import SqlaTable from superset.daos.dataset import DatasetDAO from superset.datasets.datetime_format_detector import DatetimeFormatDetector -from superset.exceptions import SupersetSecurityException +from superset.exceptions import ( + SupersetGenericDBErrorException, + SupersetSecurityException, Review Comment: False positive — `SupersetSecurityException` is used at line 95 (`except SupersetSecurityException as ex:` in the `validate()` method that existed before this PR). Not removing. -- 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]
