Changes
Features
- Add
retry_on
to allow tasks to retry on a subset of exception types - #5634
Enhancements
- Add ability to add capacity provider for ECS flow runs - #4356
- Add support for default values to
DateTimeParameter
- #5519 - Calling
flow.run
within a flow definition context will raise aRuntimeError
- #5588 - Add support for service principal and managed identities for storage on Azure - #5612
Task Library
- The
azureml-sdk
dependency has been moved from theazure
extra intoazureml
- #5632 - Add task to create materializations with Transform - #5518
- Add
create_bucket
toGCSCopy
- #5618
Fixes
- Fix issue where the
FlowRunView
could fail to initialize when the backend has no state data - #5554 - Fix issue where adaptive Dask clusters failed to replace workers - #5549
- Fix issue where logging in to Cloud via the CLI could fail - #5643