-
### Short description of current behavior
### Video or screenshots
_No response_
### Expected behavior
_No response_
### How to reproduce the error
> 024-10-07 06:21:28,873 http…
-
### Short description of current behavior
The goal of this issue is to build a new handler to integrate Oracle Cloud Object Storage with MindsDB.
## Resources :bulb:
:checkered_flag: To get …
-
### Short description of current behavior
The goal of this issue is to build a new handler to integrate ServiceNow with MindsDB.
## Resources :bulb:
:checkered_flag: To get started, please r…
-
# Hacktoberfest Open Source Contribution - Issue Description
## Issue: Contribution to MindsDB Project
**Description**:
We are looking for contributors to help us enhance our MindsDB project …
-
### Short description of current behavior
The current handler uses API endpoints to connect to Airtable. Using SDK is more preferable.
For more context: https://github.com/mindsdb/mindsdb/issues/9…
-
Prettier issue
![image](https://github.com/user-attachments/assets/d0d25aa8-2e73-4aad-94e2-eb5b23b2ae3a)
and failing test cases
![image](https://github.com/user-attachments/assets/2d39dc9f-edc3-4…
-
### Short description of current behavior
**Currently:**
When uploading an XLSX file to MindsDB, only the first sheet is uploaded.
**Goal:**
When uploading an XLSX file to MindsDB, all its sheet…
-
MindsDB can be installed easily via [Docker Desktop Extension](https://docs.mindsdb.com/setup/self-hosted/docker-desktop). It provides a graphical user interface where dependencies for different integ…
-
### Short description of current behavior
I am using a postgres database with a money column that has several different values. But mindsdb (or lightwood) infers it as categorial input.
### Video or…
-
At the moment creating model from view require a query to the view:
```sql
CREATE or replace MODEL model_name
FROM mindsdb (select * from view)
PREDICT field_name
```
will be good to be able us…