v2.4.0
🥗 QOL improvements
- Implemented lazy imports for
pyatlan.model.assets
: This change reduces the import time for assets by deferring the import of modules until they are actually needed. As a result, users will experience faster startup times and reduced memory usage when working with assets.
🐞 Bug fixes
- Fixed missing check for
asset.guid
in theReadme.creator()
method, which caused issues with updatingReadme
assets when the asset was passed usingAsset.ref_by_qualified_name()
instead ofAsset.ref_by_guid()
. The SDK now throws aValueError
ifasset.guid
is missing in theReadme.creator()
method to prevent these issues.
Full Changelog: 2.3.3...2.4.0