nexus-extensibility 2.0.0b29__py3-none-any.whl → 2.0.0b41__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.
@@ -68,11 +68,15 @@ class ReadRequest:
68
68
  A read request.
69
69
 
70
70
  Args:
71
+ original_resource_name: The original resource name.
71
72
  catalog_item: The CatalogItem to be read.
72
73
  data: The data buffer.
73
74
  status: The status buffer. A value of 0x01 ('1') indicates that the corresponding value in the data buffer is valid, otherwise it is treated as float("NaN").
74
75
  """
75
76
 
77
+ original_resource_name: str
78
+ """The original resource name."""
79
+
76
80
  catalog_item: CatalogItem
77
81
  """The CatalogItem to be read."""
78
82
 
@@ -128,12 +132,12 @@ class IDataSource(IExtension, ABC):
128
132
  pass
129
133
 
130
134
  @abstractmethod
131
- def get_catalog(self, catalog_id: str) -> Awaitable[ResourceCatalog]:
135
+ def enrich_catalog(self, catalog: ResourceCatalog) -> Awaitable[ResourceCatalog]:
132
136
  """
133
- Gets the requested ResourceCatalog.
137
+ Enriches the provided ResourceCatalog.
134
138
 
135
139
  Args:
136
- catalog_id: The catalog identifier.
140
+ catalog: The catalog to enrich.
137
141
  """
138
142
  pass
139
143
 
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nexus-extensibility
3
- Version: 2.0.0b29
3
+ Version: 2.0.0b41
4
4
  Summary: Type definitions to implement data sources for the Nexus system.
5
- Home-page: https://github.com/malstroem-labs/nexus
6
- Author: https://github.com/malstroem-labs
5
+ Home-page: https://github.com/nexus-main/nexus
6
+ Author: https://github.com/nexus-main
7
7
  License: MIT
8
- Project-URL: Project, https://malstroem-labs.github.io/Nexus
9
- Project-URL: Repository, https://github.com/malstroem-labs/nexus
8
+ Project-URL: Project, https://nexus-main.github.io/Nexus
9
+ Project-URL: Repository, https://github.com/nexus-main/nexus
10
10
  Keywords: Nexus extensibility time-series data lake
11
11
  Platform: any
12
12
  Classifier: Programming Language :: Python :: 3
@@ -2,10 +2,10 @@ nexus_extensibility/__init__.py,sha256=3NjQgmwGAfhEef3LmQaTBXE9CPORo5ea4xh38hkUQ
2
2
  nexus_extensibility/_data_model.py,sha256=HBuH2ftXAq_a5pJWc5UtqbEEcQIVAolz3xLUYgAHyk0,11964
3
3
  nexus_extensibility/_data_model_extensions.py,sha256=iLSOVDKvVoorj2h0x_XHGhbKwd_NHtrURgS7aUVe8MI,670
4
4
  nexus_extensibility/_data_model_utilities.py,sha256=cb_uJD4CeYz1m7NEttQ7kR3nrcMjovJQCrSUchnglQE,377
5
- nexus_extensibility/_extensibility_data_source.py,sha256=eKN3tfab0VIYVr3Y58olhCNNRTj4lz3gt2keTaFLGpM,6990
5
+ nexus_extensibility/_extensibility_data_source.py,sha256=nmliMWPax7ltCmcIR4dbtRtS3_fvM8Nc3WPqsKuhvzM,7132
6
6
  nexus_extensibility/_extensibility_utilities.py,sha256=hQFcY2joHt1goJSCvMfEW5cprN1I-B1-SihqYme8R1A,786
7
7
  nexus_extensibility/_i_extension.py,sha256=JiylZIbVEnKAZ8_4MAIjIVXNcfex76m_FTVOC1CoA2k,107
8
- nexus_extensibility-2.0.0b29.dist-info/METADATA,sha256=uhXQ0yBR7Gqv4PpLpn3SgtXeVEqcfPSF01u2DDKQ92I,791
9
- nexus_extensibility-2.0.0b29.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
- nexus_extensibility-2.0.0b29.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
11
- nexus_extensibility-2.0.0b29.dist-info/RECORD,,
8
+ nexus_extensibility-2.0.0b41.dist-info/METADATA,sha256=vY1Jl12BJxBN0lVfG_mA_XpthyYJprrQ4IAo8pyXe40,775
9
+ nexus_extensibility-2.0.0b41.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
10
+ nexus_extensibility-2.0.0b41.dist-info/top_level.txt,sha256=GTaw9wgS6EKrgO6FhJ3YZuMrkgoK7kP-hW9uybPDbyg,20
11
+ nexus_extensibility-2.0.0b41.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5