G-Research/spark-dgraph-connector

Support Dgraph namespaces

EnricoMi opened this issue · 0 comments

Allow to specify a namespace in order to read graphs from namespaces other than the default one.

spark.read.option("dgraph.namespace", "foo").dgraph.triples("localhost:9080")

The namespace will have to be used when creating a transaction and on accessing the /state endpoint.

Requires #149.