2.8.1
- Features
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.
In case you need any assistance or have feedback for us, ping us at chat.metaflow.org or open a GitHub issue.