Skip to content

Releases: atlanhq/atlan-python

Add additional functionality

05 Oct 20:13
f9528de
Compare
Choose a tag to compare
  • Correct issue with incorrect type on purpose_atlan_tags of Purpose
  • Added support for searching audit logs
  • Fixed bug preventing creation of locked custom metadata
  • Fully-validate connection parameters on save
  • Adds emojis and icons for both tags and custom metadata
  • Fix bug on validating (internal) group names
  • Manage ADLS assests
  • Makes all options in AttributeDefs optional

Add support for aggregation to index search

26 Sep 16:27
5295040
Compare
Choose a tag to compare
  • Add capability to do bucket and metric aggregations
  • Mark lineage method (and others) deprecated, including DeprecationWarning

Minor enhancments

20 Sep 14:47
10bfa49
Compare
Choose a tag to compare
  • Add capability to find and re-run workflows
  • Fix Range query with 0 not generating expected request
  • Adds Matillion, MongoDB, and time granularity for custom metadata
  • Generates Sphinx documentation for the SDK
  • Adds an API token check as part of cache refreshes

Initial production release

13 Sep 15:14
3b19d20
Compare
Choose a tag to compare
  • Improve retry strategy for HTTP
  • Adds generators for developer portal docs
  • Adds create helper for Links
  • Fixes bug in adding API tokens as admins and viewers
  • Removes ability to activate and deactivate users
  • Refactored Exception hierarchy

Improve usability

11 Sep 10:12
80aa528
Compare
Choose a tag to compare
  • Improve retry strategy for HTTP
  • Adds generators for developer portal docs
  • Adds create helper for Links
  • Fixes bug in adding API tokens as admins and viewers
  • Removes ability to activate and deactivate users
  • Refactored Exception hierarchy

Upgrade to pyndantic 1.10.12

04 Sep 14:06
cb52348
Compare
Choose a tag to compare

Upgrade to pyndantic 1.10.12

Add ability to get, create and modify API tokens

31 Aug 14:19
1bedfb5
Compare
Choose a tag to compare
Merge pull request #106 from atlanhq/AM-320

Enhancements

Fix bug in generating field class vars

24 Aug 11:38
2069bfd
Compare
Choose a tag to compare
Merge pull request #105 from atlanhq/AM-118

Fixes bug in generating field class vars

Add fluent search

23 Aug 17:03
d7c28de
Compare
Choose a tag to compare
  • Adds a new FluentSearch approach to searching (no need to know Elastic anymore)
  • Changes default inclusion operation for Bool queries to filter rather than must (for efficiency)

Refactored to improve modularity

17 Aug 09:49
78038f8
Compare
Choose a tag to compare

Added:
Adds new purpose policy permissions (attaching / detaching terms from assets)
Fixes type for decentralized_role
Documents various public methods in client, caches, and event-handling classes
Add code generation for enums from enum-defs
split assets into multiple modules
Initial support for an X-Atlan-Request-Id header
Breaking changes
find_category_by_name[_fast] now return a list of categories rather than a single category, since categories are not unique by name within a glossary.