dgraph-io / benchmarks

Run benchmarks with RDF data
Apache License 2.0
97 stars 58 forks source link

Update release.schema to work with Dgraph v1.1.1. #37

Closed danielmai closed 4 years ago

danielmai commented 4 years ago

In v1.1.1 setting the release.schema on a live cluster returns this error:

{"errors":[{"message":"Schema does not contain a matching predicate for field apple_movietrailer_id in type Film","extensions":{"code":"Error"}}]}$

All the predicates used as a type field must have a schema entry before it can be used for a type.


This change is Reviewable