Datatamer / Datatamer/tamr-client
New TaxonomySpec class to pass to create_taxonomy().
Open
🙋♀️ Feature Request
- Dominant language
- Python
- Stars
- 11
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
To create resources we use `specs`, for example, the method
```
tamr_unify_client.categorization.category.collection.CategoryCollection.create()
```
takes as input a `CategorySpec` class to create a new category in a taxonomy.
To create a taxonomy in a categorization project we have the method
```
tamr_unify_client.categorization.project.CategorizationProject.create_taxonomy()
```
However, no `TaxonomySpec` class exists.
To be consistent, it would be nice to have a `TaxonomySpec` class.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.