datachain 0.18.0__py3-none-any.whl → 0.18.1__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 datachain might be problematic. Click here for more details.
- datachain/data_storage/metastore.py +1 -1
- {datachain-0.18.0.dist-info → datachain-0.18.1.dist-info}/METADATA +1 -1
- {datachain-0.18.0.dist-info → datachain-0.18.1.dist-info}/RECORD +7 -7
- {datachain-0.18.0.dist-info → datachain-0.18.1.dist-info}/WHEEL +0 -0
- {datachain-0.18.0.dist-info → datachain-0.18.1.dist-info}/entry_points.txt +0 -0
- {datachain-0.18.0.dist-info → datachain-0.18.1.dist-info}/licenses/LICENSE +0 -0
- {datachain-0.18.0.dist-info → datachain-0.18.1.dist-info}/top_level.txt +0 -0
|
@@ -674,7 +674,7 @@ class AbstractDBMetastore(AbstractMetastore):
|
|
|
674
674
|
dv = self._datasets_versions
|
|
675
675
|
self.db.execute(
|
|
676
676
|
self._datasets_versions_update()
|
|
677
|
-
.where(dv.c.dataset_id == dataset.id
|
|
677
|
+
.where(dv.c.dataset_id == dataset.id, dv.c.version == version)
|
|
678
678
|
.values(values),
|
|
679
679
|
conn=conn,
|
|
680
680
|
) # type: ignore [attr-defined]
|
|
@@ -47,7 +47,7 @@ datachain/client/s3.py,sha256=YCtDhKVO_jGsMPeyqe3xk5QsF5lqMabqkt0tPFWUHOM,7286
|
|
|
47
47
|
datachain/data_storage/__init__.py,sha256=9Wit-oe5P46V7CJQTD0BJ5MhOa2Y9h3ddJ4VWTe-Lec,273
|
|
48
48
|
datachain/data_storage/db_engine.py,sha256=n8ojCbvVMPY2e3SG8fUaaD0b9GkVfpl_Naa_6EiHfWg,3788
|
|
49
49
|
datachain/data_storage/job.py,sha256=9r0OGwh22bHNIvLHqg8_-eJSP1YYB-BN5HOla5TdCxw,402
|
|
50
|
-
datachain/data_storage/metastore.py,sha256=
|
|
50
|
+
datachain/data_storage/metastore.py,sha256=PGSDRwEckKR759CRgBGFC9aK_shBGLoFcHRuXJliqdc,38306
|
|
51
51
|
datachain/data_storage/schema.py,sha256=asZYz1cg_WKfe2Q-k5W51E2z2CzHU5B4QEDZDMFr8yo,9346
|
|
52
52
|
datachain/data_storage/serializer.py,sha256=6G2YtOFqqDzJf1KbvZraKGXl2XHZyVml2krunWUum5o,927
|
|
53
53
|
datachain/data_storage/sqlite.py,sha256=bwZAB_NUMT2WMv5tPQnnLFA0P-PiQtxzSaQ1q6xDxOU,24590
|
|
@@ -153,9 +153,9 @@ datachain/sql/sqlite/vector.py,sha256=ncW4eu2FlJhrP_CIpsvtkUabZlQdl2D5Lgwy_cbfqR
|
|
|
153
153
|
datachain/toolkit/__init__.py,sha256=eQ58Q5Yf_Fgv1ZG0IO5dpB4jmP90rk8YxUWmPc1M2Bo,68
|
|
154
154
|
datachain/toolkit/split.py,sha256=ktGWzY4kyzjWyR86dhvzw-Zhl0lVk_LOX3NciTac6qo,2914
|
|
155
155
|
datachain/torch/__init__.py,sha256=gIS74PoEPy4TB3X6vx9nLO0Y3sLJzsA8ckn8pRWihJM,579
|
|
156
|
-
datachain-0.18.
|
|
157
|
-
datachain-0.18.
|
|
158
|
-
datachain-0.18.
|
|
159
|
-
datachain-0.18.
|
|
160
|
-
datachain-0.18.
|
|
161
|
-
datachain-0.18.
|
|
156
|
+
datachain-0.18.1.dist-info/licenses/LICENSE,sha256=8DnqK5yoPI_E50bEg_zsHKZHY2HqPy4rYN338BHQaRA,11344
|
|
157
|
+
datachain-0.18.1.dist-info/METADATA,sha256=kzo8enR6CguWxicuamrqzFQm2bqiYITORyVQvt08sHE,11331
|
|
158
|
+
datachain-0.18.1.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
159
|
+
datachain-0.18.1.dist-info/entry_points.txt,sha256=0GMJS6B_KWq0m3VT98vQI2YZodAMkn4uReZ_okga9R4,49
|
|
160
|
+
datachain-0.18.1.dist-info/top_level.txt,sha256=lZPpdU_2jJABLNIg2kvEOBi8PtsYikbN1OdMLHk8bTg,10
|
|
161
|
+
datachain-0.18.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|