cognite-neat 0.123.7__py3-none-any.whl → 0.123.8__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/_version.py +1 -1
- cognite/neat/core/_data_model/models/physical/_exporter.py +2 -2
- {cognite_neat-0.123.7.dist-info → cognite_neat-0.123.8.dist-info}/METADATA +1 -1
- {cognite_neat-0.123.7.dist-info → cognite_neat-0.123.8.dist-info}/RECORD +6 -6
- {cognite_neat-0.123.7.dist-info → cognite_neat-0.123.8.dist-info}/WHEEL +0 -0
- {cognite_neat-0.123.7.dist-info → cognite_neat-0.123.8.dist-info}/licenses/LICENSE +0 -0
cognite/neat/_version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = "0.123.
|
|
1
|
+
__version__ = "0.123.8"
|
|
2
2
|
__engine__ = "^2.0.4"
|
|
@@ -391,9 +391,9 @@ class _DMSExporter:
|
|
|
391
391
|
container.indexes = container.indexes or {}
|
|
392
392
|
index_property_list = [prop_id for prop_id, _ in sorted(properties, key=lambda x: x[1].order or 0)]
|
|
393
393
|
index_entity = properties[0][1]
|
|
394
|
-
if index_entity.prefix == "inverted" or (index_entity.prefix
|
|
394
|
+
if index_entity.prefix == "inverted" or (index_entity.prefix == Undefined and is_list):
|
|
395
395
|
container.indexes[index_name] = InvertedIndex(properties=index_property_list)
|
|
396
|
-
elif index_entity.prefix == "btree" or (index_entity.prefix
|
|
396
|
+
elif index_entity.prefix == "btree" or (index_entity.prefix == Undefined and not is_list):
|
|
397
397
|
container.indexes[index_name] = BTreeIndex(
|
|
398
398
|
properties=index_property_list, cursorable=index_entity.cursorable or False
|
|
399
399
|
)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
cognite/neat/__init__.py,sha256=12StS1dzH9_MElqxGvLWrNsxCJl9Hv8A2a9D0E5OD_U,193
|
|
2
|
-
cognite/neat/_version.py,sha256=
|
|
2
|
+
cognite/neat/_version.py,sha256=p4Io2TCN-JUEOMcJwjUduCAyqkMMmElUmdDGzpevtQU,46
|
|
3
3
|
cognite/neat/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
cognite/neat/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
cognite/neat/core/_config.py,sha256=WT1BS8uADcFvGoUYOOfwFOVq_VBl472TisdoA3wLick,280
|
|
@@ -65,7 +65,7 @@ cognite/neat/core/_data_model/models/mapping/__init__.py,sha256=T68Hf7rhiXa7b03h
|
|
|
65
65
|
cognite/neat/core/_data_model/models/mapping/_classic2core.py,sha256=FRDpYP_CX-CfptdFCZmfqsbKCYQ9BQPUbKoifTICe30,1415
|
|
66
66
|
cognite/neat/core/_data_model/models/mapping/_classic2core.yaml,sha256=ei-nuivNWVW9HmvzDBKIPF6ZdgaMq64XHw_rKm0CMxg,22584
|
|
67
67
|
cognite/neat/core/_data_model/models/physical/__init__.py,sha256=ONE_xLw1cxfw88rICG_RtbjCYUZm8yS2kBQ4Di3EGnA,987
|
|
68
|
-
cognite/neat/core/_data_model/models/physical/_exporter.py,sha256=
|
|
68
|
+
cognite/neat/core/_data_model/models/physical/_exporter.py,sha256=DPOytV-sIzpGJtfDEfi7G4RWnSCVNRLWe1KzY26ewmc,30083
|
|
69
69
|
cognite/neat/core/_data_model/models/physical/_unverified.py,sha256=VyI-JULAu6kHJygUclDPH1JYjhf_XcO58tI9BkXORC0,18430
|
|
70
70
|
cognite/neat/core/_data_model/models/physical/_validation.py,sha256=uPzbcJmFj0g9ATVq86rUsmSGOfQ0iBeIevoKh1lCu98,33179
|
|
71
71
|
cognite/neat/core/_data_model/models/physical/_verified.py,sha256=Fvy0pOYk03nHDlRz_SECg9ALW3y0LaCZG6XNBduCi9Q,24332
|
|
@@ -186,7 +186,7 @@ cognite/neat/session/engine/__init__.py,sha256=D3MxUorEs6-NtgoICqtZ8PISQrjrr4dvc
|
|
|
186
186
|
cognite/neat/session/engine/_import.py,sha256=1QxA2_EK613lXYAHKQbZyw2yjo5P9XuiX4Z6_6-WMNQ,169
|
|
187
187
|
cognite/neat/session/engine/_interface.py,sha256=3W-cYr493c_mW3P5O6MKN1xEQg3cA7NHR_ev3zdF9Vk,533
|
|
188
188
|
cognite/neat/session/engine/_load.py,sha256=g52uYakQM03VqHt_RDHtpHso1-mFFifH5M4T2ScuH8A,5198
|
|
189
|
-
cognite_neat-0.123.
|
|
190
|
-
cognite_neat-0.123.
|
|
191
|
-
cognite_neat-0.123.
|
|
192
|
-
cognite_neat-0.123.
|
|
189
|
+
cognite_neat-0.123.8.dist-info/METADATA,sha256=SxWb1954YW95XT55Z_I9Z9BULuePbOcYuWg8GhfdHLY,9171
|
|
190
|
+
cognite_neat-0.123.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
191
|
+
cognite_neat-0.123.8.dist-info/licenses/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
|
|
192
|
+
cognite_neat-0.123.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|