nucliadb 6.1.0.post2563__py3-none-any.whl → 6.1.0.post2567__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.
@@ -100,14 +100,14 @@ async def import_kb_from_blob_storage(context: ApplicationContext, msg: NatsTask
100
100
  kbid, import_id = msg.kbid, msg.id
101
101
  dm = ExportImportDataManager(context.kv_driver, context.blob_storage)
102
102
  metadata = await dm.get_metadata(type="import", kbid=kbid, id=import_id)
103
- stream = dm.download_import(kbid, import_id)
104
103
 
105
104
  retry_handler = TaskRetryHandler("import", dm, metadata)
106
105
 
107
106
  @retry_handler.wrap
108
- async def import_kb_retried(context, kbid, stream, metadata):
107
+ async def import_kb_retried(context, kbid, metadata):
108
+ stream = dm.download_import(kbid, import_id)
109
109
  await import_kb(context, kbid, stream, metadata)
110
110
 
111
- await import_kb_retried(context, kbid, stream, metadata)
111
+ await import_kb_retried(context, kbid, metadata)
112
112
 
113
113
  await dm.try_delete_from_storage("import", kbid, import_id)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nucliadb
3
- Version: 6.1.0.post2563
3
+ Version: 6.1.0.post2567
4
4
  Home-page: https://docs.nuclia.dev/docs/management/nucliadb/intro
5
5
  Author: NucliaDB Community
6
6
  Author-email: nucliadb@nuclia.com
@@ -22,10 +22,10 @@ Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3 :: Only
23
23
  Requires-Python: >=3.9, <4
24
24
  Description-Content-Type: text/markdown
25
- Requires-Dist: nucliadb-telemetry[all]>=6.1.0.post2563
26
- Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.1.0.post2563
27
- Requires-Dist: nucliadb-protos>=6.1.0.post2563
28
- Requires-Dist: nucliadb-models>=6.1.0.post2563
25
+ Requires-Dist: nucliadb-telemetry[all]>=6.1.0.post2567
26
+ Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.1.0.post2567
27
+ Requires-Dist: nucliadb-protos>=6.1.0.post2567
28
+ Requires-Dist: nucliadb-models>=6.1.0.post2567
29
29
  Requires-Dist: nucliadb-admin-assets>=1.0.0.post1224
30
30
  Requires-Dist: nucliadb-node-binding>=2.26.0
31
31
  Requires-Dist: uvicorn
@@ -100,7 +100,7 @@ nucliadb/export_import/__init__.py,sha256=y-Is0Bxa8TMV6UiOW0deC_D3U465P65CQ5RjBj
100
100
  nucliadb/export_import/datamanager.py,sha256=b9Vhf-WqJ8HosTdNpKXlGj-Vi7MHyMoPxL0VpfPlYlE,6720
101
101
  nucliadb/export_import/exceptions.py,sha256=Dw8WqfG4r6MPJc5TPfbjMvCgXXWTcTOecGHRVU1h3kM,1949
102
102
  nucliadb/export_import/exporter.py,sha256=kgbW-B7FNW7mlc9rBVEfwkkFTqD58TWSTDe9zkmEnBc,7098
103
- nucliadb/export_import/importer.py,sha256=Bxta4l5gDjRkhTKC7GK5zI3JvoeWdpBLva9cju5hNgY,4241
103
+ nucliadb/export_import/importer.py,sha256=v5cq9Nn8c2zrY_K_00mydR52f8mdFxR7tLdtNLQ0qvk,4229
104
104
  nucliadb/export_import/models.py,sha256=VHetyHlofHH5yzcV5q6hN15zGKJTRAu7GOTNveN-tGA,2063
105
105
  nucliadb/export_import/tasks.py,sha256=fpCBeFYPReyLIdk38LDM9Tpnw_VczeMrobT4n1RAIp4,2507
106
106
  nucliadb/export_import/utils.py,sha256=zrNrkkc9i3uT-R6Ju4J_0WNrzayln3KuQFCz-_qIaIA,19613
@@ -331,9 +331,9 @@ nucliadb/writer/tus/local.py,sha256=7jYa_w9b-N90jWgN2sQKkNcomqn6JMVBOVeDOVYJHto,
331
331
  nucliadb/writer/tus/s3.py,sha256=vF0NkFTXiXhXq3bCVXXVV-ED38ECVoUeeYViP8uMqcU,8357
332
332
  nucliadb/writer/tus/storage.py,sha256=ToqwjoYnjI4oIcwzkhha_MPxi-k4Jk3Lt55zRwaC1SM,2903
333
333
  nucliadb/writer/tus/utils.py,sha256=MSdVbRsRSZVdkaum69_0wku7X3p5wlZf4nr6E0GMKbw,2556
334
- nucliadb-6.1.0.post2563.dist-info/METADATA,sha256=6wTBsUl2nS9S257bFSfpm4Trq5D7q_ScQL6Y7Q4y5QY,4390
335
- nucliadb-6.1.0.post2563.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
336
- nucliadb-6.1.0.post2563.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
337
- nucliadb-6.1.0.post2563.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
338
- nucliadb-6.1.0.post2563.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
339
- nucliadb-6.1.0.post2563.dist-info/RECORD,,
334
+ nucliadb-6.1.0.post2567.dist-info/METADATA,sha256=XMUKY9sqMxtxKBbcjyY3nFz3CeHhcSeR-yQa_lsY-9I,4390
335
+ nucliadb-6.1.0.post2567.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
336
+ nucliadb-6.1.0.post2567.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
337
+ nucliadb-6.1.0.post2567.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
338
+ nucliadb-6.1.0.post2567.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
339
+ nucliadb-6.1.0.post2567.dist-info/RECORD,,