mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
feat(sql lab): display presto and trino tracking url (#20799)
This commit is contained in:
@@ -25,7 +25,7 @@ from superset.exceptions import SupersetException
|
||||
MSG_FORMAT = "Failed to execute {}"
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from superset.utils.sqllab_execution_context import SqlJsonExecutionContext
|
||||
from superset.sqllab.sqllab_execution_context import SqlJsonExecutionContext
|
||||
|
||||
|
||||
class SqlLabException(SupersetException):
|
||||
|
||||
Reference in New Issue
Block a user