Alias NodeRelation.schema_name to simply 'schema'#108
Alias NodeRelation.schema_name to simply 'schema'#108peterallenwebb wants to merge 2 commits intomainfrom
Conversation
|
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
QMalcolm
left a comment
There was a problem hiding this comment.
I'm somewhat skeptical of these changes. If they work though, amazing. We should get the conflicts resolved first and the actions reran. As it is currently, it looks like last July we had some test failures, but github has killed the logs on what those were.
|
I was just going to say exactly what @QMalcolm said. I just can't reason about what this alias magic from Pydantic will do in practice and I don't feel up to another deep dive into the Pydantic 1.10 codebase at this point. Unfortunately our CI integrations between this repo and its various dependencies are lacking so we might be in a situation where we have to merge -> deploy -> test -> roll back. |
|
Also, why are we making this change? I can't tell if the protocols need to be updated here, or if this is step 1 in a multi-step migration process that has to be merged and deployed in sequence in order to safely update the protocols, or what our final outcome is generally expected to be. |
There was a problem hiding this comment.
For some reason this is sitting in my review queue taking up cognitive space even though I commented eralier. I'm requesting changes just to see if I can alter the GitHub state, so if everybody else agrees that this is in a position to move forward please do clear that block rather than waiting for me to update my review.
In the meantime, it seems like this needs an update and CI re-run. If you could also add some context to the PR description around why we're making this change that'd help me expedite any follow-ups as well.
Resolves #106
Description
Alias NodeRelation.schema_name to simply 'schema'
Checklist
changie newto create a changelog entry