Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.92 KB

CHANGELOG-v0.17.0.md

File metadata and controls

38 lines (23 loc) · 1.92 KB

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!