From c58dc52ff6d7ecea7c8d0b68fc6b8464ea1ad2ab Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 27 Nov 2024 10:12:03 -0800 Subject: [PATCH] Add a pointer to java provider example. --- website/www/site/content/en/documentation/sdks/yaml.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/www/site/content/en/documentation/sdks/yaml.md b/website/www/site/content/en/documentation/sdks/yaml.md index d4829c163522..a27b47a2b415 100644 --- a/website/www/site/content/en/documentation/sdks/yaml.md +++ b/website/www/site/content/en/documentation/sdks/yaml.md @@ -662,6 +662,9 @@ providers: MyCustomTransform: "urn:registered:in:expansion:service" ``` +A full example of how to build a java provider can be found +[here](https://github.com/Polber/beam-yaml-xlang). + Arbitrary Python transforms can be provided as well, using the syntax ```