Hi, when running metaflow on remote environment like k8s, it packages every files in the directory. Is there a way to avoid it?
Looking for a functionality similar to .gitignore/.dockerignore
We need almost all the files except from a few 1 or 2 dirs.
Curious to know if there's any way apart from dedicated directory for the flow or symlinks.
✅ 1
r
rhythmic-controller-77489
09/10/2024, 4:54 PM
We are working on something like a
.metaflowignore
or
.metaflow_package
file to help with this and will let you know once we have something out.