create_project
Create a new dbnl Project
Parameters
Arguments
Description
name
The name for the dbnl Project. Project names must be unique; an error will be raised if there exists a Project with the same name.
description
An optional description for the dbnl Project, defaults to None
. Description is limited to 255 characters.
Returns
Type
Description
The newly created dbnl Project.
Examples
Last updated
Was this helpful?