·
6 commits
to main
since this release
🆕 New Items Support
- Add support for DataBuildToolJob item by crazy-treyn (#864)
✨ New Functionality
- Add
$workspace.$nameand$workspace.$name_encodeddynamic replacement variables for target workspace display name by shirasassoon (#895) - Add
configure_fabric_fqdnto configure Fabric API URLs for private-link-enabled workspaces using per-workspace FQDN endpoints by SumeshKashyap (#754)
🔧 Bug Fix
- Fix incomplete Sparkcompute settings deployment by using the item definition API instead of the staging/sparkcompute API when deploying Environments by lassevalentini (#776)
- Fix HTTP 400 errors when using
items_to_includewith post-publish operations (e.g. Lakehouse shortcut publishing) by shirasassoon (#948) - Prevent empty
items_to_includelist from bypassing item filtering by shirasassoon (#980)
⚡ Additional Optimizations
- Remove version check on import to reduce noise and eliminate unnecessary PyPI network call at startup by shirasassoon (#973)
📝 Documentation Update
- Add GitHub Actions workflow examples to documentation examples section by shirasassoon (#837)