MindsDB
MindsDB is an open-source AI layer that lets you query ML models from SQL.
Shipped contributions
-
Replaces a verbose MLflow
CREATE MODELexample in the custom-model docs with a shorter query that matches the current syntax. -
docker run … mindsdb/mindsdbpulls cleanly, then crashes ininitialize_logwithModuleNotFoundError: No module named 'sentry_sdk'because the published image was missing the telemetry extra. Filed with full traceback and host details. -
closed [Bug]: MindsDB cloud SQL editor silently fails in creating a Database using a SQL Warehouse http_path mindsdb/mindsdb
The cloud SQL editor accepts
CREATE DATABASE … databrickswith a SQL-Warehousehttp_path, but explore-DB then returns 500. The cluster-stylehttp_pathworks against the same workspace. Filed with side-by-side reproductions and screen recordings.