nucliadb 6.3.1.post3440__py3-none-any.whl → 6.3.1.post3457__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.
- nucliadb/ingest/orm/resource.py +3 -0
- {nucliadb-6.3.1.post3440.dist-info → nucliadb-6.3.1.post3457.dist-info}/METADATA +6 -6
- {nucliadb-6.3.1.post3440.dist-info → nucliadb-6.3.1.post3457.dist-info}/RECORD +6 -6
- {nucliadb-6.3.1.post3440.dist-info → nucliadb-6.3.1.post3457.dist-info}/WHEEL +0 -0
- {nucliadb-6.3.1.post3440.dist-info → nucliadb-6.3.1.post3457.dist-info}/entry_points.txt +0 -0
- {nucliadb-6.3.1.post3440.dist-info → nucliadb-6.3.1.post3457.dist-info}/top_level.txt +0 -0
nucliadb/ingest/orm/resource.py
CHANGED
@@ -582,7 +582,10 @@ class Resource:
|
|
582
582
|
async def update_status(self):
|
583
583
|
field_ids = await self.get_all_field_ids(for_update=False)
|
584
584
|
if field_ids is None:
|
585
|
+
# No fields, it is processed
|
586
|
+
self.basic.metadata.status = PBMetadata.Status.PROCESSED
|
585
587
|
return
|
588
|
+
|
586
589
|
field_statuses = await datamanagers.fields.get_statuses(
|
587
590
|
self.txn, kbid=self.kb.kbid, rid=self.uuid, fields=field_ids.fields
|
588
591
|
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nucliadb
|
3
|
-
Version: 6.3.1.
|
3
|
+
Version: 6.3.1.post3457
|
4
4
|
Summary: NucliaDB
|
5
5
|
Author-email: Nuclia <nucliadb@nuclia.com>
|
6
6
|
License: AGPL
|
@@ -20,11 +20,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
21
21
|
Requires-Python: <4,>=3.9
|
22
22
|
Description-Content-Type: text/markdown
|
23
|
-
Requires-Dist: nucliadb-telemetry[all]>=6.3.1.
|
24
|
-
Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.3.1.
|
25
|
-
Requires-Dist: nucliadb-protos>=6.3.1.
|
26
|
-
Requires-Dist: nucliadb-models>=6.3.1.
|
27
|
-
Requires-Dist: nidx-protos>=6.3.1.
|
23
|
+
Requires-Dist: nucliadb-telemetry[all]>=6.3.1.post3457
|
24
|
+
Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.3.1.post3457
|
25
|
+
Requires-Dist: nucliadb-protos>=6.3.1.post3457
|
26
|
+
Requires-Dist: nucliadb-models>=6.3.1.post3457
|
27
|
+
Requires-Dist: nidx-protos>=6.3.1.post3457
|
28
28
|
Requires-Dist: nucliadb-admin-assets>=1.0.0.post1224
|
29
29
|
Requires-Dist: nuclia-models>=0.24.2
|
30
30
|
Requires-Dist: uvicorn
|
@@ -135,7 +135,7 @@ nucliadb/ingest/orm/entities.py,sha256=3_n6lKhBy2GsdmNmkh0_mvxP8md20OZsbtTNEmfJ8
|
|
135
135
|
nucliadb/ingest/orm/exceptions.py,sha256=k4Esv4NtL4TrGTcsQpwrSfDhPQpiYcRbB1SpYmBX5MY,1432
|
136
136
|
nucliadb/ingest/orm/knowledgebox.py,sha256=IGOPvBR1qXqDxE5DeiOdYCLdPgjzOVVpsASJ2zYvWwQ,23651
|
137
137
|
nucliadb/ingest/orm/metrics.py,sha256=OkwMSPKLZcKba0ZTwtTiIxwBgaLMX5ydhGieKvi2y7E,1096
|
138
|
-
nucliadb/ingest/orm/resource.py,sha256=
|
138
|
+
nucliadb/ingest/orm/resource.py,sha256=dB0n7qQQZc0a4t_khp790koo9hIU1x_SIMl7HmBLsg8,44751
|
139
139
|
nucliadb/ingest/orm/utils.py,sha256=vCe_9UxHu26JDFGLwQ0wH-XyzJIpQCTK-Ow9dtZR5Vg,2716
|
140
140
|
nucliadb/ingest/orm/processor/__init__.py,sha256=Aqd9wCNTvggkMkCY3WvoI8spdr94Jnqk-0iq9XpLs18,922
|
141
141
|
nucliadb/ingest/orm/processor/auditing.py,sha256=TeYhXGJRyQ7ROytbb2u8R0fIh_FYi3HgTu3S1ribY3U,4623
|
@@ -340,8 +340,8 @@ nucliadb/writer/tus/local.py,sha256=7jYa_w9b-N90jWgN2sQKkNcomqn6JMVBOVeDOVYJHto,
|
|
340
340
|
nucliadb/writer/tus/s3.py,sha256=vF0NkFTXiXhXq3bCVXXVV-ED38ECVoUeeYViP8uMqcU,8357
|
341
341
|
nucliadb/writer/tus/storage.py,sha256=ToqwjoYnjI4oIcwzkhha_MPxi-k4Jk3Lt55zRwaC1SM,2903
|
342
342
|
nucliadb/writer/tus/utils.py,sha256=MSdVbRsRSZVdkaum69_0wku7X3p5wlZf4nr6E0GMKbw,2556
|
343
|
-
nucliadb-6.3.1.
|
344
|
-
nucliadb-6.3.1.
|
345
|
-
nucliadb-6.3.1.
|
346
|
-
nucliadb-6.3.1.
|
347
|
-
nucliadb-6.3.1.
|
343
|
+
nucliadb-6.3.1.post3457.dist-info/METADATA,sha256=Q7ES2awV8PZOanfl6y5nQZebnPb0AzQhXJvQipxzQAA,4291
|
344
|
+
nucliadb-6.3.1.post3457.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
345
|
+
nucliadb-6.3.1.post3457.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
|
346
|
+
nucliadb-6.3.1.post3457.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
|
347
|
+
nucliadb-6.3.1.post3457.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|