Polber commented on PR #30835:
URL: https://github.com/apache/beam/pull/30835#issuecomment-2035797734
@robertwb That is a good idea. I went ahead and pushed changes to support
something like:
```
pipeline:
...
providers: !include providers.yaml
```
However, I tested out a similar syntax with jinja, and using a custom
template loader, it is possible to do something like:
```
pipeline:
...
providers: {% include 'providers.yaml' %}
```
In both cases, the framework will accept paths from the local filesystem or
from GCS
(using `apache_beam.io.filesystems.FileSystems`)
---
Since YAML templates will most likely use jinja, gauging current dev list
interaction, I am going to table this for now with the intent to add this
feature with the templatization work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]