MindsDB
MindsDB is an open-source AI layer that lets you query ML models from SQL.
Shipped contributions
-
Replaces a verbose MLflow `CREATE MODEL` example in the custom-model docs with a shorter query that matches the current syntax.
-
`docker run … mindsdb/mindsdb` pulls cleanly, then crashes in `initialize_log` with `ModuleNotFoundError: 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 … databricks` with a SQL-Warehouse `http_path`, but explore-DB then returns 500. The cluster-style `http_path` works against the same workspace. Filed with side-by-side reproductions and screen recordings.