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