pabloem commented on a change in pull request #16192:
URL: https://github.com/apache/beam/pull/16192#discussion_r773257038



##########
File path: learning/katas/python/Windowing/Fixed Time Window/Fixed Time 
Window/task.py
##########
@@ -14,6 +14,14 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+# beam-playground:
+#   name: WindowingFixedTime
+#   description: Task from katas to count the number of events that happened 
based on fixed window with 1-day duration.
+#   multifile: false
+#   pipeline_options:
+#   categories:
+#     - Streaming

Review comment:
       ```suggestion
   #     - Windowing
   #     - Combiners
   ```
   
   This pipeline is not streaming (`Create` is a batch source)... so maybe we 
remove that tag. WDYT?




-- 
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]


Reply via email to