The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-07-19 | 975 Bytes | |
| v0.13.0-alpha.3 source code.tar.gz | 2023-07-19 | 604.1 kB | |
| v0.13.0-alpha.3 source code.zip | 2023-07-19 | 648.7 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
WIP 0.13.0
Major changes
- Add
datapipe.metastore.TransformMetaTable. Now each transform gets it's own meta table that tracks status of each transformation - Generalize
BatchTransformandDatatableBatchTransformthroughBaseBatchTransformStep - Add
transform_keysto*BatchTransform - Move changed idx computation out of
DataStoretoBaseBatchTransformStep - Add column
priorityto transform meta table, sort work by priority
New features
- Add
step reset-metadataCLI command - Add
step fill-metadataCLI command that populates transform meta-table with all indices to process - Add helm chart for running regular loops in k8s as
CronJob - Switch from vanilla
tqdmtotqdm_loggablefor better display in logs -
Add
step run-idxCLI command -
Executors:
datapipe.executor.SingleThreadExecutor,datapipe.executor.ray.RayExecutor
Bugfixes
- Fix
QdrantStore.read_rowswhen no idx is specified