I use Dgraph v21.03.1 and trying to bulk load with a graphql schema file like:
[{"Namespace":0,"Schema":"type person ..."}]
My dql schema is an empty file.
I use the following command:
dgraph bulk -f rdf/ -g gql.schema -s dql.schema --map_shards=1 --reduce_shards=1 --zero=localhost:5080
After the import, it seems that the schema is not executed, the predicate has no data type and index, and the type does not exist, Only my graphql schema content is stored in dgraph.graphql.schema