industrial-model 0.1.8__py3-none-any.whl → 0.1.9__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.
@@ -86,7 +86,7 @@ class QueryResultMapper:
86
86
  element_key: tuple[str, str] = (
87
87
  (element.get("space", ""), element.get("externalId", ""))
88
88
  if isinstance(element, dict)
89
- else node_id
89
+ else (node.space, node.external_id)
90
90
  )
91
91
 
92
92
  entries = values.get(element_key)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: industrial-model
3
- Version: 0.1.8
3
+ Version: 0.1.9
4
4
  Summary: Industrial Model ORM
5
5
  Author-email: Lucas Alves <lucasrosaalves@gmail.com>
6
6
  Classifier: Programming Language :: Python
@@ -7,7 +7,7 @@ industrial_model/cognite_adapters/__init__.py,sha256=SjI-cO8tsZpd1uBSyP6nt3WvWbM
7
7
  industrial_model/cognite_adapters/filter_mapper.py,sha256=NqH-OW7_iKFY9POCG8W3KjkwXUgrZP1d_yxDx1J0fXM,3859
8
8
  industrial_model/cognite_adapters/optimizer.py,sha256=G8I07jJ9tarE5GZXXUSpTMKUei6ptV-cudJSLsoykX4,2223
9
9
  industrial_model/cognite_adapters/query_mapper.py,sha256=3fEcaLsGjLKIh-g1BbMcffQ6rp99JeCW555iJo8JW44,6260
10
- industrial_model/cognite_adapters/query_result_mapper.py,sha256=SRlqGSfsF5JaPXTAa0bXsRbTonZnrO5ZxlcdVrA20P4,7156
10
+ industrial_model/cognite_adapters/query_result_mapper.py,sha256=cDQ2eEOqKRr4Ifowal7qvUlKSDLUj-xMFSo6qcR_UPE,7179
11
11
  industrial_model/cognite_adapters/sort_mapper.py,sha256=RJUAYlZGXoYzK0PwX63cibRF_L-MUq9g2ZsC2EeNIF4,696
12
12
  industrial_model/cognite_adapters/utils.py,sha256=rztCtS10ZTQmXfBv0nLgDiQIMWemhdSFK-SwrbRjVxM,4792
13
13
  industrial_model/cognite_adapters/view_mapper.py,sha256=lnv64KezSQTAr6XdcExa8d92GU5Ll9K9HfMcQGzhX6k,488
@@ -23,6 +23,6 @@ industrial_model/queries/models.py,sha256=iiHQ7-cfg0nukEv5PoCx9QPF-w1gVSnoNbXBOK
23
23
  industrial_model/queries/params.py,sha256=ehgCoR5n6E-tkEuoymZ2lkLcSzMaBAx_HnyJ7sWpqz0,964
24
24
  industrial_model/statements/__init__.py,sha256=9fD-qpNXIkrjoahxC_R6hS4DKSVelehimvRPKbpYfA0,1775
25
25
  industrial_model/statements/expressions.py,sha256=Sar1cIvy3sYi7tkWJN3ylHlZ252oN2mZJpZ1TX9jN3s,4940
26
- industrial_model-0.1.8.dist-info/METADATA,sha256=2qsQk_WtDH_QVjdhAEFESXIwv-BF5q-L_NRNLVz1pXA,4806
27
- industrial_model-0.1.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
28
- industrial_model-0.1.8.dist-info/RECORD,,
26
+ industrial_model-0.1.9.dist-info/METADATA,sha256=E1MZ0OJAQiRttTC-Dea6eEthmVdj_N0bLYQ7ccNSWXI,4806
27
+ industrial_model-0.1.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
28
+ industrial_model-0.1.9.dist-info/RECORD,,