You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecates the LineageRequest-based lineage operations.
The methods are still there, only marked deprecated, to avoid any existing code compilation breakages.
However, be advised that any code that still relies on these deprecated methods may no longer work in the near future (or indeed already).
Instead, use the LineageListRequest-based lineage operations, which offer equivalent functionality with improved performance.
🐞 Bug fixes
Adds an API token check as part of cache refreshes. Previously an expired or otherwise no-longer-valid API token would silently create empty caches, causing knock-on effects related to things like Atlan tags and custom metadata not being found. Now such tokens will be immediately identified and raised during the cache refresh process rather than silently failing.
Fixes deserialization of string-encoded primitives in JSON response payloads.
🥗 QOL improvements
Enumerates the out-of-the-box Atlan packages, for use in searching for workflows to rerun using WorkflowSearchRequest.findByType()