nucliadb-utils 6.2.1.post3072__py3-none-any.whl → 6.2.1.post3087__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 nucliadb-utils might be problematic. Click here for more details.

@@ -271,9 +271,13 @@ class Storage(abc.ABC, metaclass=abc.ABCMeta):
271
271
  if file.source == self.source and file.uri != destination.key:
272
272
  # This MAY BE the case for NucliaDB hosted deployment (Nuclia's cloud deployment):
273
273
  # The data has been pushed to the bucket but with a different key.
274
- logger.warning(
275
- f"[Nuclia hosted] Source and destination keys differ!: {file.uri} != {destination.key}"
276
- )
274
+ #
275
+ # Due to migration things, extracted vectors can come in different
276
+ # keys and need a move, we don't want a warn in that case
277
+ if not destination.key.endswith("extracted_vectors"):
278
+ logger.warning(
279
+ f"[Nuclia hosted] Source and destination keys differ!: {file.uri} != {destination.key}"
280
+ )
277
281
  await self.move(file, destination)
278
282
  new_cf = CloudFile()
279
283
  new_cf.CopyFrom(file)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nucliadb_utils
3
- Version: 6.2.1.post3072
3
+ Version: 6.2.1.post3087
4
4
  Home-page: https://nuclia.com
5
5
  License: BSD
6
6
  Classifier: Development Status :: 4 - Beta
@@ -23,8 +23,8 @@ Requires-Dist: nats-py[nkeys]>=2.6.0
23
23
  Requires-Dist: PyNaCl
24
24
  Requires-Dist: pyjwt>=2.4.0
25
25
  Requires-Dist: mrflagly>=0.2.9
26
- Requires-Dist: nucliadb-protos>=6.2.1.post3072
27
- Requires-Dist: nucliadb-telemetry>=6.2.1.post3072
26
+ Requires-Dist: nucliadb-protos>=6.2.1.post3087
27
+ Requires-Dist: nucliadb-telemetry>=6.2.1.post3087
28
28
  Provides-Extra: cache
29
29
  Requires-Dist: redis>=4.3.4; extra == "cache"
30
30
  Requires-Dist: orjson>=3.6.7; extra == "cache"
@@ -48,7 +48,7 @@ nucliadb_utils/storages/nuclia.py,sha256=vEv94xAT7QM2g80S25QyrOw2pzvP2BAX-ADgZLt
48
48
  nucliadb_utils/storages/object_store.py,sha256=HtKjIKhErSBvuqx1SuCOnL0SkiHqgfyekNMP8o2piZU,4492
49
49
  nucliadb_utils/storages/s3.py,sha256=pgakBqBLfDAFbdjwwX6u19QTv7gQYZ82Pjw67Yi6ob8,20895
50
50
  nucliadb_utils/storages/settings.py,sha256=ugCPy1zxBOmA2KosT-4tsjpvP002kg5iQyi42yCGCJA,1285
51
- nucliadb_utils/storages/storage.py,sha256=0v2o34sE-YOLQtJh7NItEQFFHXSu0FQ4Rs7I8228kF0,21025
51
+ nucliadb_utils/storages/storage.py,sha256=15AqJKnFbDVrPAStJNJtRmqc0jpANvDUS2R83Hifuxk,21266
52
52
  nucliadb_utils/storages/utils.py,sha256=8g2rIwJeYIumQLOB47Yw1rx3twlhRB_cJxer65QfZmk,1479
53
53
  nucliadb_utils/tests/__init__.py,sha256=Oo9CAE7B0eW5VHn8sHd6o30SQzOWUhktLPRXdlDOleA,1456
54
54
  nucliadb_utils/tests/asyncbenchmark.py,sha256=vrX_x9ifCXi18PfNShc23w9x_VUiB_Ph-2nuolh9z3Q,10707
@@ -59,8 +59,8 @@ nucliadb_utils/tests/indexing.py,sha256=YW2QhkhO9Q_8A4kKWJaWSvXvyQ_AiAwY1VylcfVQ
59
59
  nucliadb_utils/tests/local.py,sha256=fXIBasrvdaFJM-sw2wk1_oiFzBcm9O10iCyC-OiXwY8,1914
60
60
  nucliadb_utils/tests/nats.py,sha256=RWHjwqq5esuO7OFbP24yYX1cXnpPLcWJwDUdmwCpH28,1897
61
61
  nucliadb_utils/tests/s3.py,sha256=pl-RJFjA4MH6iXkqhsh5g8gDuEhrYu1nPZ-laxlrMlE,3704
62
- nucliadb_utils-6.2.1.post3072.dist-info/METADATA,sha256=pektFp0SEW4d9LG2praXjS_2gZbsJdbQC4cZ6rGxINA,2172
63
- nucliadb_utils-6.2.1.post3072.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
64
- nucliadb_utils-6.2.1.post3072.dist-info/top_level.txt,sha256=fE3vJtALTfgh7bcAWcNhcfXkNPp_eVVpbKK-2IYua3E,15
65
- nucliadb_utils-6.2.1.post3072.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
66
- nucliadb_utils-6.2.1.post3072.dist-info/RECORD,,
62
+ nucliadb_utils-6.2.1.post3087.dist-info/METADATA,sha256=kfWUsFF56DdKKZyo5XTcH1lqew1-WBuE7bzgXnx6R7o,2172
63
+ nucliadb_utils-6.2.1.post3087.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
64
+ nucliadb_utils-6.2.1.post3087.dist-info/top_level.txt,sha256=fE3vJtALTfgh7bcAWcNhcfXkNPp_eVVpbKK-2IYua3E,15
65
+ nucliadb_utils-6.2.1.post3087.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
66
+ nucliadb_utils-6.2.1.post3087.dist-info/RECORD,,