Malarg commented on code in PR #24708:
URL: https://github.com/apache/beam/pull/24708#discussion_r1053234011


##########
playground/frontend/playground_components/lib/src/models/example.dart:
##########
@@ -35,6 +35,7 @@ class Example extends ExampleBase {
     this.graph,
     this.logs,
     this.outputs,
+    super.datasets = const [],

Review Comment:
   required now, done



##########
playground/frontend/playground_components/lib/src/models/example.dart:
##########
@@ -56,6 +57,7 @@ class Example extends ExampleBase {
           contextLine: example.contextLine,
           description: example.description,
           isMultiFile: example.isMultiFile,
+          datasets: example.datasets,

Review Comment:
   done



##########
playground/frontend/playground_components/lib/src/repositories/models/run_code_request.dart:
##########
@@ -16,16 +16,19 @@
  * limitations under the License.
  */
 
+import '../../api/v1/api.pb.dart' show Dataset;

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]

Reply via email to