Malarg commented on code in PR #24820:
URL: https://github.com/apache/beam/pull/24820#discussion_r1059241872
##########
playground/frontend/playground_components/lib/src/models/example.dart:
##########
@@ -39,7 +39,8 @@ class Example extends ExampleBase {
super.contextLine,
super.description,
super.isMultiFile,
- super.link,
+ super.urlNotebook,
+ super.urlVcs,
super.pipelineOptions,
super.tags,
super.viewOptions,
Review Comment:
done
##########
playground/frontend/playground_components/lib/src/models/example_base.dart:
##########
@@ -55,7 +55,8 @@ class ExampleBase with Comparable<ExampleBase>,
EquatableMixin {
final int contextLine;
final String description;
final bool isMultiFile;
- final String? link;
+ final String? urlNotebook;
+ final String? urlVcs;
Review Comment:
done
--
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]