Project

tamr_client.project.from_resource_id(session, instance, id)[source]

Get project by resource ID

Fetches project from Tamr server

Parameters
  • instance (Instance) – Tamr instance containing this dataset

  • id (str) – Project ID

Raises
Return type

MasteringProject

Exceptions

class tamr_client.project.NotFound[source]

Raised when referencing (e.g. updating or deleting) a project that does not exist on the server.