You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MariaDB/MySQL support officially added and documented. 7b86ad3
Added a refresh endpoint (POST /api/v1/table-descriptions/refresh) to get the table name from a specified database and store them into the table-description Mongo collection. This improves response time when querying the table-description list endpoint (GET /api/v1/table-descriptions). 28b8130
Implemented error codes for better error handling. Now errors response a 400 HTTP status code. 2c70f16
2. Changes and fixes
Reduced SSH fields in requests by utilizing the connection_uri field. 64ceb6e