github flyteorg/flyte v0.17.0
Flyte v0.17.0 milestone release

latest releases: v1.12.0-b0, flytestdlib/v1.12.0-b0, flytepropeller/v1.12.0-b0...
2 years ago

Flyte v0.17.0

Platform

  1. Recovery Mode: Executions that fail due to external system failures (e.g. external system being down) can now be rerun in recovery mode (flytectl --recover docs). It's also available in the UI:

    Recovery mode in the UI

Flytekit

  1. Great Expectations Integration (docs).
  2. Access to durable blob stores (AWS/GCS/etc) are now pluggable.
  3. Local task execution has been updated to also trigger the type engine.
  4. Tasks that have cache=True should now be cached when running locally as well (docs).

Please see the flytekit release for the full list and more details.

UI

  1. Shiny new Graph UX. The graph rendering has been revamped to be more functional and accessible. More updates are coming for better visualization for nested executions and branches.

    New Graph UX
  2. JSON Validation for json-based types in the UI.

Before After
  1. Enum support in UI

FlyteCtl

  1. flytectl upgrade to automatically upgrade itself (docs).
  2. --dryRun is available in most commands with server-side-effects to simulate the operations before committing any changes.

And various stabilization fixes!

Don't miss a new flyte release

NewReleases is sending notifications on new releases.