fix(tests): Add model imports to fix SQLAlchemy registration in matrix tests
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
from types import SimpleNamespace
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
# Import models to ensure proper SQLAlchemy registration
|
||||
from src.models.auth import User
|
||||
from src.models.dataset_review import CompiledPreview
|
||||
|
||||
from src.core.utils.superset_compilation_adapter import (
|
||||
PreviewCompilationPayload,
|
||||
SqlLabLaunchPayload,
|
||||
|
||||
Reference in New Issue
Block a user