Skip to content

0.16.0

Compare
Choose a tag to compare
@wjohnson wjohnson released this 23 Dec 15:57
· 1 commit to master since this release

Release Notes

New Features

  • Support the Microsoft Purview GraphQL endpoint ( #265 )
  • Support providing info values for experts / owners in Microsoft Purview when parsing the Excel bulk entities tab. ( #264 )
    • Achieved by following the same pattern as Microsoft Purview follows in their term upload which is emailaddress:info value
    • Where info value is the string of text you want in the info field.
  • Added two update_entity_tags and delete_entity_tags to the PurviewClient ( #245 )
    • These are thin wrappers over update_entity_labels and delete_entity_labels to reduce the confusion for MS Purview users.
    • MS Purview calls labels as tags in the MS Purview UI.
  • AtlasClient.addRelationship now supports adding a list of Atlas Entities that will automatically be converted to the minimum JSON necessary for use in the /entity and /entity/bulk endpoints.

Bug Fixes

  • Fixed issue with experts and owners parsing from Excel (#266, #257, #252)

Breaking Changes

  • None

Other Changes

  • None

Full Changelog: 0.15.0...0.16.0