Unified¶
-
class
tamr_client.dataset.unified.UnifiedDataset(url, name, key_attribute_names, description=None)[source]¶ A Tamr unified dataset
-
tamr_client.dataset.unified.from_project(session, project)[source]¶ Get unified dataset of a project
Fetches the unified dataset of a given project from Tamr server
- Parameters
project (
Union[CategorizationProject,MasteringProject,SchemaMappingProject,GoldenRecordsProject,UnknownProject]) – Tamr project of this Unified Dataset- Raises
unified.NotFound – If no unified dataset could be found at the specified URL. Corresponds to a 404 HTTP error.
requests.HTTPError – If any other HTTP error is encountered.
- Return type
UnifiedDataset