Skip to content

Commit

Permalink
[YAML] Document the yaml provider include syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Dec 4, 2024
1 parent 78bde63 commit 56d6a46
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/www/site/content/en/documentation/sdks/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,19 @@ providers:
MyCustomTransform: "pkg.subpkg.PTransformClassOrCallable"
```
One can additionally reference an external listings of providers as follows
```
providers:
- include: "file:///path/to/local/providers.yaml"
- include: "gs://path/to/remote/providers.yaml"
- include: "https://example.com/hosted/providers.yaml"
...
```
where `providers.yaml` is simply a yaml file containing a list of providers
in the same format as those inlined in this providers block.
## Pipeline options
[Pipeline options](https://beam.apache.org/documentation/programming-guide/#configuring-pipeline-options)
Expand Down

0 comments on commit 56d6a46

Please sign in to comment.