damccorm commented on code in PR #24751:
URL: https://github.com/apache/beam/pull/24751#discussion_r1057661649
##########
playground/infrastructure/datastore_client.py:
##########
@@ -258,7 +265,7 @@ def _to_snippet_entity(
"pipeOpts": self._get_pipeline_options(example),
"created": now,
"origin": origin,
- "numberOfFiles": 1,
+ "numberOfFiles": 1 + len(example.tag.files),
Review Comment:
Thanks for clarifying - could you add a small explanatory comment?
--
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]