cognite-neat 0.109.1__py3-none-any.whl → 0.109.3__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.
- cognite/neat/_alpha.py +15 -0
- cognite/neat/_client/testing.py +1 -1
- cognite/neat/_issues/_base.py +33 -9
- cognite/neat/_issues/errors/__init__.py +2 -10
- cognite/neat/_issues/errors/_general.py +1 -1
- cognite/neat/_issues/errors/_wrapper.py +11 -0
- cognite/neat/_rules/exporters/_rules2excel.py +31 -1
- cognite/neat/_rules/models/_rdfpath.py +2 -0
- cognite/neat/_rules/models/_types.py +4 -2
- cognite/neat/_rules/models/dms/_rules.py +0 -36
- cognite/neat/_rules/models/entities/_constants.py +3 -0
- cognite/neat/_rules/models/entities/_single_value.py +6 -1
- cognite/neat/_rules/models/entities/_wrapped.py +3 -0
- cognite/neat/_rules/transformers/__init__.py +4 -0
- cognite/neat/_rules/transformers/_converters.py +221 -15
- cognite/neat/_session/_base.py +7 -0
- cognite/neat/_session/_collector.py +4 -1
- cognite/neat/_session/_create.py +46 -12
- cognite/neat/_session/_prepare.py +11 -3
- cognite/neat/_session/_read.py +14 -2
- cognite/neat/_session/_state.py +7 -3
- cognite/neat/_session/_to.py +20 -5
- cognite/neat/_session/exceptions.py +16 -6
- cognite/neat/_store/_provenance.py +1 -0
- cognite/neat/_store/_rules_store.py +192 -127
- cognite/neat/_utils/spreadsheet.py +10 -1
- cognite/neat/_utils/text.py +40 -9
- cognite/neat/_version.py +1 -1
- {cognite_neat-0.109.1.dist-info → cognite_neat-0.109.3.dist-info}/METADATA +1 -1
- {cognite_neat-0.109.1.dist-info → cognite_neat-0.109.3.dist-info}/RECORD +33 -32
- cognite/neat/_issues/errors/_workflow.py +0 -36
- {cognite_neat-0.109.1.dist-info → cognite_neat-0.109.3.dist-info}/LICENSE +0 -0
- {cognite_neat-0.109.1.dist-info → cognite_neat-0.109.3.dist-info}/WHEEL +0 -0
- {cognite_neat-0.109.1.dist-info → cognite_neat-0.109.3.dist-info}/entry_points.txt +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
cognite/neat/__init__.py,sha256=AXLMIF5t8RmjOpSaIlfqT8ltbPc__Tb8nAVbc1pkE0Q,176
|
|
2
|
+
cognite/neat/_alpha.py,sha256=MXVWltw8esJPFNbLIt74_Xib7z-PXWJOBrTCxK-Z2Qs,483
|
|
2
3
|
cognite/neat/_client/__init__.py,sha256=RQ7MwL8mwGqGHokRzsPqO3XStDzmI4-c12_gz1UPJ74,177
|
|
3
4
|
cognite/neat/_client/_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
5
|
cognite/neat/_client/_api/data_modeling_loaders.py,sha256=0BZ5_NeszBvs4DHuHr0cGXytmvkTxrQ8k7v6iaX_mn4,35932
|
|
@@ -8,7 +9,7 @@ cognite/neat/_client/data_classes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
|
8
9
|
cognite/neat/_client/data_classes/data_modeling.py,sha256=RvpUp9ygd-yffQFJ7O2mQqMLDPIa-dmip5zPb8QVIiw,6672
|
|
9
10
|
cognite/neat/_client/data_classes/neat_sequence.py,sha256=QZWSfWnwk6KlYJvsInco4Wdwc1U8DnOQKWmHebArbQY,10830
|
|
10
11
|
cognite/neat/_client/data_classes/schema.py,sha256=uD8ExxEiIP3zhK4b--Q5fND-vmcC05a9WU5ItLsqG88,23179
|
|
11
|
-
cognite/neat/_client/testing.py,sha256=
|
|
12
|
+
cognite/neat/_client/testing.py,sha256=M5WUzi3YbtZAN22TXas0SjvMSxmjPFT5m3lNwR0MVkI,1077
|
|
12
13
|
cognite/neat/_config.py,sha256=WT1BS8uADcFvGoUYOOfwFOVq_VBl472TisdoA3wLick,280
|
|
13
14
|
cognite/neat/_constants.py,sha256=OStolbvP16sM9LltZG6irG27W1tioNGwVr84-Hv6Ovk,5752
|
|
14
15
|
cognite/neat/_graph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -54,13 +55,13 @@ cognite/neat/_graph/transformers/_prune_graph.py,sha256=X9wVOBl3mhcPB-SSqWvJHV1h
|
|
|
54
55
|
cognite/neat/_graph/transformers/_rdfpath.py,sha256=KLNnuLmeMCobJ6Q81l5kUqUt_fkKAovzuiy9zO97sTI,5003
|
|
55
56
|
cognite/neat/_graph/transformers/_value_type.py,sha256=wsuiIKHG6O8F7PaedicMfynTxiVpLZ55zwVU3mCDEYw,15679
|
|
56
57
|
cognite/neat/_issues/__init__.py,sha256=OVgWivp_Br31p8zPeHjOEXs-Wj7lJU1pU1L3pfhfuqE,518
|
|
57
|
-
cognite/neat/_issues/_base.py,sha256=
|
|
58
|
-
cognite/neat/_issues/errors/__init__.py,sha256=
|
|
58
|
+
cognite/neat/_issues/_base.py,sha256=fZODjRPyiZjVj1ujqKVQOrTh8SaliR9ayG0zRRmyptc,21044
|
|
59
|
+
cognite/neat/_issues/errors/__init__.py,sha256=05PgHRvAwMX9FPRLyAhzOvSXL-JCOs1SqtJGUB975fk,2046
|
|
59
60
|
cognite/neat/_issues/errors/_external.py,sha256=KrF0_ubXlyd903ARUFZlBI45Y-I3q2FS8vSWb9t4WBI,2043
|
|
60
|
-
cognite/neat/_issues/errors/_general.py,sha256=
|
|
61
|
+
cognite/neat/_issues/errors/_general.py,sha256=MnBm9V1S-Agr9kUfTMvviBB4_NkuOXamlgJCu2UojEM,849
|
|
61
62
|
cognite/neat/_issues/errors/_properties.py,sha256=T_nquQeEQS3DQY--DQ13acxhGX_-gpUMjWGTBKCh6r8,2536
|
|
62
63
|
cognite/neat/_issues/errors/_resources.py,sha256=qndhGGPdulWpU7G4PkFHsF4Bjflf3lehGV4A0l-BeNI,3966
|
|
63
|
-
cognite/neat/_issues/errors/
|
|
64
|
+
cognite/neat/_issues/errors/_wrapper.py,sha256=e7Zrj7YkzjwS_T880Bh4r0gwstCjU8256_-2A5MA-iA,239
|
|
64
65
|
cognite/neat/_issues/formatters.py,sha256=ziNWT_YXwovTfU8Av5iYuSLgszzJYKTawM_z67VBdlU,3331
|
|
65
66
|
cognite/neat/_issues/warnings/__init__.py,sha256=1iYRzwaMftwcueiA8KMA_bGdxdWxmSfMRqUPeTmHV_w,2909
|
|
66
67
|
cognite/neat/_issues/warnings/_external.py,sha256=O5GSRmIsAC6HyToQ7itpFFNILWCAg0OehPTVUy8pTuc,1319
|
|
@@ -83,7 +84,7 @@ cognite/neat/_rules/catalog/info-rules-imf.xlsx,sha256=hj3ej7F1RYYyhGjX0rjVSOe_Z
|
|
|
83
84
|
cognite/neat/_rules/exporters/__init__.py,sha256=IYBa0DIYlx8cFItgYRw9W4FY_LmVEjuaqMz3JORZZX0,1204
|
|
84
85
|
cognite/neat/_rules/exporters/_base.py,sha256=VkNMy8wsH-x4tAjS44cXgzzNH0CM2k_4RhkMwK50J7g,2284
|
|
85
86
|
cognite/neat/_rules/exporters/_rules2dms.py,sha256=7I3a8ZPwkIBQAClQbMjJ2D2aIITY-OBVUD-8hirCmzM,19183
|
|
86
|
-
cognite/neat/_rules/exporters/_rules2excel.py,sha256=
|
|
87
|
+
cognite/neat/_rules/exporters/_rules2excel.py,sha256=z2KOL-sNqnv0xi4Kjuo_2YAPMDeGTdMxaBswcs41lPU,13756
|
|
87
88
|
cognite/neat/_rules/exporters/_rules2instance_template.py,sha256=xICzDU8Ij3Q7FhYDbEjttLc8vwqbMajfN88lrTDpn9U,5944
|
|
88
89
|
cognite/neat/_rules/exporters/_rules2ontology.py,sha256=l0QJKh0qJ5CDtReWDeQ2jt7wa__v0FEgVMX9jCKHT2U,22120
|
|
89
90
|
cognite/neat/_rules/exporters/_rules2yaml.py,sha256=ggaPR8FO8PwZk1_nhwb5wVHk_C4s6qh1RrlbPkNcbBo,3160
|
|
@@ -107,21 +108,21 @@ cognite/neat/_rules/importers/_yaml2rules.py,sha256=k2oDgz--mxFVeyqQG3uvyYcb0BkF
|
|
|
107
108
|
cognite/neat/_rules/models/__init__.py,sha256=tf6tyWiYO0eC2PHCcpy208dwOHjEi9hg0sEaQLcB3uA,1024
|
|
108
109
|
cognite/neat/_rules/models/_base_input.py,sha256=kAVI6QYAzsgQ79eLPc_hANJjl-o1e9IKeD7lF61ru9Y,6656
|
|
109
110
|
cognite/neat/_rules/models/_base_rules.py,sha256=TpDhGaodzfzfyrSGChx76Tw_zN2YvtxqFz2lvOMHFPE,15134
|
|
110
|
-
cognite/neat/_rules/models/_rdfpath.py,sha256=
|
|
111
|
-
cognite/neat/_rules/models/_types.py,sha256=
|
|
111
|
+
cognite/neat/_rules/models/_rdfpath.py,sha256=clZGAzulIFKV2rzwoVZpLRlQUEyrAaiM7SjOoj1KUnY,11948
|
|
112
|
+
cognite/neat/_rules/models/_types.py,sha256=6fHLiVPRlk5QsFjmvDFFqw1htPcPp-RfnUzYoMWNfeg,5418
|
|
112
113
|
cognite/neat/_rules/models/data_types.py,sha256=LJuWUbStlZM4hUJGExOJIJXmAA4uiA0tvO9zKqLUrQg,9805
|
|
113
114
|
cognite/neat/_rules/models/dms/__init__.py,sha256=fRaUH0IwG0YwWd_DNKM6j-jHHFyiIVz4_8DPiS1KR0Y,695
|
|
114
115
|
cognite/neat/_rules/models/dms/_exporter.py,sha256=WFDhkFeY2kJCguru-btcvjDcbMG5ISIAQzIUtDjIlxQ,28097
|
|
115
|
-
cognite/neat/_rules/models/dms/_rules.py,sha256=
|
|
116
|
+
cognite/neat/_rules/models/dms/_rules.py,sha256=VK8QKLf6NxeoaMci5g7EG08XKzSKJZYJwP4wZxa5eUQ,20507
|
|
116
117
|
cognite/neat/_rules/models/dms/_rules_input.py,sha256=noSpYjHKW_GMaeuADOG-Z21ClxiD_tIGxl-dxOKxk-g,13390
|
|
117
118
|
cognite/neat/_rules/models/dms/_validation.py,sha256=PNFHsDNHJZfbHY1qt6D4t3eFOGjqe6Koa702Gzcz0I8,27734
|
|
118
119
|
cognite/neat/_rules/models/entities/__init__.py,sha256=Hlucp3LyV6ncLl79aqRTbSy2qgiGzoyN8x54D_zaJCY,1469
|
|
119
|
-
cognite/neat/_rules/models/entities/_constants.py,sha256=
|
|
120
|
+
cognite/neat/_rules/models/entities/_constants.py,sha256=g52-pFP_Qghp86NYk76pLDM52b3T4MXMztxhpeDW3Oc,344
|
|
120
121
|
cognite/neat/_rules/models/entities/_loaders.py,sha256=jFllRty5XpS6uLklr9wJkx7Bzm-qwg65um6hnVistvw,2728
|
|
121
122
|
cognite/neat/_rules/models/entities/_multi_value.py,sha256=6j-nlUA392yQP_uB_CFB6_qFReNhi54ZlbFTcOKpbKY,2755
|
|
122
|
-
cognite/neat/_rules/models/entities/_single_value.py,sha256=
|
|
123
|
+
cognite/neat/_rules/models/entities/_single_value.py,sha256=XZA4rqXzL-97bsCEAz1imUtn4lir_ikiBfs5LVtziSI,19604
|
|
123
124
|
cognite/neat/_rules/models/entities/_types.py,sha256=df9rnXJJKciv2Bp-Ve2q4xdEJt6WWniq12Z0hW2d6sk,1917
|
|
124
|
-
cognite/neat/_rules/models/entities/_wrapped.py,sha256
|
|
125
|
+
cognite/neat/_rules/models/entities/_wrapped.py,sha256=SpXIpglXBgaZt6geRparCWdY2F6SH0Fy99fcnA8x8Uk,7648
|
|
125
126
|
cognite/neat/_rules/models/information/__init__.py,sha256=lV7l8RTfWBvN_DFkzea8OzADjq0rZGgWe_0Fiwtfje0,556
|
|
126
127
|
cognite/neat/_rules/models/information/_rules.py,sha256=RQDcXEVZz9GG6KghpK-Vp4W_4ThoC12kfsPQdMkW75o,13766
|
|
127
128
|
cognite/neat/_rules/models/information/_rules_input.py,sha256=njpi37IxTBLH4k51tRJeASU6yQXt324NSuxcZ_CjyU8,5940
|
|
@@ -129,36 +130,36 @@ cognite/neat/_rules/models/information/_validation.py,sha256=HbaLShj6uumu-t9I3FU
|
|
|
129
130
|
cognite/neat/_rules/models/mapping/__init__.py,sha256=T68Hf7rhiXa7b03h4RMwarAmkGnB-Bbhc1H07b2PyC4,100
|
|
130
131
|
cognite/neat/_rules/models/mapping/_classic2core.py,sha256=AhLWoXk4PlBVA6SgBtY9dcLcpqEMaYcsiEatI19miPk,1211
|
|
131
132
|
cognite/neat/_rules/models/mapping/_classic2core.yaml,sha256=jodkmcTborWJmG3At16OChtnol696X6D4lgAa7aaQ78,20491
|
|
132
|
-
cognite/neat/_rules/transformers/__init__.py,sha256=
|
|
133
|
+
cognite/neat/_rules/transformers/__init__.py,sha256=S6iUB7wpAh-7uF5k_EgXT4cGfi8ok5lczGemVxgKckQ,1413
|
|
133
134
|
cognite/neat/_rules/transformers/_base.py,sha256=9LnjKbYIf9238PQXedkTZsMXAyEND6glUD187iEaHfc,2783
|
|
134
|
-
cognite/neat/_rules/transformers/_converters.py,sha256=
|
|
135
|
+
cognite/neat/_rules/transformers/_converters.py,sha256=daDpW4zgHRjm845R2ajfC9XoAPFV2jOq8Wa3z6C4y0M,77621
|
|
135
136
|
cognite/neat/_rules/transformers/_mapping.py,sha256=lf-RKN__5Bg3-tZjEOCa1Sf_JtM_ScQ_TYcnciEnaYQ,18189
|
|
136
137
|
cognite/neat/_rules/transformers/_verification.py,sha256=jKTppklUCVwVlRfYyMfnUtV8r2ACTY-AtsoMF6L-KXo,4593
|
|
137
138
|
cognite/neat/_session/__init__.py,sha256=fxQ5URVlUnmEGYyB8Baw7IDq-uYacqkigbc4b-Pr9Fw,58
|
|
138
|
-
cognite/neat/_session/_base.py,sha256=
|
|
139
|
-
cognite/neat/_session/_collector.py,sha256=
|
|
140
|
-
cognite/neat/_session/_create.py,sha256=
|
|
139
|
+
cognite/neat/_session/_base.py,sha256=lNCjSiQIn1hI3zSru1hXGTQ0nVzy3CcXTO7vL4XRzno,11935
|
|
140
|
+
cognite/neat/_session/_collector.py,sha256=RcOGY0DjTCCKJt9j_p0gnQXn4omhsIX2G8Aq3ZFHIt4,4218
|
|
141
|
+
cognite/neat/_session/_create.py,sha256=doDCbDIWMbHCYe3cyk1obQaFdYJjvARg3X4lRUVicCk,7214
|
|
141
142
|
cognite/neat/_session/_drop.py,sha256=gOkDAnddASpFxYxkPjlTyhkpNfnmDEj94GRI8tnHFR0,4167
|
|
142
143
|
cognite/neat/_session/_fix.py,sha256=gpmbJ4TbB_v2nw4fEA2Qtf0ifO3UDEMHGdztha28S_U,898
|
|
143
144
|
cognite/neat/_session/_inspect.py,sha256=VkmDfIjh49NPS8wNa1OdWqhW-oJy1EvMDhKiooMvcjI,9040
|
|
144
145
|
cognite/neat/_session/_mapping.py,sha256=AkQwmqYH-0EgqoXHqCFwJY92hNSGzfojOelhVFlqH4c,2655
|
|
145
|
-
cognite/neat/_session/_prepare.py,sha256=
|
|
146
|
-
cognite/neat/_session/_read.py,sha256=
|
|
146
|
+
cognite/neat/_session/_prepare.py,sha256=fozBTqF8hUTfOf4wzDDulc0Fi5bDfO1C1EeBU0Bii3Q,12088
|
|
147
|
+
cognite/neat/_session/_read.py,sha256=V2F7InkvIODdML7jy4aGXH4PE91tWFzIGcNzOWnsTvM,22514
|
|
147
148
|
cognite/neat/_session/_set.py,sha256=ZYR5G97fi-y68edbG-ftLqM_FRtn9G8V5zDtpslR9go,4070
|
|
148
149
|
cognite/neat/_session/_show.py,sha256=3hUMWBlHCyMiVTbX1GmpVFfthpv3yBIZ293aU0mDxZ8,15156
|
|
149
|
-
cognite/neat/_session/_state.py,sha256=
|
|
150
|
-
cognite/neat/_session/_to.py,sha256=
|
|
150
|
+
cognite/neat/_session/_state.py,sha256=udCCS5tWA2z7P1YK65iyC-weDwgQg07P_MS3TLjJC90,4075
|
|
151
|
+
cognite/neat/_session/_to.py,sha256=Wls8Obfx4Aodgyf_8jq7HxPt8JSHoFQ-DhJIfVoe3JU,11682
|
|
151
152
|
cognite/neat/_session/_wizard.py,sha256=9idlzhZy54h2Iwupe9iXKX3RDb5jJQuBZFEouni50L0,1476
|
|
152
153
|
cognite/neat/_session/engine/__init__.py,sha256=D3MxUorEs6-NtgoICqtZ8PISQrjrr4dvca6n48bu_bI,120
|
|
153
154
|
cognite/neat/_session/engine/_import.py,sha256=1QxA2_EK613lXYAHKQbZyw2yjo5P9XuiX4Z6_6-WMNQ,169
|
|
154
155
|
cognite/neat/_session/engine/_interface.py,sha256=ItJ1VMrPt-pKKvpSpglD9n9yFC6ehF9xV2DUVCyfQB0,533
|
|
155
156
|
cognite/neat/_session/engine/_load.py,sha256=LcoYVthQyCzLWKzRE_75_nElS-n_eMWSPAgNJBnh5dA,5193
|
|
156
|
-
cognite/neat/_session/exceptions.py,sha256=
|
|
157
|
+
cognite/neat/_session/exceptions.py,sha256=XCLVaEe7SMIyNW7mwt0WF7_e5K8KfV9yHkEtsjL60Tg,3182
|
|
157
158
|
cognite/neat/_shared.py,sha256=Ov59SWYboRRsncB_5V1ZC_BAoACfNLjo80vqE5Ru6wo,2325
|
|
158
159
|
cognite/neat/_store/__init__.py,sha256=RrvuZrMdezqun5dOrwHWSk26kampZcvqiHBqSFumkEE,130
|
|
159
160
|
cognite/neat/_store/_graph_store.py,sha256=ru0wuJtBAZoN2HJOJhBmldAsbRpp9zMcIcwfTzEcsN0,26882
|
|
160
|
-
cognite/neat/_store/_provenance.py,sha256=
|
|
161
|
-
cognite/neat/_store/_rules_store.py,sha256=
|
|
161
|
+
cognite/neat/_store/_provenance.py,sha256=0HeWyzvfCTxQiG2PygLLqWpdCAooVsFRckpGsnJbwzk,7260
|
|
162
|
+
cognite/neat/_store/_rules_store.py,sha256=R-bkiNiwqGQ9udrEmamvuEidQsemFpGBif1zmf4H-QA,17713
|
|
162
163
|
cognite/neat/_store/exceptions.py,sha256=fbed_CGDdYU4oELgCL0_c5d85HGrUiYvXmL2D0WIDww,1593
|
|
163
164
|
cognite/neat/_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
164
165
|
cognite/neat/_utils/auth.py,sha256=hpNQjXpM3i7r0RU13ZLen1sa78nvPd4E1Sh3j1TMK4g,14701
|
|
@@ -169,15 +170,15 @@ cognite/neat/_utils/io_.py,sha256=D2Mg8sOxfBoDg3fC0jBzaxO3vkXmr0QvZSgYIv6xRkM,38
|
|
|
169
170
|
cognite/neat/_utils/rdf_.py,sha256=b3sE3aTW9lu4gJWQJEaq_NCLbI54cc1o12utz-xbLh8,9023
|
|
170
171
|
cognite/neat/_utils/reader/__init__.py,sha256=fPkrNB_9hLB7CyHTCFV_xEbIfOMqUQzNly5JN33-QfM,146
|
|
171
172
|
cognite/neat/_utils/reader/_base.py,sha256=Q35hz8tqAiQiELjE4DsDDKQHLtRmSTrty4Gep9rg_CU,5444
|
|
172
|
-
cognite/neat/_utils/spreadsheet.py,sha256=
|
|
173
|
-
cognite/neat/_utils/text.py,sha256=
|
|
173
|
+
cognite/neat/_utils/spreadsheet.py,sha256=20L_44m0hg3UdBFwCxnmAravxvCOolNZwVOGHfjYGR4,3089
|
|
174
|
+
cognite/neat/_utils/text.py,sha256=9sBlE05S_9irzRxRvafBlWWy-kPgvUPV2Xo-_IgcwHM,4944
|
|
174
175
|
cognite/neat/_utils/time_.py,sha256=O30LUiDH9TdOYz8_a9pFqTtJdg8vEjC3qHCk8xZblG8,345
|
|
175
176
|
cognite/neat/_utils/upload.py,sha256=iWKmsQgw4EHLv-11NjYu7zAj5LtqTAfNa87a1kWeuaU,5727
|
|
176
177
|
cognite/neat/_utils/xml_.py,sha256=FQkq84u35MUsnKcL6nTMJ9ajtG9D5i1u4VBnhGqP2DQ,1710
|
|
177
|
-
cognite/neat/_version.py,sha256=
|
|
178
|
+
cognite/neat/_version.py,sha256=vGciJru9VsVwxQTbuUK6fhVtm7NFfhyVTVYsHrCWLes,46
|
|
178
179
|
cognite/neat/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
179
|
-
cognite_neat-0.109.
|
|
180
|
-
cognite_neat-0.109.
|
|
181
|
-
cognite_neat-0.109.
|
|
182
|
-
cognite_neat-0.109.
|
|
183
|
-
cognite_neat-0.109.
|
|
180
|
+
cognite_neat-0.109.3.dist-info/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
|
|
181
|
+
cognite_neat-0.109.3.dist-info/METADATA,sha256=gB5oGvRGY4ON3W-z80mUOHMVSOlilQy3zUMLhqGJrhg,5361
|
|
182
|
+
cognite_neat-0.109.3.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
183
|
+
cognite_neat-0.109.3.dist-info/entry_points.txt,sha256=SsQlnl8SNMSSjE3acBI835JYFtsIinLSbVmHmMEXv6E,51
|
|
184
|
+
cognite_neat-0.109.3.dist-info/RECORD,,
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
from dataclasses import dataclass
|
|
2
|
-
|
|
3
|
-
from cognite.neat._issues import NeatError
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
@dataclass(unsafe_hash=True)
|
|
7
|
-
class WorkFlowMissingDataError(NeatError, ValueError):
|
|
8
|
-
"""In the workflow step {step_name} the following data is missing: {missing_data}."""
|
|
9
|
-
|
|
10
|
-
step_name: str
|
|
11
|
-
missing_data: frozenset[str]
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@dataclass(unsafe_hash=True)
|
|
15
|
-
class WorkflowStepNotInitializedError(NeatError, RuntimeError):
|
|
16
|
-
"""Step {step_name} has not been initialized."""
|
|
17
|
-
|
|
18
|
-
step_name: str
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
@dataclass(unsafe_hash=True)
|
|
22
|
-
class WorkflowConfigurationNotSetError(NeatError, RuntimeError):
|
|
23
|
-
"""The configuration variable '{config_variable}' is not set. Please set the configuration
|
|
24
|
-
before running the workflow."""
|
|
25
|
-
|
|
26
|
-
config_variable: str
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
@dataclass(unsafe_hash=True)
|
|
30
|
-
class WorkflowStepOutputError(NeatError, RuntimeError):
|
|
31
|
-
"""Object type {step_type} is not supported as step output.
|
|
32
|
-
|
|
33
|
-
Step output must be of type DataContract or a FlowMessage.
|
|
34
|
-
"""
|
|
35
|
-
|
|
36
|
-
step_type: str
|
|
File without changes
|
|
File without changes
|
|
File without changes
|