cognite-neat 0.80.0__py3-none-any.whl → 0.80.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.

Potentially problematic release.


This version of cognite-neat might be problematic. Click here for more details.

cognite/neat/_version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.80.0"
1
+ __version__ = "0.80.3"
@@ -685,7 +685,7 @@ def to_edge(self, data_model: DMSSchemaComponents, add_class_prefix: bool = Fals
685
685
 
686
686
  edge = EdgeApply(
687
687
  space=data_model.views[view_id].space,
688
- external_id=f"{self.external_id}-{end_node_external_id}",
688
+ external_id=f"{self.external_id}-{edge_one_to_many}-{end_node_external_id}",
689
689
  type=(data_model.views[view_id].space, edge_type_id),
690
690
  start_node=(data_model.views[view_id].space, self.external_id),
691
691
  end_node=(data_model.views[view_id].space, end_node_external_id),
@@ -178,7 +178,7 @@ class DMSToRules(Step):
178
178
  ),
179
179
  Configurable(
180
180
  name="Reference data model id",
181
- value=None,
181
+ value="",
182
182
  label="The ID of the Reference Data Model to import. Written at 'my_space:my_data_model(version=1)'. "
183
183
  "This is typically an enterprise data model when you want to import a solution model",
184
184
  type="string",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cognite-neat
3
- Version: 0.80.0
3
+ Version: 0.80.3
4
4
  Summary: Knowledge graph transformation
5
5
  Home-page: https://cognite-neat.readthedocs-hosted.com/
6
6
  License: Apache-2.0
@@ -43,7 +43,7 @@ Requires-Dist: prometheus-client (>=0.20.0,<0.21.0)
43
43
  Requires-Dist: pydantic (>=2,<3)
44
44
  Requires-Dist: pymdown-extensions ; extra == "docs"
45
45
  Requires-Dist: pyoxigraph (==0.3.19)
46
- Requires-Dist: python-multipart (>=0.0.6,<0.0.7)
46
+ Requires-Dist: python-multipart (>=0,<1)
47
47
  Requires-Dist: rdflib
48
48
  Requires-Dist: requests
49
49
  Requires-Dist: schedule (>=1,<2)
@@ -1,5 +1,5 @@
1
1
  cognite/neat/__init__.py,sha256=v-rRiDOgZ3sQSMQKq0vgUQZvpeOkoHFXissAx6Ktg84,61
2
- cognite/neat/_version.py,sha256=-kfBSEQjpAZbilJOxA4s8jDyP952PRUaVbdaHMuEyIs,23
2
+ cognite/neat/_version.py,sha256=2sBSmuW0uNJNnwbbj_2wdeCNnLYr-TNazMPCCt9nA8w,23
3
3
  cognite/neat/app/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  cognite/neat/app/api/asgi/metrics.py,sha256=nxFy7L5cChTI0a-zkCiJ59Aq8yLuIJp5c9Dg0wRXtV0,152
5
5
  cognite/neat/app/api/configuration.py,sha256=2U5M6M252swvQPQyooA1EBzFUZNtcTmuSaywfJDgckM,4232
@@ -134,7 +134,7 @@ cognite/neat/legacy/rules/exporters/_rules2dms.py,sha256=13CptTLvY9ghcrLPhumUOg6
134
134
  cognite/neat/legacy/rules/exporters/_rules2excel.py,sha256=ytHsqw2j26T9yLNZHuUSItV8Jp3AvvpIwX8D5-L9GO8,8312
135
135
  cognite/neat/legacy/rules/exporters/_rules2graphql.py,sha256=oXBU5z-qFyxG7MW83HYlW-hazhDDNAPKAbJJcsZfcU4,6251
136
136
  cognite/neat/legacy/rules/exporters/_rules2ontology.py,sha256=m6adoKOP5EVVEjFX4Qi9yw7UflrDRVgNiBxQ9QVgz6g,18458
137
- cognite/neat/legacy/rules/exporters/_rules2pydantic_models.py,sha256=S1Jy4DbrMa3e9YZBc8bWF3r6JWxidGyYNMNOUbrBXws,28805
137
+ cognite/neat/legacy/rules/exporters/_rules2pydantic_models.py,sha256=0Cn9juOgNPnmxLe7eUCUNjfaicLcQPpj_qA8HLFB3lc,28824
138
138
  cognite/neat/legacy/rules/exporters/_rules2rules.py,sha256=KlBm1hWkx4Ly5G-_gdcURUwADolMJFnueus02IW51uQ,3881
139
139
  cognite/neat/legacy/rules/exporters/_rules2triples.py,sha256=ItkLy6Rji4g5UqLtxaOeodGUvpQG-LVr_ss70PcCPZs,1085
140
140
  cognite/neat/legacy/rules/exporters/_validation.py,sha256=saDorwUqJ4Fo6yeCMSRH0Hp3AGCr-rdjb-sOGo91xL0,5767
@@ -275,7 +275,7 @@ cognite/neat/workflows/steps/lib/current/graph_extractor.py,sha256=vW9UpJScx5dFV
275
275
  cognite/neat/workflows/steps/lib/current/graph_loader.py,sha256=HfGg1HRZhbV58TFu89FTjKeUxGsbCYLeFJIQFDN_pQM,2341
276
276
  cognite/neat/workflows/steps/lib/current/graph_store.py,sha256=r7VTxdaz8jJQU7FJbnRDMxvEYbSAZFNMABhPyfNwiFk,6295
277
277
  cognite/neat/workflows/steps/lib/current/rules_exporter.py,sha256=iFwzDWgUDBSPajaNAcXvu9pVw-jX66upvwyMXyTq7SE,23822
278
- cognite/neat/workflows/steps/lib/current/rules_importer.py,sha256=QaGEVJ0JFoDbUt4YuJMQQrmL8jVubIzC077g4Wq9iCs,14697
278
+ cognite/neat/workflows/steps/lib/current/rules_importer.py,sha256=23dxamGHSbJoG7qUqL4KiGznSmDTVHw1EfqhLCeAwDM,14695
279
279
  cognite/neat/workflows/steps/lib/current/rules_validator.py,sha256=LwF9lXlnuPOxDSsOMMTHBi2BHc5rk08IF5zahS9yQuw,4844
280
280
  cognite/neat/workflows/steps/lib/io/__init__.py,sha256=k7IPbIq3ey19oRc5sA_15F99-O6dxzqbm1LihGRRo5A,32
281
281
  cognite/neat/workflows/steps/lib/io/io_steps.py,sha256=QAGypoi1vP32BRiIgBZ0B4qsbFMcwhzpRiVUUnWysLA,16874
@@ -292,8 +292,8 @@ cognite/neat/workflows/steps_registry.py,sha256=fkTX14ZA7_gkUYfWIlx7A1XbCidvqR23
292
292
  cognite/neat/workflows/tasks.py,sha256=dqlJwKAb0jlkl7abbY8RRz3m7MT4SK8-7cntMWkOYjw,788
293
293
  cognite/neat/workflows/triggers.py,sha256=_BLNplzoz0iic367u1mhHMHiUrCwP-SLK6_CZzfODX0,7071
294
294
  cognite/neat/workflows/utils.py,sha256=gKdy3RLG7ctRhbCRwaDIWpL9Mi98zm56-d4jfHDqP1E,453
295
- cognite_neat-0.80.0.dist-info/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
296
- cognite_neat-0.80.0.dist-info/METADATA,sha256=dfiX6R98UxzayOm5bMw369QhrIGZmRkwOCIaZdNqxyw,9298
297
- cognite_neat-0.80.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
298
- cognite_neat-0.80.0.dist-info/entry_points.txt,sha256=61FPqiWb25vbqB0KI7znG8nsg_ibLHBvTjYnkPvNFso,50
299
- cognite_neat-0.80.0.dist-info/RECORD,,
295
+ cognite_neat-0.80.3.dist-info/LICENSE,sha256=W8VmvFia4WHa3Gqxq1Ygrq85McUNqIGDVgtdvzT-XqA,11351
296
+ cognite_neat-0.80.3.dist-info/METADATA,sha256=2a_btNnYxdfU9_bgJ7wvzywNoLEdUcTL5BkiZ9RhvTY,9290
297
+ cognite_neat-0.80.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
298
+ cognite_neat-0.80.3.dist-info/entry_points.txt,sha256=61FPqiWb25vbqB0KI7znG8nsg_ibLHBvTjYnkPvNFso,50
299
+ cognite_neat-0.80.3.dist-info/RECORD,,