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

feature: make dataset artifact uri required #16

Closed irangareddy closed 1 year ago

irangareddy commented 1 year ago

This pull request makes the dataset_artifact_uri argument required to create a databus publisher. Additionally, it adds a regex validation check to ensure that the provided dataset_artifact_uri is in the correct format.

Closes #13

Prerequisites: Merge #15, before merging this branch.

Changelog

Added