1.14.0 (2024-03-11)
Features Added
- Remove
experimental
tag forml_client.jobs.validate
. - Workspace Connection has new read-only subclass: AzureBlobStoreWorkspaceConnectionSchema.
- Workspace Connection supports 2 new types under main class: gen 2 and azure_one_lake.
- Workspace Connection LIST operation can return data connections via new optional flag: include_data_connections.
Bugs Fixed
- Fix pipeline job
outputs
not load correctly whencomponent: <local-file>
exists in pipeline job yaml. - Workspace ListKey operation serialization issue fixed.
- Workspace Diagnose result now can be print in to Json format.
Other Changes
- Support for Python 3.12