🎉 New Features
-
Added support for the following workflow packages:
Connectors
- OracleCrawler
Utilities
- LineageBuilder
- LineageGenerator
- APITokenConnectionAdmin
-
Extended the
WorkflowClient.run()
method to accept raw workflowJSON
strings.
🐞 Bug Fixes
- Updated the maximum API token Time-to-Expire (TTE) to
5
years. Previously, the value was set to13
years (409,968,000
seconds), which was reverted to5
years due to an integer overflow issue in Keycloak. For more details, see Keycloak Issue #19671.
🥗 QOL Improvements
- Added support for Python
3.10
,3.11
,3.12
and3.13
. - Increased the default
read
timeout forAtlanClient
to900
seconds (15
minutes).
Full Changelog: 4.0.2...4.1.0