sqlalchemy-stubs icon indicating copy to clipboard operation
sqlalchemy-stubs copied to clipboard

error: Argument 1 to "correlate" of "Exists" has incompatible type "Type[MyModel]"; expected "FromClause"

Open cancan101 opened this issue 5 years ago • 0 comments

I am passing MyModel class to the correlate of an Exists clause and getting the the following error:

error: Argument 1 to "correlate" of "Exists" has incompatible type "Type[MyModel]"; expected "FromClause"

where MyModel is a subclass of Base (Base = declarative_base(...))

cancan101 avatar Oct 06 '20 17:10 cancan101