industrial-model 1.1.1__py3-none-any.whl → 1.1.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.
@@ -94,7 +94,7 @@ class QueryResultMapper:
94
94
 
95
95
  visited.add(identify)
96
96
  properties = node.properties.get(view_id, {})
97
- if len(properties) == 0:
97
+ if len(properties) == 0 and view_id not in node.properties:
98
98
  continue
99
99
 
100
100
  edges_mapping: dict[str, list[EdgeContainer]] = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: industrial-model
3
- Version: 1.1.1
3
+ Version: 1.1.3
4
4
  Summary: Industrial Model ORM
5
5
  Project-URL: Homepage, https://github.com/lucasrosaalves/industrial-model
6
6
  Project-URL: Source, https://github.com/lucasrosaalves/industrial-model
@@ -17,7 +17,7 @@ Classifier: Topic :: Database :: Database Engines/Servers
17
17
  Classifier: Typing :: Typed
18
18
  Requires-Python: >=3.11
19
19
  Requires-Dist: anyio>=4.9.0
20
- Requires-Dist: cognite-sdk>=7.75.0
20
+ Requires-Dist: cognite-sdk>=7.87.0
21
21
  Requires-Dist: pydantic>=2.11.4
22
22
  Requires-Dist: pyyaml>=6.0.2
23
23
  Description-Content-Type: text/markdown
@@ -9,7 +9,7 @@ industrial_model/cognite_adapters/filter_mapper.py,sha256=eSrEYdEKZHQuJ98gblBYy1
9
9
  industrial_model/cognite_adapters/models.py,sha256=2j2IS01uPkQEp9WdVk8seYzEqGcDdWFnpzXhusHB2zk,945
10
10
  industrial_model/cognite_adapters/optimizer.py,sha256=-iorsO-yOe8wuMNBMsV1KjAmC3-Yiewte4JKnyQyHOo,2345
11
11
  industrial_model/cognite_adapters/query_mapper.py,sha256=tpRdrEW6i0NKy5h6bYrIIP96nanPSokK-s5-1d0PES8,6597
12
- industrial_model/cognite_adapters/query_result_mapper.py,sha256=KaBqYr5l1t8sQMxEoX_F3J2prypKIPaDJxSzGF_fMB8,10203
12
+ industrial_model/cognite_adapters/query_result_mapper.py,sha256=0X8Fg2kLwWZuylVtU6hB_n7x3VOl-rdfOZWOn7e_QCs,10238
13
13
  industrial_model/cognite_adapters/search_mapper.py,sha256=zRe5FgucTWHX2VVbh3iLmzM7FmUAFhJG5t42gXnnJrE,1587
14
14
  industrial_model/cognite_adapters/sort_mapper.py,sha256=EQ2Xpfdet8jN6EK0rEZ3IA8L7sPXWVX1MA9kQg4LdXs,1083
15
15
  industrial_model/cognite_adapters/upsert_mapper.py,sha256=iHt3gOEruFkZmg7KdynVPdRA7VZbuKhjAST0uFPb5rM,5125
@@ -30,7 +30,7 @@ industrial_model/queries/params.py,sha256=50qY5BO5onLsXorhcv-7qCKhJaMO94UzhKLCmZ
30
30
  industrial_model/queries/utils.py,sha256=uP6PLh9IVHDK6J8x444zHWPmyV4PkxdLO-PMc6qWItc,1505
31
31
  industrial_model/statements/__init__.py,sha256=3Et9PM7AMbIS7Fh9051Q0u3qUpX6588d1yuNrvdd4wI,5429
32
32
  industrial_model/statements/expressions.py,sha256=4ZZOcZroI5-4xRw4PXIRlufi0ARndE5zSbbxLDpR2Ec,4816
33
- industrial_model-1.1.1.dist-info/METADATA,sha256=3xUy9KXgQIWn3gHUQPZEe8C3aq1hVbSRHg5c7rupJjc,7700
34
- industrial_model-1.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
35
- industrial_model-1.1.1.dist-info/licenses/LICENSE,sha256=BCHCZ1Qo7m4YvAEIQqtVBI3NebFJdZ8_7m_cxInIlN0,4934
36
- industrial_model-1.1.1.dist-info/RECORD,,
33
+ industrial_model-1.1.3.dist-info/METADATA,sha256=D7qPXbXERXXwo76v4pMA8otFENlPvqhaaoLuaSm_qXA,7700
34
+ industrial_model-1.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
35
+ industrial_model-1.1.3.dist-info/licenses/LICENSE,sha256=BCHCZ1Qo7m4YvAEIQqtVBI3NebFJdZ8_7m_cxInIlN0,4934
36
+ industrial_model-1.1.3.dist-info/RECORD,,