-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(sdk/patch): improve patch implementation internals #12253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is pretty clean. It would be great if we can add unit tests for each of these patch helpers . Maybe some AI magic followed by manual review :)
@@ -181,10 +176,13 @@ def get_fine_grained_key( | |||
@classmethod | |||
def quote_fine_grained_path( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably rename this method now that this is not responsible for quoting ?
@mayurinehate most of this functionality should be tested via the dataset patch builder tests. |
Checklist