Max Stepanov

Results 62 issues of Max Stepanov

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 COLUMNS.ORDINAL_POSITION", ds_kwargs={'case_sensitive': False}, reduce_output=False, **{table_name: dataframe} ) ``` Dataframe...

bug

## Description This PR allows to hide sensitive information from: - engine connection arguments - model 'using' arguments - database connection arguments By default any listed arguments will be replaced...

### Short description of what should be added or improved Changes in [this PR](https://github.com/mindsdb/mindsdb/pull/9192) allow to hide sensitive information in a query response. In order to make this possible, arguments...

documentation

## Description In the tests there were few places where `MICROSERVICE_MODE` env var was expected. Fixes #issue_number ## Type of change (Please delete options that are not relevant) - [...

### Short description and motivation for the proposed feature MySQL 9.0 has recently been recently. We need to: - make our mysql handler compatible with mysql 9.0 - check that...

enhancement

## Description Openapi spec for `minds` routes Fixes #issue_number ## Type of change (Please delete options that are not relevant) - [ ] 🐛 Bug fix (non-breaking change which fixes...

## Description Del `datahub` from `agents controller` to make it simpler. Fixes #issue_number ## Type of change (Please delete options that are not relevant) - [ ] 🐛 Bug fix...

## Description Unused code deleted ## Type of change (Please delete options that are not relevant) - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [...

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...

enhancement

## Description `com_operators.py` is not used anywhere in the code, so it should be deleted. ## Type of change (Please delete options that are not relevant) - [ ] 🐛...