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 don't know if this is the underlying issue for #7 , but I've found that when I fetch an object the display from inspect() does not show the ID field - but direct access via obj.id shows it just fine. Thus I over-wrote inspect() for my redshift models to correctly show the ID:
I don't know if this is the underlying issue for #7 , but I've found that when I fetch an object the display from
inspect()
does not show the ID field - but direct access viaobj.id
shows it just fine. Thus I over-wroteinspect()
for my redshift models to correctly show the ID:Also, the
find()
method was throwing an exception for me so I patched it to callfind_by_id()
:Has anyone else noticed these issues? If so, I'll try to put a better fix into place and do a PR.
The text was updated successfully, but these errors were encountered: