Skip to content

Commit

Permalink
add sample model for testing dataspace minimal graph (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
irisyngao authored Dec 6, 2024
1 parent eca1564 commit 6fb7d62
Show file tree
Hide file tree
Showing 3 changed files with 838 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/wild-chefs-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,17 @@ const MODEL_COVERAGE_CASES: ModelCoverageTestCase[] = [
inputFilePath: 'TEST_DATA_Dataspace-Executables.pure',
},
],
[
'mapping analysis sample model',
{
dataspacePath: 'showcase::analytics::dataspace::SampleDataSpace',
executionContext: 'externally-public-PROD',
classPath: 'showcase::analytics::mapping::domain::Person',
mappedPropertyNames: ['First Name'],
inputFileDir: 'model',
inputFilePath: 'TEST_DATA_Dataspace-MappingAnalysisSampleModel.pure',
},
],
];

describe(
Expand Down
Loading

0 comments on commit 6fb7d62

Please sign in to comment.