Skip to content

2.8.1

Compare
Choose a tag to compare
@savingoyal savingoyal released this 15 Mar 19:52
· 511 commits to master since this release
52b3a82

Features

Add ec2 instance metadata in task.metadata_dict when a task executes on AWS Batch

With this release, task.metadata_dict will include the fields - ec2-instance-id, ec2-instance-type, ec2-region, and ec2-availability-zone whenever the Metaflow task is executed on AWS Batch and the task container has access to ec2 metadata magic URL.

Display Metaflow UI URL on the terminal when a flow is executed either via run or resume

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.

Screen Shot 2023-03-15 at 12 46 01 PM

In case you need any assistance or have feedback for us, ping us at chat.metaflow.org or open a GitHub issue.