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
Skip non-columns, for instance query expressions without a data type. See https://docs.sqlalchemy.org/en/14/orm/loading_columns.html#sqlalchemy.orm.query_expression.
These column expressions raise exceptions since they did not have the attributes one would expect from a normal column. They are (usually) dynamic, and not part of the table, thus should not be included in the document generation.
Co-authored-by: Roemer Claasen <roemer@frosha.io>
0 commit comments