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
I've looked at the documentation here and under sqla_session it says You can also pass a session to the Schema’s load method. However, it's unclear how to pass the session to the load method. Is it sqla_session as well, or something else? I've searched the documentation for the signature of this method but I was unable to find any details.
I was able to make it work by looking at the function signature in the source code here.
Is this just a case of missing documentation, or am I using an undocumented feature by having to look in the source code?
The text was updated successfully, but these errors were encountered:
Good catch! It's documented here, but I don't think this appears in the sphinx docs. It is public API, so we should definitely document this more clearly
I've looked at the documentation here and under
sqla_session
it saysYou can also pass a session to the Schema’s load method.
However, it's unclear how to pass the session to theload
method. Is itsqla_session
as well, or something else? I've searched the documentation for the signature of this method but I was unable to find any details.I was able to make it work by looking at the function signature in the source code here.
Is this just a case of missing documentation, or am I using an undocumented feature by having to look in the source code?
The text was updated successfully, but these errors were encountered: