korbit-ai[bot] commented on code in PR #33384: URL: https://github.com/apache/superset/pull/33384#discussion_r2078817132
########## superset/commands/dataset/exceptions.py: ########## @@ -33,6 +33,18 @@ def get_dataset_exist_error_msg(table: Table) -> str: return _("Dataset %(table)s already exists", table=table) +class MultiCatalogDisabledValidationError(ValidationError): + """ + Validation error for using a non-default catalog when multi-catalog is disabled + """ Review Comment: You're right - the documentation style is consistent with the other exceptions in this file. The brief docstring works in this context. -- 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