Iaroslav Igoshev

Results 173 comments of Iaroslav Igoshev

I tried to replace sqlalchemy-databricks to databricks-sql-python as follows ```bash --- a/pyproject.toml +++ b/pyproject.toml @@ -10,18 +10,18 @@ packages = [{include = "pandasai"}] [tool.poetry.dependencies] python = ">=3.9,3.9.7,=2.0,

My bad :) The package on pypi is databricks-sql-connector but not databricks-sql-python. I was able to generate a new lock file but pandas is not still a latest one. There...

@gventuri, is this issue planned to be fixed?