Moved from GitHub tutorial/121
Posted by zbioe:
Steps to reproduce the issue.
Type Run
in https://tour.dgraph.io/moredata/2/# after load the data.
Expected behaviour and actual result.
Expected: Success when Run
is typed
Got: problem with some predicates, needed change Performance
to this:
type Performance {
performance.film: [Movie]
performance.character: [Person]
performance.actor: [Person]
}
removed inside performance:
performance.character_note: string
performance.special_performance_type: [Special_performance_type]
type: [Generic]
when i look in rdf file, i can’t see these predicates in the file:
$ cut -f2 -d' ' 1million.rdf | sort | uniq -c
6379
16 --------
119258 <actor.film>
197628 <dgraph.type>
7391 <director.film>
23679 <genre>
6356 <initial_release_date>
210340 <name>
119258 <performance.actor>
119258 <performance.character>
119258 <performance.film>
119258 <starring>
this could be a issue