Skip to content

Commit

Permalink
Merge pull request #22259 from akvelon/pg-trigger-deploy-examples
Browse files Browse the repository at this point in the history
[Playground]: enable multi file flag for multi file examples
  • Loading branch information
pabloem committed Jul 16, 2022
2 parents 2a42b96 + 5b54b04 commit 20274f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// beam-playground:
// name: GroupByKey
// description: Task from katas that joins two PCollections.
// multifile: false
// multifile: true
// context_line: 48
// categories:
// - Combiners
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// beam-playground:
// name: SideInput
// description: Task from katas to enrich each Person with the country based on the city he/she lives in.
// multifile: false
// multifile: true
// context_line: 38
// categories:
// - Side Input
Expand Down

0 comments on commit 20274f3

Please sign in to comment.