We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28180fd commit 260c5f6Copy full SHA for 260c5f6
mindsdb_sql_parser/ast/mindsdb/__init__.py
@@ -1,5 +1,6 @@
1
from .agents import CreateAgent, DropAgent, UpdateAgent
2
from .create_view import CreateView
3
+from .alter_view import AlterView
4
from .create_database import CreateDatabase
5
from .create_predictor import CreatePredictor, CreateAnomalyDetectionModel
6
from .drop_predictor import DropPredictor
0 commit comments