get_or_create_project
Retrieve the specified dbnl Project or create a new one if it does not exist
Parameters
Arguments
Description
name
description
An optional description for the dbnl Project, defaults to None
. Description is limited to 255 characters.
Description cannot be updated with this function.
Returns
Type
Description
A new Project will be created with the specified name if there does not exist a Project with this name already. If there does exist a project with the name, the pre-existing Project will be returned.
Examples
Was this helpful?