GoogleCloudPlatform / DataflowTemplates

Cloud Dataflow Google-provided templates for solving in-Cloud data tasks
https://cloud.google.com/dataflow/docs/guides/templates/provided-templates
Apache License 2.0
1.12k stars 936 forks source link

Allow flags to be used as jinja template variables. #1647

Closed robertwb closed 1 month ago

robertwb commented 1 month ago

This allows one to write templates in YAML itself.

This is a port of https://github.com/apache/beam/pull/31549 We should be able to defer this to Beam once 2.58 is release.

robertwb commented 1 month ago

R: @Polber