-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add support for sqlalchemy.func
type so that, for example, using func.random()
does not raise a linting error.
Basic Example
Current:
OrderBy(func.random()) # Argument of type "random" cannot be assigned to parameter "field_name" of type "str" in function "__init__" "random" is not assignable to "str"

Drawbacks and Impact
No response
Unresolved questions
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request