AydarZaynutdinov commented on a change in pull request #16593:
URL: https://github.com/apache/beam/pull/16593#discussion_r797712999
##########
File path: playground/backend/internal/cloud_bucket/precompiled_objects.go
##########
@@ -35,6 +35,7 @@ const (
BucketName = "playground-precompiled-objects"
OutputExtension = "output"
LogsExtension = "log"
+ GraphExtension = "graph"
Review comment:
Actually, it doesn't matter. We keep output to the `.output` file
instead of the `.txt` file, so we can keep the graph to the `.graph` file as
well. If it is needed to be changed, then need also change on the CI/CD part,
because from CI/CD part we send `.graph` file
--
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]