Releases: atlanhq/atlan-python
v8.5.0
π New Features
- Added support for new DQ rule templates.
Docs: https://developer.atlan.com/patterns/create/dq_rules
βοΈ Breaking Changes
DataQualityRule.table_level_rule_creator()andDataQualityRule.column_level_rule_creator()now acceptrule_typeas aDataQualityRuleTemplateTypeenum instead ofstr.threshold_compare_operatoris now an optional parameter forDataQualityRule.table_level_rule_creator().
Full Changelog: 8.4.6...8.5.0
v8.4.6
π New Features
-
Added support for OAuth client management (
create,get,get_by_id,update,purge).
Docs: https://developer.atlan.com/snippets/access/oauth-clients -
Added optional
field_typeparameter toSearchableField.has_any_value(), allowing users to handle cases when text exceeds 5K characters (the keyword field on an attribute can be empty while the text field on the same attribute is populated).
Docs: https://developer.atlan.com/snippets/common-examples/finding/examples/#assets-with-long-descriptions
π₯ QOL Improvements
- Regenerated models with latest typedef definitions.
- Published
pyatlanwith Chainguard golden image for each new release.
Full Changelog: 8.4.5...8.4.6
v8.4.5
v8.4.4
π§ͺ Experimental
- Added support for initializing
AtlanClientandAsyncAtlanClientusingOAuthcredentials.
π Documentation
- Initialize
AtlanClientandAsyncAtlanClientusingOAuthcredentials.
https://developer.atlan.com/sdks/python/#configure-the-sdk
π Bug Fixes
- Fixed
pyatlan.test_utils.create_connection()which was missing the requiredclientparameter.
Full Changelog: 8.4.3...8.4.4
v8.4.3
π Bug Fixes
- Fixed
KeywordFieldforAtlanTask.GUID. - Fixed circular imports caused by Process-SQL asset relationships in generated typedef models.
π₯ QOL Improvements
- Regenerated models with latest typedefs.
Full Changelog: 8.4.2...8.4.3
v8.4.2
π New Features
- Added DQ permissions to
PersonaMetadataActionenum.
π Bug Fixes
- Fixed time range condition in
WorkflowClient.find_runs_by_status_and_time_range()
Full Changelog: 8.4.1...8.4.2
v8.4.1
π New Features
- Added support for
enable_full_restrictiontoIndexSearchRequest&FluentSearch. - Added support for new custom metadata attribute type:
AtlanCustomAttributePrimitiveType.RichText.
π Bug Fixes
- Fixed field type for
LineageListRequest.relation_attributesto beOptional[List[str]].
π Documentation
π₯ QOL Improvements
- Updated source tag search with value query to match latest frontend changes.
Full Changelog: 8.4.0...8.4.1
v8.4.0
π Bug Fixes
- Fixed source tag search with value.
- Fixed missing
needs_type_filtercheck on assetsuperTypeName.
π₯ QOL Improvements
- Bumped SDK core and development dependencies to the latest version.
Full Changelog: 8.3.1...8.4.0
v7.1.10
π Bug Fixes
- Fixed missing
needs_type_filtercheck on assetsuperTypeName.
Full Changelog: 7.1.9...7.1.10
v8.3.1
π Bug Fixes
- Fixed permission errors (
403) by using the/whoamiendpoint instead of Keycloak endpoints (which are blocked for customers) to fetch user role mapping for determining whether an API token is being used.
Full Changelog: 8.3.0...8.3.1