Azure MSSQL Backend (and possibly others) Broken SQLAlchemy Engine
objects interactions with pandas.read_sql()
#4066
Labels
Engine
objects interactions with pandas.read_sql()
#4066
Expected Behavior
feast
cli commands likefeast plan
work when using amssql
offline storeCurrent Behavior
Currently, repos with
mssql
offline store are broken when appying feast cli commands. The following occurs:Steps to reproduce
with a feature store YAML of:
when we run
feast plan
- we get the above errors.This may impact other providers, but I've only confirmed it with
azure
providerSpecifications
Possible Solution
I think this is a really a
SQLAlchemy
versioning issue, I resolved the problem by pinningSQLAlchemy<1.4.52
If we just update the
AZURE_REQUIRED
to:I think we'd avoid this issue
The text was updated successfully, but these errors were encountered: