Skip to content

Releases: atlanhq/atlan-python

Add support for Badge Creation

18 May 17:19
bb1b45a

Choose a tag to compare

  • Added create method to Badge class to make it easier to create Badges
  • Added Integration tests for CustomMetadata
  • Updated the enum for AtlanConnectorType

Add support for Lineage

15 May 11:09
7587356

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

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

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

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

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

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

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

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

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