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
regex validation check to ensure dataset_artifact_uri is in the correct format.
Removed
dataset_artifact_uri parameter's default value was removed, making it a necessary parameter when creating a databus publisher.
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 provideddataset_artifact_uri
is in the correct format.Closes #13
Prerequisites: Merge #15, before merging this branch.
Changelog
Added
dataset_artifact_uri
is in the correct format.Removed
dataset_artifact_uri
parameter's default value was removed, making it a necessary parameter when creating a databus publisher.