Skip to content

v9.7.2

Choose a tag to compare

@Aryamanz29 Aryamanz29 released this 18 May 09:51
2d33c6a

๐ŸŽ‰ New Features

  • Add AMAZON_MSK to AtlanConnectorType: New AMAZON_MSK = ("amazon-msk", AtlanConnectionCategory.EVENT_BUS) enum entry, matching the Java SDK. Removes the need for the extend_enum workaround.

๐Ÿž Bug Fixes

  • DataProduct.creator now defaults daap_visibility to PRIVATE: Mirrors the Atlan UI default. Fixes the marketplace Overview Assets tile rendering blank for products created via the SDK because the UI required both daapStatus and daapVisibility to be non-null. The earlier partial fix only set daap_status. New optional overrides also exposed on creator() / create(): daap_visibility, daap_visibility_users, daap_visibility_groups, owner_users, owner_groups.
  • DataProduct.creator defaults owner_users to the calling user: When a client is passed, the creating user's username is used as the default owner, matching UI behavior.

Full Changelog: 9.7.1...9.7.2