@finos/legend-extension-dsl-data-space 10.4.48 → 10.4.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ import { getDiagram } from '@finos/legend-extension-dsl-diagram/graph';
|
|
24
24
|
import { resolveVersion } from '@finos/legend-server-depot';
|
25
25
|
import { DATASPACE_ANALYTICS_FILE_NAME } from '../../../action/analytics/DataSpaceAnalysisHelper.js';
|
26
26
|
const ANALYZE_DATA_SPACE_TRACE = 'analyze data product';
|
27
|
-
const
|
27
|
+
const TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER = '-- e.g.';
|
28
28
|
export class V1_DSL_DataSpace_PureGraphManagerExtension extends DSL_DataSpace_PureGraphManagerExtension {
|
29
29
|
constructor(graphManager) {
|
30
30
|
super(graphManager);
|
@@ -568,12 +568,12 @@ export class V1_DSL_DataSpace_PureGraphManagerExtension extends DSL_DataSpace_Pu
|
|
568
568
|
column.type = tdsColumn.type;
|
569
569
|
column.relationalType = tdsColumn.relationalType;
|
570
570
|
column.documentation = tdsColumn.documentation;
|
571
|
-
if (tdsColumn.documentation?.includes(
|
571
|
+
if (tdsColumn.documentation?.includes(TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER)) {
|
572
572
|
column.documentation = tdsColumn.documentation
|
573
|
-
.substring(0, tdsColumn.documentation.indexOf(
|
573
|
+
.substring(0, tdsColumn.documentation.indexOf(TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER))
|
574
574
|
.trim();
|
575
575
|
column.sampleValues = tdsColumn.documentation
|
576
|
-
.substring(tdsColumn.documentation.indexOf(
|
576
|
+
.substring(tdsColumn.documentation.indexOf(TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER) + TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER.length)
|
577
577
|
.trim();
|
578
578
|
}
|
579
579
|
return column;
|
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-data-space",
|
3
|
-
"version": "10.4.
|
3
|
+
"version": "10.4.50",
|
4
4
|
"description": "Legend extension for Data Space DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"@finos/legend-server-sdlc": "workspace:*",
|
55
55
|
"@finos/legend-shared": "workspace:*",
|
56
56
|
"@finos/legend-storage": "workspace:*",
|
57
|
-
"@types/react": "19.0.
|
57
|
+
"@types/react": "19.0.10",
|
58
58
|
"mobx": "6.13.6",
|
59
59
|
"mobx-react-lite": "4.1.0",
|
60
60
|
"react": "19.0.0",
|
@@ -65,11 +65,11 @@
|
|
65
65
|
"@finos/legend-dev-utils": "workspace:*",
|
66
66
|
"@jest/globals": "29.7.0",
|
67
67
|
"cross-env": "7.0.3",
|
68
|
-
"eslint": "9.20.
|
68
|
+
"eslint": "9.20.1",
|
69
69
|
"jest": "29.7.0",
|
70
70
|
"npm-run-all": "4.1.5",
|
71
71
|
"rimraf": "6.0.1",
|
72
|
-
"sass": "1.
|
72
|
+
"sass": "1.85.0",
|
73
73
|
"typescript": "5.7.3"
|
74
74
|
},
|
75
75
|
"peerDependencies": {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-data-space",
|
3
|
-
"version": "10.4.
|
3
|
+
"version": "10.4.50",
|
4
4
|
"description": "Legend extension for Data Space DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -43,18 +43,18 @@
|
|
43
43
|
"test:watch": "jest --watch"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@finos/legend-application": "16.0.
|
47
|
-
"@finos/legend-art": "7.1.
|
48
|
-
"@finos/legend-code-editor": "2.0.
|
49
|
-
"@finos/legend-extension-dsl-diagram": "8.1.
|
50
|
-
"@finos/legend-graph": "32.1.
|
51
|
-
"@finos/legend-lego": "2.0.
|
52
|
-
"@finos/legend-query-builder": "4.16.
|
53
|
-
"@finos/legend-server-depot": "6.0.
|
54
|
-
"@finos/legend-server-sdlc": "5.3.
|
55
|
-
"@finos/legend-shared": "11.0.
|
56
|
-
"@finos/legend-storage": "3.0.
|
57
|
-
"@types/react": "19.0.
|
46
|
+
"@finos/legend-application": "16.0.27",
|
47
|
+
"@finos/legend-art": "7.1.84",
|
48
|
+
"@finos/legend-code-editor": "2.0.48",
|
49
|
+
"@finos/legend-extension-dsl-diagram": "8.1.73",
|
50
|
+
"@finos/legend-graph": "32.1.6",
|
51
|
+
"@finos/legend-lego": "2.0.51",
|
52
|
+
"@finos/legend-query-builder": "4.16.8",
|
53
|
+
"@finos/legend-server-depot": "6.0.83",
|
54
|
+
"@finos/legend-server-sdlc": "5.3.51",
|
55
|
+
"@finos/legend-shared": "11.0.6",
|
56
|
+
"@finos/legend-storage": "3.0.125",
|
57
|
+
"@types/react": "19.0.10",
|
58
58
|
"mobx": "6.13.6",
|
59
59
|
"mobx-react-lite": "4.1.0",
|
60
60
|
"react": "19.0.0",
|
@@ -62,14 +62,14 @@
|
|
62
62
|
"serializr": "3.0.3"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"@finos/legend-dev-utils": "2.2.
|
65
|
+
"@finos/legend-dev-utils": "2.2.2",
|
66
66
|
"@jest/globals": "29.7.0",
|
67
67
|
"cross-env": "7.0.3",
|
68
|
-
"eslint": "9.20.
|
68
|
+
"eslint": "9.20.1",
|
69
69
|
"jest": "29.7.0",
|
70
70
|
"npm-run-all": "4.1.5",
|
71
71
|
"rimraf": "6.0.1",
|
72
|
-
"sass": "1.
|
72
|
+
"sass": "1.85.0",
|
73
73
|
"typescript": "5.7.3"
|
74
74
|
},
|
75
75
|
"peerDependencies": {
|
@@ -117,7 +117,7 @@ import { resolveVersion } from '@finos/legend-server-depot';
|
|
117
117
|
import { DATASPACE_ANALYTICS_FILE_NAME } from '../../../action/analytics/DataSpaceAnalysisHelper.js';
|
118
118
|
|
119
119
|
const ANALYZE_DATA_SPACE_TRACE = 'analyze data product';
|
120
|
-
const
|
120
|
+
const TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER = '-- e.g.';
|
121
121
|
|
122
122
|
export class V1_DSL_DataSpace_PureGraphManagerExtension extends DSL_DataSpace_PureGraphManagerExtension {
|
123
123
|
declare graphManager: V1_PureGraphManager;
|
@@ -1069,22 +1069,22 @@ export class V1_DSL_DataSpace_PureGraphManagerExtension extends DSL_DataSpace_Pu
|
|
1069
1069
|
column.documentation = tdsColumn.documentation;
|
1070
1070
|
if (
|
1071
1071
|
tdsColumn.documentation?.includes(
|
1072
|
-
|
1072
|
+
TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER,
|
1073
1073
|
)
|
1074
1074
|
) {
|
1075
1075
|
column.documentation = tdsColumn.documentation
|
1076
1076
|
.substring(
|
1077
1077
|
0,
|
1078
1078
|
tdsColumn.documentation.indexOf(
|
1079
|
-
|
1079
|
+
TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER,
|
1080
1080
|
),
|
1081
1081
|
)
|
1082
1082
|
.trim();
|
1083
1083
|
column.sampleValues = tdsColumn.documentation
|
1084
1084
|
.substring(
|
1085
1085
|
tdsColumn.documentation.indexOf(
|
1086
|
-
|
1087
|
-
) +
|
1086
|
+
TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER,
|
1087
|
+
) + TEMPORARY__TDS_SAMPLE_VALUES__DELIMITER.length,
|
1088
1088
|
)
|
1089
1089
|
.trim();
|
1090
1090
|
}
|