cognite-neat 0.90.1__py3-none-any.whl → 0.90.2__py3-none-any.whl
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.
Potentially problematic release.
This version of cognite-neat might be problematic. Click here for more details.
- cognite/neat/_version.py +1 -1
- cognite/neat/workflows/examples/{Visualize_Semantic_Data_Model → Export_Semantic_Data_Model}/workflow.yaml +1 -46
- {cognite_neat-0.90.1.dist-info → cognite_neat-0.90.2.dist-info}/METADATA +1 -1
- {cognite_neat-0.90.1.dist-info → cognite_neat-0.90.2.dist-info}/RECORD +7 -8
- cognite/neat/workflows/examples/Visualize_Data_Model_Using_Mock_Graph/workflow.yaml +0 -95
- {cognite_neat-0.90.1.dist-info → cognite_neat-0.90.2.dist-info}/LICENSE +0 -0
- {cognite_neat-0.90.1.dist-info → cognite_neat-0.90.2.dist-info}/WHEEL +0 -0
- {cognite_neat-0.90.1.dist-info → cognite_neat-0.90.2.dist-info}/entry_points.txt +0 -0
cognite/neat/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.90.
|
|
1
|
+
__version__ = "0.90.2"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
configs: []
|
|
2
2
|
description: null
|
|
3
3
|
implementation_module: null
|
|
4
|
-
name:
|
|
4
|
+
name: Export Semantic Data Model
|
|
5
5
|
steps:
|
|
6
6
|
- complex_configs: {}
|
|
7
7
|
configs: {}
|
|
@@ -63,49 +63,4 @@ steps:
|
|
|
63
63
|
ui_config:
|
|
64
64
|
pos_x: 497
|
|
65
65
|
pos_y: 323
|
|
66
|
-
- complex_configs: {}
|
|
67
|
-
configs:
|
|
68
|
-
Disk storage directory: semantic-data-model
|
|
69
|
-
Graph: source
|
|
70
|
-
Graph store type: oxigraph
|
|
71
|
-
GraphDB API root URL: ''
|
|
72
|
-
Init procedure: reset
|
|
73
|
-
Query URL: ''
|
|
74
|
-
Update URL: ''
|
|
75
|
-
description: null
|
|
76
|
-
enabled: true
|
|
77
|
-
id: step_configure_graph_store
|
|
78
|
-
label: Configure Graph Store
|
|
79
|
-
max_retries: 0
|
|
80
|
-
method: GraphStoreConfiguration
|
|
81
|
-
params: {}
|
|
82
|
-
retry_delay: 3
|
|
83
|
-
stype: stdstep
|
|
84
|
-
system_component_id: null
|
|
85
|
-
transition_to:
|
|
86
|
-
- step_load_semantic_data_model
|
|
87
|
-
trigger: false
|
|
88
|
-
ui_config:
|
|
89
|
-
pos_x: 495
|
|
90
|
-
pos_y: 399
|
|
91
|
-
- complex_configs: {}
|
|
92
|
-
configs:
|
|
93
|
-
Add base URI: 'False'
|
|
94
|
-
File path: staging/semantic-data-model.ttl
|
|
95
|
-
MIME type: text/turtle
|
|
96
|
-
description: null
|
|
97
|
-
enabled: true
|
|
98
|
-
id: step_load_semantic_data_model
|
|
99
|
-
label: Load Semantic Data Model
|
|
100
|
-
max_retries: 0
|
|
101
|
-
method: GraphFromRdfFile
|
|
102
|
-
params: {}
|
|
103
|
-
retry_delay: 3
|
|
104
|
-
stype: stdstep
|
|
105
|
-
system_component_id: null
|
|
106
|
-
transition_to: []
|
|
107
|
-
trigger: false
|
|
108
|
-
ui_config:
|
|
109
|
-
pos_x: 495
|
|
110
|
-
pos_y: 476
|
|
111
66
|
system_components: []
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
cognite/neat/__init__.py,sha256=AiexNcHdAHFbrrbo9c65gtil1dqx_SGraDH1PSsXjKE,126
|
|
2
2
|
cognite/neat/_shared.py,sha256=RSaHm2eJceTlvb-hMMe4nHgoHdPYDfN3XcxDXo24k3A,1530
|
|
3
|
-
cognite/neat/_version.py,sha256=
|
|
3
|
+
cognite/neat/_version.py,sha256=fcsBhBSYOqMMAcHXZq1b0z3azsr6o60zMlxH4H6fDbY,23
|
|
4
4
|
cognite/neat/app/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
cognite/neat/app/api/asgi/metrics.py,sha256=nxFy7L5cChTI0a-zkCiJ59Aq8yLuIJp5c9Dg0wRXtV0,152
|
|
6
6
|
cognite/neat/app/api/configuration.py,sha256=L1DCtLZ1HZku8I2z-JWd5RDsXhIsboFsKwAMhkrm-bY,3600
|
|
@@ -193,11 +193,10 @@ cognite/neat/workflows/__init__.py,sha256=oiKub_U9f5cA0I1nKl5dFkR4BD8_6Be9eMzQ_5
|
|
|
193
193
|
cognite/neat/workflows/base.py,sha256=pWsUCtHVjdDe_N_pbQpmYLji-iN2U-H1G13aJbAXy7M,26829
|
|
194
194
|
cognite/neat/workflows/cdf_store.py,sha256=Ao6YnZ5wnZtP1wdnDQM7Hj2G7NqtLzBOKn4LJQS-8AU,18047
|
|
195
195
|
cognite/neat/workflows/examples/Export_DMS/workflow.yaml,sha256=XmyaUAsZrN-GnoBejg9eXHQBm1U1Z-NhdKc11Wm1ieM,1987
|
|
196
|
+
cognite/neat/workflows/examples/Export_Semantic_Data_Model/workflow.yaml,sha256=67glGNis215kQbxX-e4g5QO_6of0-Vaq4J9k81YUWCk,1461
|
|
196
197
|
cognite/neat/workflows/examples/Import_DMS/workflow.yaml,sha256=i7FeD0dzUBhzorjMgo7v1mjShhgsEpobbxIAL-czt34,1364
|
|
197
198
|
cognite/neat/workflows/examples/Validate_Rules/workflow.yaml,sha256=lmuC-zttewtZl5EjnUv8RuM9t2dC-F053duNQHKoPGg,1395
|
|
198
199
|
cognite/neat/workflows/examples/Validate_Solution_Model/workflow.yaml,sha256=Oy3u9QJ7QZoKZqmY0mRMWtnJZd9agmbRZCrbvf32xis,1326
|
|
199
|
-
cognite/neat/workflows/examples/Visualize_Data_Model_Using_Mock_Graph/workflow.yaml,sha256=wVWxEGy_L_tTHKr-XxHyoykkya0DnFi99Y1erA96Oxs,2296
|
|
200
|
-
cognite/neat/workflows/examples/Visualize_Semantic_Data_Model/workflow.yaml,sha256=yWVL-NHghKtiNV2kpEX674MJwWqhOUn3j2ZOJiJbprE,2579
|
|
201
200
|
cognite/neat/workflows/manager.py,sha256=CtxnabAmZq4APd5XA6FTBlytP3WmlbKNGjNoR04uAQ4,14102
|
|
202
201
|
cognite/neat/workflows/model.py,sha256=LQY7abYnz3CUEIlIEqoj0Eo6Q8yQukTQ0S_sPststCA,6570
|
|
203
202
|
cognite/neat/workflows/steps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -217,8 +216,8 @@ cognite/neat/workflows/steps_registry.py,sha256=FjMsFBlFFy82ABUzDnWoFidYODV3pp3c
|
|
|
217
216
|
cognite/neat/workflows/tasks.py,sha256=dqlJwKAb0jlkl7abbY8RRz3m7MT4SK8-7cntMWkOYjw,788
|
|
218
217
|
cognite/neat/workflows/triggers.py,sha256=_BLNplzoz0iic367u1mhHMHiUrCwP-SLK6_CZzfODX0,7071
|
|
219
218
|
cognite/neat/workflows/utils.py,sha256=gKdy3RLG7ctRhbCRwaDIWpL9Mi98zm56-d4jfHDqP1E,453
|
|
220
|
-
cognite_neat-0.90.
|
|
221
|
-
cognite_neat-0.90.
|
|
222
|
-
cognite_neat-0.90.
|
|
223
|
-
cognite_neat-0.90.
|
|
224
|
-
cognite_neat-0.90.
|
|
219
|
+
cognite_neat-0.90.2.dist-info/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
|
|
220
|
+
cognite_neat-0.90.2.dist-info/METADATA,sha256=90SwbMpyJcPoeU0D-q2bUyNa3Mz0w-v4gte0-kmZ8Jw,9441
|
|
221
|
+
cognite_neat-0.90.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
222
|
+
cognite_neat-0.90.2.dist-info/entry_points.txt,sha256=61FPqiWb25vbqB0KI7znG8nsg_ibLHBvTjYnkPvNFso,50
|
|
223
|
+
cognite_neat-0.90.2.dist-info/RECORD,,
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
configs: []
|
|
2
|
-
description: null
|
|
3
|
-
implementation_module: null
|
|
4
|
-
name: Visualize Data Model Using Mock Graph
|
|
5
|
-
steps:
|
|
6
|
-
- complex_configs: {}
|
|
7
|
-
configs:
|
|
8
|
-
File name: information-architect-david.xlsx
|
|
9
|
-
Report formatter: BasicHTML
|
|
10
|
-
Role: infer
|
|
11
|
-
description: null
|
|
12
|
-
enabled: true
|
|
13
|
-
id: step_verify_rules
|
|
14
|
-
label: Verify Rules
|
|
15
|
-
max_retries: 0
|
|
16
|
-
method: ExcelToRules
|
|
17
|
-
params: {}
|
|
18
|
-
retry_delay: 3
|
|
19
|
-
stype: stdstep
|
|
20
|
-
system_component_id: null
|
|
21
|
-
transition_to:
|
|
22
|
-
- step_configure_graph_store
|
|
23
|
-
trigger: false
|
|
24
|
-
ui_config:
|
|
25
|
-
pos_x: 507
|
|
26
|
-
pos_y: 250
|
|
27
|
-
- complex_configs: {}
|
|
28
|
-
configs:
|
|
29
|
-
Disk storage directory: mock-graph-store
|
|
30
|
-
Graph: source
|
|
31
|
-
Graph store type: oxigraph
|
|
32
|
-
GraphDB API root URL: ""
|
|
33
|
-
Init procedure: reset
|
|
34
|
-
Query URL: ""
|
|
35
|
-
Update URL: ""
|
|
36
|
-
description: null
|
|
37
|
-
enabled: true
|
|
38
|
-
id: step_configure_graph_store
|
|
39
|
-
label: Configure Graph Store
|
|
40
|
-
max_retries: 0
|
|
41
|
-
method: GraphStoreConfiguration
|
|
42
|
-
params: {}
|
|
43
|
-
retry_delay: 3
|
|
44
|
-
stype: stdstep
|
|
45
|
-
system_component_id: null
|
|
46
|
-
transition_to:
|
|
47
|
-
- step_166101
|
|
48
|
-
- step_mock_graph_generation
|
|
49
|
-
trigger: false
|
|
50
|
-
ui_config:
|
|
51
|
-
pos_x: 506
|
|
52
|
-
pos_y: 314
|
|
53
|
-
- complex_configs: {}
|
|
54
|
-
configs:
|
|
55
|
-
Class count:
|
|
56
|
-
'{"WindTurbine" : 1, "WindFarm" : 1, "OffshoreSubstation" : 1,
|
|
57
|
-
"DistributionSubstation" : 1, "OnshoreSubstation" : 1, "ArrayCable" :
|
|
58
|
-
1, "ExportCable" : 1, "Transmission" : 1, "DistributionLine" : 1, "Meter"
|
|
59
|
-
: 1, "ElectricCarCharger" : 1}'
|
|
60
|
-
Graph: source
|
|
61
|
-
description: null
|
|
62
|
-
enabled: true
|
|
63
|
-
id: step_mock_graph_generation
|
|
64
|
-
label: Generate Mock Graph
|
|
65
|
-
max_retries: 0
|
|
66
|
-
method: GraphFromMockData
|
|
67
|
-
params: {}
|
|
68
|
-
retry_delay: 3
|
|
69
|
-
stype: stdstep
|
|
70
|
-
system_component_id: null
|
|
71
|
-
transition_to: []
|
|
72
|
-
trigger: false
|
|
73
|
-
ui_config:
|
|
74
|
-
pos_x: 506
|
|
75
|
-
pos_y: 390
|
|
76
|
-
- complex_configs: {}
|
|
77
|
-
configs: {}
|
|
78
|
-
description: null
|
|
79
|
-
enabled: true
|
|
80
|
-
id: step_upload_rules
|
|
81
|
-
label: Upload Rules
|
|
82
|
-
max_retries: 0
|
|
83
|
-
method: null
|
|
84
|
-
params:
|
|
85
|
-
file_type: rules
|
|
86
|
-
retry_delay: 3
|
|
87
|
-
stype: file_uploader
|
|
88
|
-
system_component_id: null
|
|
89
|
-
transition_to:
|
|
90
|
-
- step_verify_rules
|
|
91
|
-
trigger: true
|
|
92
|
-
ui_config:
|
|
93
|
-
pos_x: 507
|
|
94
|
-
pos_y: 177
|
|
95
|
-
system_components: []
|
|
File without changes
|
|
File without changes
|
|
File without changes
|