Yunqing Zhou created BEAM-7797:
----------------------------------
Summary: DataflowRunner's upload_graph feature doesn't reduce
template file size
Key: BEAM-7797
URL: https://issues.apache.org/jira/browse/BEAM-7797
Project: Beam
Issue Type: Bug
Components: runner-dataflow
Reporter: Yunqing Zhou
Dataflow Runner has a feature to save job graph separately, reducing the size
of the request to Dataflow API.
Since templates are simply dumps of requests to the API, sizes of template
files should be reduced as well.
However, the logic to remove parts from the request happened after template
file generation.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)