Skip to content

Commit

Permalink
add id in template query in dataspace and update engine@4.43.3 (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
YannanGao-gs committed Apr 12, 2024
1 parent 407b870 commit 821f892
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ DataSpace showcase::northwind::dataspace::NorthwindDataSpaceWithTemplateQuery
executables:
[
{
id: my_id;
title: 'this is title - Top Categories';
description: 'this is description - TopCategories';
query: |showcase::northwind::model::Order.all()->groupBy(
Expand Down
10 changes: 8 additions & 2 deletions showcases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.surefire.thread.count>3</maven.surefire.thread.count>
<showcase.projects.location>data</showcase.projects.location>
<legend.engine.version>4.40.3</legend.engine.version>
<legend.engine.version>4.43.3</legend.engine.version>

</properties>

Expand Down Expand Up @@ -56,7 +56,13 @@
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-configuration</artifactId>
<artifactId>legend-engine-configuration-contract-extension-pure</artifactId>
<version>${legend.engine.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-configuration-plan-generation-serialization</artifactId>
<version>${legend.engine.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 821f892

Please sign in to comment.