Netflix/metaflow

Improve visibility of Metaflow Code object

Open

#1,009 opened on Apr 13, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (695 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (7,202 stars)
PR merge metrics
 (Avg merge 31d 18h) (23 merged PRs in 30d)

Description

The code tarball saved by Metaflow is accessible with the client but it is not very easy to work with. We may want to make it more visible possibly even in the Metaflow UI.

Another idea would be to link it to the source control that the Metaflow code is in (if there is one). In particular, we could store the branch/commit information as well as a "dirty" patch file if needed. We can keep the same tarball to work internally but also linking it to the user's development environment may make it easier to work with.

Contributor guide