Details
-
Sub-task
-
Status: Resolved
-
P2
-
Resolution: Done
-
None
Description
Update the documentation that contains the tag descriptions. Add options parameter to tag. New format:
Beam-playground:
name: Name of example/Kata/Unit Test
description: Description for example/Kata/Unit Test
multifile: false
options:
nameArg1: 'argValue'
nameArg2: 'argValue'
...
categories:
- category 1
- category 2
- category N
Acceptance criteria:
- File with categories created and located in Apache Beam repository
- All Java examples are tagged
- All Go examples are tagged
- All Python examples are tagged
- All tagged examples successfully ran in the Playground environment