Upload information to the data_product table in the data registry
new_data_product(
name,
version,
object_url,
namespace_url,
endpoint = "http://127.0.0.1:8000/api/"
)a string specifying the name of the data_product
a string specifying the version identifier of the
data_product (must conform to semantic versioning syntax)
a string specifying the URL of the entry in the
object table
a string specifying the URL of the entry in the
namespace table
a string specifying the registry endpoint
Other new functions:
new_author(),
new_code_repo_release(),
new_code_run(),
new_external_object(),
new_file_type(),
new_issue(),
new_keyword(),
new_licence(),
new_namespace(),
new_object(),
new_object_component(),
new_quality_controlled(),
new_storage_location(),
new_storage_root(),
new_user_author()