Skip to content

Commit 21c0842

Browse files
committed
Add note about providers to yaml jinja section.
1 parent d7fa511 commit 21c0842

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • website/www/site/content/en/documentation/sdks

website/www/site/content/en/documentation/sdks/yaml.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,8 @@ above.
813813
There are many more ways to import and even use template inheritance using
814814
Jinja as seen [here](https://jinja.palletsprojects.com/en/stable/templates/#import)
815815
and [here](https://jinja.palletsprojects.com/en/stable/templates/#inheritance).
816+
Note that for large chunks of functionality, we recommend packaging them up via
817+
more reusable [yaml providers](yaml-providers) rather than using textual `%includes`.
816818

817819
Full jinja pipeline examples can be found [here](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/yaml/examples/transforms/jinja).
818820

0 commit comments

Comments
 (0)