Skip to content

Releases: atlanhq/atlan-python

Correct problem with Badge creation

14 Jun 12:24
e23627e
Compare
Choose a tag to compare

Set status to Active in Badge create method

Improve integration tests

12 Jun 11:45
2f0a134
Compare
Choose a tag to compare
  • Adds icons and images for classifications
  • Migrates to easier to use uniqueness generator for testing
  • Refactor Integration Tests to work on any server
  • Remove incorrect required field validations for Connection

Refactor syntax for accessing custom metadata

06 Jun 15:54
3f11d39
Compare
Choose a tag to compare
  • Fixes connection creation and associated validations

  • Adds further connectors (with icons)

  • Adds SQL parser endpoint

  • Add Lineage list API and integration tests

  • Fix bug on locking custom metadata

  • Refactor syntax for accessing custom metadata properties

    Previously the custom metadata property First Name would have been accessed as follows:
    cm.first_name

    This could cause confusion how the name was converted so now the following syntax will be used:

    cm['First Name']

Change name of terms property to assigned_term

24 May 15:24
37c4d6b
Compare
Choose a tag to compare
  • The name name of the property terms was changed to assigned_term this was to avoid a name collision with the terms property that existed on Glossaries
  • Convenience properties were added to to support relationship_attributes

Add support for Badge Creation

18 May 17:19
bb1b45a
Compare
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
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