Skip to content

WANNA project#

WANNA project settings set some basic values about your project.

class wanna.core.models.wanna_project.WannaProjectModel(*, name, version, authors, billing_id=None, organization_id=None)

wanna_project section of the yaml config consists of the following inputs:

  • name - [str] the name of the wanna project should be unique, this name will be used in the docker service for naming docker images and in labeling GCP resources. Hence it can be used also for budget monitoring.
  • version - [str] Currently used only in labeling GCP resources, we expect to introduce new API versions and then this parameter will gain more importance.
  • authors - [List[str]] Email addresses, currently used only in GCP resource labeling but soon also in monitoring.
  • billing_id - [str] (optional) GCP Billing ID, needed for the budget report
  • organization_id - [str] (optional) GCP Organization ID, needed for the budget report

Example#

wanna_project:
  name: wanna-julia-notebooks
  version: 1
  authors: [harry.potter@avast.com, ronald.weasley@avast.com]