We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 815041e + 21c0842 commit 38c88a8Copy full SHA for 38c88a8
1 file changed
website/www/site/content/en/documentation/sdks/yaml.md
@@ -813,6 +813,8 @@ above.
813
There are many more ways to import and even use template inheritance using
814
Jinja as seen [here](https://jinja.palletsprojects.com/en/stable/templates/#import)
815
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`.
818
819
Full jinja pipeline examples can be found [here](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/yaml/examples/transforms/jinja).
820
0 commit comments