Skip to content

Releases: atlanhq/atlan-python

Add support for Lineage

15 May 11:09
7587356
Compare
Choose a tag to compare
  • Added the following classes to support lineage retrieval
    • LineageRelation
    • DirectedPair
    • LineageGraph
    • LineageResponse
  • Added the get_lineage method to AtlanClient
  • Modify create_typdef in client to handle creating EnumDef
  • Refresh caches on any SDK-driven creates or deletes

Fix problem with custom metadata creation

11 May 19:34
dff7f39
Compare
Choose a tag to compare

Fix problem where custom metadata created via the SDK failed to show up in the UI

Fix problem with custom metadata creation

09 May 14:36
6cb970d
Compare
Choose a tag to compare

Fix problem where custom metadata created via the SDK failed to show up in the UI

Add create method to Process asset

08 May 16:53
bd5e405
Compare
Choose a tag to compare
Pre-release
Merge pull request #44 from atlanhq/create_lineage

Add create method to Process class

Improve attachment of terms to assets

04 May 15:47
612049f
Compare
Choose a tag to compare
Pre-release
  • Add remove_terms method to AtlanClient
  • Add append_terms method to AtlanClient
  • Add replace_terms method to AtlanClient

Simplify Readme Creation

02 May 14:01
e94ed3f
Compare
Choose a tag to compare

Modify create method of the Readme asset to ease attaching Readme to assets.

Fix README.md

27 Apr 17:34
0b1c9c4
Compare
Choose a tag to compare
Fix README.md Pre-release
Pre-release

Fix broken link in README.md

Made changes to creating custom metadata

27 Apr 16:50
4e81935
Compare
Choose a tag to compare
  • Renamed get_business_attributes method get_custom_metadata in Referenceable.Attributes
  • Renamed set_business_attributes method set_custom_metadata in Referenceable.Attributes
  • Renamed BusinessAttributes to CustomMetadata
  • Add parameter overwrite_custom_metadata to AtlanClient.upsert
  • Add get_custom_metadata to CustomMetadataCache
  • Update create functions

Update Create Methods

12 Apr 16:57
f363382
Compare
Choose a tag to compare
Update Create Methods Pre-release
Pre-release
  • Added create method to Column
  • Updated Schema.create method to add schema to Database schemas collection
  • Updated Table.create method to add table to Schema tables collection

Changes to improve usability

11 Apr 12:30
956071d
Compare
Choose a tag to compare
Pre-release
  • Added relation_attributes parameter to IndexSearchRequest to specify the attributes to be included in each relationship that is included in the results of the search
  • Set assets to empty list when no entities are returned by search
  • Add classmethod ref_by_guid to Referencable
  • Add classmethod ref_by_qualified_name to Referencable