dbpedia / cmem-plugin-databus

eccenca Corporate Memory build plugin to publish and load datasets from a DBpedia databus service.
Apache License 2.0
5 stars 2 forks source link

Exeption during Metadata access from CMEM … description could not be fetched or is empty #12

Open white-gecko opened 1 year ago

white-gecko commented 1 year ago

I now have a setup where the autocompletion works but still I'm not able to publish a dataset.

I have created the dataset on the databus at https://databus.coypu.org/narndt/coypu/example/ and the plugin is configures as follows:

image

But I get the following error, when I try to execute the workflow.

image

image

"Exeption during Metadata access from CMEM task example_bda8d144593b759e: description could not be fetched or is empty"

yum-yab commented 1 year ago

The Databus enforces a description for its Datasets, so the databus-plugin tries to fetch the desription from the chosen KnowledgeGraph. If this description is empty, you get this error.

But I shold probably extend the message so the user knows WHERE the descrion should be updated.