esd-services-api-client 2.2.6a114.dev5__py3-none-any.whl → 2.2.6a114.dev7__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.
- esd_services_api_client/_version.py +1 -1
- esd_services_api_client/nexus/core/app_core.py +3 -3
- {esd_services_api_client-2.2.6a114.dev5.dist-info → esd_services_api_client-2.2.6a114.dev7.dist-info}/METADATA +1 -1
- {esd_services_api_client-2.2.6a114.dev5.dist-info → esd_services_api_client-2.2.6a114.dev7.dist-info}/RECORD +6 -6
- {esd_services_api_client-2.2.6a114.dev5.dist-info → esd_services_api_client-2.2.6a114.dev7.dist-info}/LICENSE +0 -0
- {esd_services_api_client-2.2.6a114.dev5.dist-info → esd_services_api_client-2.2.6a114.dev7.dist-info}/WHEEL +0 -0
@@ -1 +1 @@
|
|
1
|
-
__version__ = 'v2.2.6a114.
|
1
|
+
__version__ = 'v2.2.6a114.dev7'
|
@@ -206,7 +206,7 @@ class Nexus:
|
|
206
206
|
|
207
207
|
:return: blob uri
|
208
208
|
"""
|
209
|
-
|
209
|
+
result_ = data.result()
|
210
210
|
serializer = self._injector.get(ResultSerializer)
|
211
211
|
storage_client = self._injector.get(StorageClient)
|
212
212
|
output_path = f"{os.getenv('NEXUS__ALGORITHM_OUTPUT_PATH')}/{self._run_args.request_id}.json"
|
@@ -214,10 +214,10 @@ class Nexus:
|
|
214
214
|
data_path=output_path, alias="output", data_format="null"
|
215
215
|
).parse_data_path()
|
216
216
|
storage_client.save_data_as_blob(
|
217
|
-
data=
|
217
|
+
data=result_,
|
218
218
|
blob_path=blob_path,
|
219
219
|
serialization_format=serializer.get_serialization_format(
|
220
|
-
|
220
|
+
result_
|
221
221
|
),
|
222
222
|
overwrite=True,
|
223
223
|
)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
esd_services_api_client/__init__.py,sha256=L-cEW1mVbnTJLCLG5V6Ucw7zBgx1zf0t1bYcQC1heyw,603
|
2
|
-
esd_services_api_client/_version.py,sha256=
|
2
|
+
esd_services_api_client/_version.py,sha256=Fh_GscjsJbXmu6oY8rkkB52tBr_0LL8JGMtIbpfgDwc,32
|
3
3
|
esd_services_api_client/beast/__init__.py,sha256=zNhXcHSP5w4P9quM1XP4oXVJEccvC_VScG41TZ0GzZ8,723
|
4
4
|
esd_services_api_client/beast/v3/__init__.py,sha256=FtumtInoDyCCRE424Llqv8QZLRuwXzj-smyfu1od1nc,754
|
5
5
|
esd_services_api_client/beast/v3/_connector.py,sha256=WNmCiTXFRb3q56mrr7ZbqBHWDUxbfyWhiWlBFLUIOnc,11478
|
@@ -33,7 +33,7 @@ esd_services_api_client/nexus/algorithms/recursive.py,sha256=uaCCl4q-st_KqbcmkdO
|
|
33
33
|
esd_services_api_client/nexus/configurations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
34
|
esd_services_api_client/nexus/configurations/algorithm_configuration.py,sha256=eE7diX2PATCGkmqhvFOcZwXrr6vns4fqnJGmgNvhhZM,1091
|
35
35
|
esd_services_api_client/nexus/core/__init__.py,sha256=sOgKKq3_LZGbLmQMtMS7lDw2hv027qownTmNIRV0BB8,627
|
36
|
-
esd_services_api_client/nexus/core/app_core.py,sha256=
|
36
|
+
esd_services_api_client/nexus/core/app_core.py,sha256=QZXYDGLNUuU4MaGw2UQJ0wsTXkEf90FGb3Yvf0YGBh4,10187
|
37
37
|
esd_services_api_client/nexus/core/app_dependencies.py,sha256=dDmgPBJbPzvAWAkKCSPKT1i5fP5cAPDxVL6K27Bp_nI,8561
|
38
38
|
esd_services_api_client/nexus/core/serializers.py,sha256=Vk9FaEeDHXx3S7rPlYoWzsOcN6gzLzemsrjq6ytfaI0,2217
|
39
39
|
esd_services_api_client/nexus/exceptions/__init__.py,sha256=feN33VdqB5-2bD9aJesJl_OlsKrNNo3hZCnQgKuaU9k,696
|
@@ -47,7 +47,7 @@ esd_services_api_client/nexus/input/input_reader.py,sha256=aXNMGxrdUX5RDYR666GSG
|
|
47
47
|
esd_services_api_client/nexus/input/payload_reader.py,sha256=Kq0xN1Shyqv71v6YkcrqVTDbmsEjZc8ithsXYpyu87M,2516
|
48
48
|
esd_services_api_client/nexus/telemetry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
49
49
|
esd_services_api_client/nexus/telemetry/recorder.py,sha256=2-u7tuFmSDHuA7qOo6PalnkkOZ8qnHLQF1F9SiVVme0,3702
|
50
|
-
esd_services_api_client-2.2.6a114.
|
51
|
-
esd_services_api_client-2.2.6a114.
|
52
|
-
esd_services_api_client-2.2.6a114.
|
53
|
-
esd_services_api_client-2.2.6a114.
|
50
|
+
esd_services_api_client-2.2.6a114.dev7.dist-info/LICENSE,sha256=0gS6zXsPp8qZhzi1xaGCIYPzb_0e8on7HCeFJe8fOpw,10693
|
51
|
+
esd_services_api_client-2.2.6a114.dev7.dist-info/METADATA,sha256=bIWgLAh1WZpVwpheZODt0HL8UFkFA9ly32E09qFLAa0,1301
|
52
|
+
esd_services_api_client-2.2.6a114.dev7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
53
|
+
esd_services_api_client-2.2.6a114.dev7.dist-info/RECORD,,
|
File without changes
|
File without changes
|