🎉 New Features
- Added a new connector type (
CUSTOM
). - Added support for the
DatabricksCrawler
andDatabricksMiner
workflow packages. - Added the
creator()
method for the following assets:Custom
Dataverse
TablePartition
🐞 Bug Fixes
- Fixed
_user_id
handling issue inpyatlan.pkg.utils.get_client()
.
🥗 QOL Improvements
- Enhanced test coverage with additional unit tests for the
append_terms
,replace_terms
, andremove_terms
methods.
❌ Deprecated Changes
table_name
andtable_qualified_name
inColumn.creator()
now emit aDeprecationWarning
. Users are advised to useparent_name
andparent_qualified_name
instead.
Full Changelog: 4.0.0...4.0.1