You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feast/infra/utils/postgres/connection_utils.py:66: error: Argument 2 to "make_conninfo" has incompatible type "**dict[str, object]"; expected "str | int | None" [arg-type]
Steps to reproduce
Get your dev environment to the point where you can run make lint-python
pip install --upgrade 'psycopg>=3.2'
make lint-python` --> the above error
The text was updated successfully, but these errors were encountered:
Expected Behavior
Type checking should pass
Current Behavior
With
psycopg>=3.2
,Steps to reproduce
pip install --upgrade 'psycopg>=3.2'
The text was updated successfully, but these errors were encountered: