0.13.0
Release Notes
This release adds support for collections in Purview and fixes a bug in discovery.search_entities
Some great contributions from @fpvmorais , @vincentk , and@xiaoyongzhu since the last release.
New Features
- Support the core collections APIs:
collections.upload_single_entity
lets you create a single entity with a specific collection id.collections.upload_entities
lets you create multiple entities with a specific collection id.collections.move_entities
lets you move a list of guids to a specific collection based on collection id.collections.list_collections
lets you list all of the collections so you can find the friendly name and id.
Please note that collection id is required in the upload and move methods which is NOT the friendly name. Use the list_collections
method to get the id of your collection.
Bug Fixes
discovery.search_entities
was calling the search api an extra time if the results were already small
Breaking Changes
- None