cognite-neat 0.119.5__py3-none-any.whl → 0.119.6__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/_session/_base.py +1 -1
- cognite/neat/_session/_set.py +1 -1
- cognite/neat/_version.py +1 -1
- {cognite_neat-0.119.5.dist-info → cognite_neat-0.119.6.dist-info}/METADATA +1 -1
- {cognite_neat-0.119.5.dist-info → cognite_neat-0.119.6.dist-info}/RECORD +8 -8
- {cognite_neat-0.119.5.dist-info → cognite_neat-0.119.6.dist-info}/LICENSE +0 -0
- {cognite_neat-0.119.5.dist-info → cognite_neat-0.119.6.dist-info}/WHEEL +0 -0
- {cognite_neat-0.119.5.dist-info → cognite_neat-0.119.6.dist-info}/entry_points.txt +0 -0
cognite/neat/_session/_base.py
CHANGED
|
@@ -253,7 +253,7 @@ class NeatSession:
|
|
|
253
253
|
if not last_entity.dms:
|
|
254
254
|
return merged_info, None
|
|
255
255
|
|
|
256
|
-
extra_dms = InformationToDMS(reserved_properties="warning").transform(extra_info)
|
|
256
|
+
extra_dms = InformationToDMS(reserved_properties="warning", client=self._state.client).transform(extra_info)
|
|
257
257
|
|
|
258
258
|
merged_dms = MergeDMSRules(extra_dms).transform(last_entity.dms)
|
|
259
259
|
return merged_info, merged_dms
|
cognite/neat/_session/_set.py
CHANGED
|
@@ -48,7 +48,7 @@ class SetAPI:
|
|
|
48
48
|
"Cannot change the data model ID of a Cognite Data Model in NeatSession"
|
|
49
49
|
" due to temporarily issue with the reverse direct relation interpretation"
|
|
50
50
|
)
|
|
51
|
-
return self._state.rule_transform(SetIDDMSModel(new_model_id))
|
|
51
|
+
return self._state.rule_transform(SetIDDMSModel(new_model_id, name))
|
|
52
52
|
|
|
53
53
|
def client(self, client: CogniteClient) -> None:
|
|
54
54
|
"""Sets the client to be used in the session."""
|
cognite/neat/_version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = "0.119.
|
|
1
|
+
__version__ = "0.119.6"
|
|
2
2
|
__engine__ = "^2.0.4"
|
|
@@ -136,7 +136,7 @@ cognite/neat/_rules/transformers/_converters.py,sha256=-veWPRxJJGYBtExSZGlTm3obe
|
|
|
136
136
|
cognite/neat/_rules/transformers/_mapping.py,sha256=QVd96vMF9sGailN5hB22KGdmOU8GzFwZ7IPMD0aVCYY,18237
|
|
137
137
|
cognite/neat/_rules/transformers/_verification.py,sha256=coZjoLqdfS8yrPP62T_xEKrDZc9ETbPWrLuwEVBSLZQ,4370
|
|
138
138
|
cognite/neat/_session/__init__.py,sha256=fxQ5URVlUnmEGYyB8Baw7IDq-uYacqkigbc4b-Pr9Fw,58
|
|
139
|
-
cognite/neat/_session/_base.py,sha256=
|
|
139
|
+
cognite/neat/_session/_base.py,sha256=ZYVsT1YlHxc7Tw22n6aAF8tPhVMteRzmnqL50Q-Tdwg,12371
|
|
140
140
|
cognite/neat/_session/_collector.py,sha256=ipYlwBBgjF53adjDW_D1U39mLEviB3UOVSGgeqHkEuc,4228
|
|
141
141
|
cognite/neat/_session/_drop.py,sha256=yXCZVL2PdVHffu5x630etuYEa3hBNhsZqhlryZVUkOQ,4181
|
|
142
142
|
cognite/neat/_session/_explore.py,sha256=KX0_iNRospxhcgC5O2grvbVbRqaDszeZ3AG5SYqjzcM,1589
|
|
@@ -145,7 +145,7 @@ cognite/neat/_session/_inspect.py,sha256=qoBAfCQnzC40ef91gxJmhonWo1Kr_VEjBb2KhbC
|
|
|
145
145
|
cognite/neat/_session/_mapping.py,sha256=AkQwmqYH-0EgqoXHqCFwJY92hNSGzfojOelhVFlqH4c,2655
|
|
146
146
|
cognite/neat/_session/_prepare.py,sha256=js4R1ssvWZRUDTDas228HVPGLuRABLHrliTTDNCFLOg,12692
|
|
147
147
|
cognite/neat/_session/_read.py,sha256=rjQqFU9VzyPSdNmaKaMo-E5em6LZHa3iDAjdvRLX9rI,30193
|
|
148
|
-
cognite/neat/_session/_set.py,sha256=
|
|
148
|
+
cognite/neat/_session/_set.py,sha256=F7q1FcmJO4FnNfglFvxOP2WxAXSZ42vC3jlqt1nT1xo,4478
|
|
149
149
|
cognite/neat/_session/_show.py,sha256=9c0eUGtvN6pIX594P6hVofxDwO7lDE-N3A52htJjcv0,10546
|
|
150
150
|
cognite/neat/_session/_state.py,sha256=6b0BSXm7m5-OcsF_O0A_7ec9tt8oPqH8zHImyEhVQQA,6313
|
|
151
151
|
cognite/neat/_session/_subset.py,sha256=4RFGC8apNLnRSKcoDh95ksXA7zLy8vGLxEV5U0H3Hoc,2687
|
|
@@ -178,10 +178,10 @@ cognite/neat/_utils/text.py,sha256=9T0mzcNn6J9X8DriNntLN5ThCXOWbU1BYareukbLT7A,8
|
|
|
178
178
|
cognite/neat/_utils/time_.py,sha256=7ayUm0OWZm1JDmy32E4ip8WRr2o0GLwrHwJA8sJ43Z4,357
|
|
179
179
|
cognite/neat/_utils/upload.py,sha256=xWtM6mFuD2QYQHaZ7zCAuGptbEpPIxcH-raWQu93-Ug,5845
|
|
180
180
|
cognite/neat/_utils/xml_.py,sha256=FQkq84u35MUsnKcL6nTMJ9ajtG9D5i1u4VBnhGqP2DQ,1710
|
|
181
|
-
cognite/neat/_version.py,sha256
|
|
181
|
+
cognite/neat/_version.py,sha256=PMMvXzjpIQrJcZSFUXSxvBPOKdUWMxSLqlWCXt02gEs,46
|
|
182
182
|
cognite/neat/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
183
|
-
cognite_neat-0.119.
|
|
184
|
-
cognite_neat-0.119.
|
|
185
|
-
cognite_neat-0.119.
|
|
186
|
-
cognite_neat-0.119.
|
|
187
|
-
cognite_neat-0.119.
|
|
183
|
+
cognite_neat-0.119.6.dist-info/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
|
|
184
|
+
cognite_neat-0.119.6.dist-info/METADATA,sha256=Y_xkuQpxFTBKsbjpHHOpWoHeW6V0tfsa-_ju85U70Ms,7646
|
|
185
|
+
cognite_neat-0.119.6.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
186
|
+
cognite_neat-0.119.6.dist-info/entry_points.txt,sha256=SsQlnl8SNMSSjE3acBI835JYFtsIinLSbVmHmMEXv6E,51
|
|
187
|
+
cognite_neat-0.119.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|