Skip to content

Releases: atlanhq/atlan-python

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

0.0.20: Merge pull request #36 from atlanhq/fix_dsl

05 Apr 08:12
7463d13
Compare
Choose a tag to compare

Corrected critical issue with from, size and track_total_hits in DSL object not being sent to server if the defaults weren't changed

Updated name of Environment variable

30 Mar 12:36
17c5b63
Compare
Choose a tag to compare
Pre-release

Updated the name of the initialization variable required by AtlanClient from host to base_url. Consequently the environment variable was change from ATLAN_HOST ot ATLAN_BASE_URL.

Add Publish Workflow

27 Mar 13:49
889bfcd
Compare
Choose a tag to compare
Add Publish Workflow Pre-release
Pre-release

Added GitHub action to publish pyatlan to pypi.org.

Initial Release to Pypi

23 Mar 06:38
08c02fe
Compare
Choose a tag to compare
Pre-release

This is the initial beta release of the Python SDK to Pypi