Skip to content

Commit 37bd147

Browse files
authored
fix a missing link (#153)
1 parent 4867a01 commit 37bd147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/metaflow/composing-flows/custom-decorators.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ python waiterflow.py run --with myprofiler.my_profile --with kubernetes
116116
or equally `--with batch`. Notably, the decorators don't have to exist in the same [directory
117117
hierarchy as your flow code](/scaling/dependencies/project-structure), nor you have to include them with `@pypi`.
118118

119-
If your custom decorator is part of a Python package with multiple modules, Metaflow will automatically package the entire package. This allows you to implement advanced decorators as well-structured Python packages, which can be distributed internally via your internal package repository or published to PyPI. If your decorator requires third-party dependencies, you can include them using a bundled `@pypi` decorator, as shown in [this example](#).
119+
If your custom decorator is part of a Python package with multiple modules, Metaflow will automatically package the entire package. This allows you to implement advanced decorators as well-structured Python packages, which can be distributed internally via your internal package repository or published to PyPI. If your decorator requires third-party dependencies, you can include them using a bundled `@pypi` decorator, as shown in
120+
[this example](/metaflow/composing-flows/mutators#applying-multiple-decorators-with-a-step-mutator).
120121

121122
## Configuring decorators and managing state
122123

0 commit comments

Comments
 (0)