Malarg commented on code in PR #24708:
URL: https://github.com/apache/beam/pull/24708#discussion_r1053233788
##########
playground/frontend/playground_components/lib/src/models/example_base.dart:
##########
@@ -61,12 +62,14 @@ class ExampleBase with Comparable<ExampleBase>,
EquatableMixin {
final List<String> tags;
final ExampleType type;
final ExampleViewOptions viewOptions;
+ final List<Dataset> datasets;
Review Comment:
done
##########
playground/frontend/playground_components/lib/src/models/example_base.dart:
##########
@@ -61,12 +62,14 @@ class ExampleBase with Comparable<ExampleBase>,
EquatableMixin {
final List<String> tags;
final ExampleType type;
final ExampleViewOptions viewOptions;
+ final List<Dataset> datasets;
const ExampleBase({
required this.name,
required this.path,
required this.sdk,
required this.type,
+ required this.datasets,
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]