-
### Short description of current behavior
Important note, I have a 4 months old Mindsdb docker image where everything works perfectly fine. This bug is related to newer versions only.
1. Create …
-
### Is there an existing integration?
- [x] I have searched the existing integrations.
### Use Case
This feature would allow users to seamlessly integrate Modal's infrastructure for both inference …
mahzy updated
2 months ago
-
Currently the only way to connect to a mindsdb instance is by using the hard coded environment variables. I think it would make sense to be able to set credentials in the same way as you work with dat…
-
If ports are exposed, messages sent via netcat are received and echoed correctly. But trying to connect using any MySQL client or wget fails:
```
federico@Federicos-MacBook-Air vagrant-mindsdb % c…
-
### Short description of current behavior
The SQreamDB handler is currently in an unusable state due to the error:
`[Errno 2] No such file or directory: 'vmstat'`
### Video or screenshots
_No resp…
-
This query produce `KeyError('COLUMNS.ORDINAL_POSITION')` :
```
dfsql.sql_query(
"SELECT * FROM COLUMNS WHERE COLUMNS.TABLE_SCHEMA = 'MINDSDB' AND COLUMNS.TABLE_NAME = 'predictors' ORDER BY COL…
-
- How to use https://planetscale.com/
- How to use https://www.prisma.io/
- How to use https://mindsdb.com/
- How to use [GitHub Actions](https://github.com/features/actions)
- How to use https://…
-
### Short description of current behavior
Using this data:
[data.csv](https://github.com/user-attachments/files/16201887/data.csv)
I can create a model with this:
```
DROP MODEL mindsdb.trades;…
-
### Short description of current behavior
When scheduled a job to sync to a knowledge base from apache druid, we give id > LAST so that mindsdb maintains context of last record synced.
But in ca…
-
### Short description of current behavior
This query is a sensible variation from what is shown in the tutorial [here](https://docs.mindsdb.com/integrations/app-integrations/slack), however it fail…