datopian / metastore-lib

🗄️ Library for storing dataset metadata, with versioning support and pluggable backends including GitHub.
https://tech.datopian.com/versioning/
MIT License
10 stars 1 forks source link

Allow passing author email and name in updates / tags #4

Closed shevron closed 4 years ago

shevron commented 4 years ago

When creating a revision or a tag, users should be able to specify the author name and email. In the GitHub backend, this will be the committer / tagger / author value.

We should probably also return the author as part of RevisionInfo / TagInfo return objects.