cognite-neat 1.0.1__py3-none-any.whl → 1.0.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.
- cognite/neat/_data_model/exporters/_table_exporter/writer.py +4 -1
- cognite/neat/_version.py +1 -1
- {cognite_neat-1.0.1.dist-info → cognite_neat-1.0.2.dist-info}/METADATA +1 -1
- {cognite_neat-1.0.1.dist-info → cognite_neat-1.0.2.dist-info}/RECORD +6 -6
- {cognite_neat-1.0.1.dist-info → cognite_neat-1.0.2.dist-info}/WHEEL +0 -0
- {cognite_neat-1.0.1.dist-info → cognite_neat-1.0.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -23,6 +23,7 @@ from cognite.neat._data_model.models.dms import (
|
|
|
23
23
|
DataType,
|
|
24
24
|
DirectNodeRelation,
|
|
25
25
|
EnumProperty,
|
|
26
|
+
FilterAdapter,
|
|
26
27
|
ListablePropertyTypeDefinition,
|
|
27
28
|
NodeReference,
|
|
28
29
|
RequestSchema,
|
|
@@ -298,7 +299,9 @@ class DMSTableWriter:
|
|
|
298
299
|
implements=[self._create_view_entity(parent) for parent in view.implements]
|
|
299
300
|
if view.implements
|
|
300
301
|
else None,
|
|
301
|
-
filter=
|
|
302
|
+
filter=FilterAdapter.dump_json(view.filter, by_alias=True).decode(encoding="utf-8")
|
|
303
|
+
if view.filter
|
|
304
|
+
else None,
|
|
302
305
|
)
|
|
303
306
|
for view in views
|
|
304
307
|
]
|
cognite/neat/_version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = "1.0.
|
|
1
|
+
__version__ = "1.0.2"
|
|
2
2
|
__engine__ = "^2.0.4"
|
|
@@ -2,7 +2,7 @@ cognite/neat/__init__.py,sha256=u5EhnGuNS2GKydU6lVFCNrBpHBBKUnCDAE63Cqk__eo,244
|
|
|
2
2
|
cognite/neat/_config.py,sha256=NXObeA-860LV40KlY4orsqjMGACa0jKRz2UE5L9kH6U,8401
|
|
3
3
|
cognite/neat/_exceptions.py,sha256=ox-5hXpee4UJlPE7HpuEHV2C96aLbLKo-BhPDoOAzhA,1650
|
|
4
4
|
cognite/neat/_issues.py,sha256=wH1mnkrpBsHUkQMGUHFLUIQWQlfJ_qMfdF7q0d9wNhY,1871
|
|
5
|
-
cognite/neat/_version.py,sha256=
|
|
5
|
+
cognite/neat/_version.py,sha256=czS7EkoWEYoNCLyAxT4on6pRfGo6MpMeH0_PjQvZ80s,44
|
|
6
6
|
cognite/neat/legacy.py,sha256=eI2ecxOV8ilGHyLZlN54ve_abtoK34oXognkFv3yvF0,219
|
|
7
7
|
cognite/neat/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
cognite/neat/_client/__init__.py,sha256=75Bh7eGhaN4sOt3ZcRzHl7pXaheu1z27kmTHeaI05vo,114
|
|
@@ -34,7 +34,7 @@ cognite/neat/_data_model/exporters/_base.py,sha256=rG_qAU5i5Hh5hUMep2UmDFFZID4x3
|
|
|
34
34
|
cognite/neat/_data_model/exporters/_table_exporter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
35
|
cognite/neat/_data_model/exporters/_table_exporter/exporter.py,sha256=4BPu_Chtjh1EyOaKbThXYohsqllVOkCbSoNekNZuBXc,5159
|
|
36
36
|
cognite/neat/_data_model/exporters/_table_exporter/workbook.py,sha256=1Afk1WqeNe9tiNeSAm0HrF8jTQ1kTbIv1D9hMztKwO8,18482
|
|
37
|
-
cognite/neat/_data_model/exporters/_table_exporter/writer.py,sha256=
|
|
37
|
+
cognite/neat/_data_model/exporters/_table_exporter/writer.py,sha256=WAXPXjbIXrKtAKebXQ3npShbgWs_rUwdyQsCsm_jt3I,19374
|
|
38
38
|
cognite/neat/_data_model/importers/__init__.py,sha256=dHnKnC_AXk42z6wzEHK15dxIOh8xSEkuUf_AFRZls0E,193
|
|
39
39
|
cognite/neat/_data_model/importers/_api_importer.py,sha256=H8Ow3Tt7utuAuBhC6s7yWvhGqunHAtE0r0XRsVAr6IE,7280
|
|
40
40
|
cognite/neat/_data_model/importers/_base.py,sha256=NRB0FcEBj4GaethU68nRffBfTedBBA866A3zfJNfmiQ,433
|
|
@@ -312,7 +312,7 @@ cognite/neat/_v0/session/_to.py,sha256=AnsRSDDdfFyYwSgi0Z-904X7WdLtPfLlR0x1xsu_j
|
|
|
312
312
|
cognite/neat/_v0/session/_wizard.py,sha256=baPJgXAAF3d1bn4nbIzon1gWfJOeS5T43UXRDJEnD3c,1490
|
|
313
313
|
cognite/neat/_v0/session/exceptions.py,sha256=jv52D-SjxGfgqaHR8vnpzo0SOJETIuwbyffSWAxSDJw,3495
|
|
314
314
|
cognite/neat/_v0/session/_state/README.md,sha256=o6N7EL98lgyWffw8IoEUf2KG5uSKveD5__TW45YzVjA,902
|
|
315
|
-
cognite_neat-1.0.
|
|
316
|
-
cognite_neat-1.0.
|
|
317
|
-
cognite_neat-1.0.
|
|
318
|
-
cognite_neat-1.0.
|
|
315
|
+
cognite_neat-1.0.2.dist-info/METADATA,sha256=XBhNIBIR1CbIlZfWSbmVZ23BuyUT4YwgjlD9HVc4moo,6030
|
|
316
|
+
cognite_neat-1.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
317
|
+
cognite_neat-1.0.2.dist-info/licenses/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
|
|
318
|
+
cognite_neat-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|