nayaverdier
nayaverdier
@frenck Is there anything else I need to do before this is ready to merge?
@mishakorablin Just resolved merge conflicts so AFAIK just awaiting final review of this PR.
@epenet Thanks for pushing the CI through, I think I've resolved that issue now. I do see another test failing, `test_numpy_errors[pyloop]`, however it seems unrelated to my changes.
@frenck Please let me know if there's anything remaining to do before this PR can be merged.
Hello, just checking if there's any update on this?
Hi @kdaily, Do you know if the CodeArtifact team has been able to take a look at the PR for this issue?
Closing this PR in light of the above.
Hey! Unfortunately, there's not a whole lot of lift that this library currently does for a single-table design (though it's something that I'd love to eventually support well). Something like...
That's a great idea. I'm not sure if there's a way to automatically treat the types of the class (e.g. `MyTable.some_field`) as `Attr` while still keeping `MyTable(...).some_field` as the original...
@StummeJ Thanks for the PR! And sorry for the delay. I want to make sure this doesn't break any static checkers like mypy for any users, by chance did you...