-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Residual predicates with RDF export endpoint #5053
Comments
I have been able to reproduce the issue. After dropping a predicate, its schema type is changed to default and when an export is done we can see that the predicate is there in the schema file with |
Fixes #5053 Fixes DGRAPH-1260 The current implementation of export would add dropped predicates and deleted types to the exported schema. This PR fixes it by ignoring the deleted predicates and types.
Hey @mehdiym, this issue has been fixed in the master branch. Please do give it a try and let me know how it goes. |
Fixes dgraph-io#5053 Fixes DGRAPH-1260 The current implementation of export would add dropped predicates and deleted types to the exported schema. This PR fixes it by ignoring the deleted predicates and types.
What version of Dgraph are you using?
1.2.2 and master 46dfaab
Steps to reproduce the issue (command/config used to run Dgraph).
Expected behaviour and actual result.
default
I checked the generated g01.rdf.gz, and there is no n-quad with those removed predicates.
The text was updated successfully, but these errors were encountered: