-
Notifications
You must be signed in to change notification settings - Fork 41
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
Support committing a single dataset when multiple have changes #69
Comments
tagging this for milestone 0.4, but we need to flesh out exactly what we want it to look like shortly. As a straw man for discussion, how about
Since It would naturally lead into this
|
Started work on this today - committing a partial working copy, works, but then the working-copy has its "tree" field set to the HEAD then it shows as having no diffs. Not sure how much work this is to fix: maybe it should be in 0.5 as part of the dataset v2. |
IMO that's probably not particularly hard to fix; we just have to delete particular things from the tracking table instead of truncating the whole table. The tracking table contains both table_name and pk:
so it seems reasonably straightforward to delete from selectively. The main difficulty of implementing this might just be in refactoring the various layers of python callbacks so the filter information can be passed through to the bit that actually does the delete |
No description provided.
The text was updated successfully, but these errors were encountered: