We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5266cf2 commit 2ef9783Copy full SHA for 2ef9783
1 file changed
metaflow/user_decorators/user_flow_decorator.py
@@ -316,7 +316,7 @@ def add_to_package(self):
316
Called to add custom files needed by this flow mutator. This hook will be
317
called in the `MetaflowPackage` class where metaflow compiles the code package
318
tarball. This hook can return one of two things (the first is for backwards
319
- compatibility -- move to the second):
+ compatibility -- generally use the second when you implement your mutator):
320
- a generator yielding a tuple of `(file_path, arcname)` to add files to
321
the code package. `file_path` is the path to the file on the local filesystem
322
and `arcname` is the path relative to the packaged code.
0 commit comments