- Features
- Introduce support for Metaflow sandboxes for Metaflow tutorials
- Display Metaflow UI URL on the terminal when a flow is executed via
step-functions triggerorargo-workflows trigger
Features
Introduce support for Metaflow sandboxes for Metaflow tutorials
With this release, the Metaflow tutorials can now be executed within the Metaflow sandboxes, making it trivial to evaluate whether Metaflow is a good fit for your organization without committing to deploying the necessary cloud infrastructure upfront.
Display Metaflow UI URL on the terminal when a flow is executed via step-functions trigger or argo-workflows trigger
With this release, if the Metaflow config (in ~/.metaflow_config) includes a reference to the deployed Metaflow UI (assigned to METAFLOW_UI_URL), the user-facing logs in the terminal will indicate the direct link to the relevant run view in the Metaflow UI.
In case you need any assistance or have feedback for us, ping us at chat.metaflow.org or open a GitHub issue.
What's Changed
- Add a way to create aliases to other parts of metaflow by @romain-intel in #1304
- feature: emit UI url for argo workflows and step-functions by @saikonen in #1311
- fix: update cards dependencies by @saikonen in #1314
- Sync tutorials for Outerbounds sandbox by @emattia in #1299
- Fix the
logscommand in cases where the step/task hasn't finished by @romain-intel in #1315 - Update version to 2.8.2 by @savingoyal in #1325
New Contributors
Full Changelog: 2.8.1...2.8.2
