| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-07-10 | 902 Bytes | |
| v0.12.0-alpha.2 source code.tar.gz | 2023-07-10 | 999.6 kB | |
| v0.12.0-alpha.2 source code.zip | 2023-07-10 | 1.0 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
WIP 0.12.0
Breaking changes
- Move cli from
datapipe-apptodatapipe - Remove separate
datapipe step statuscommand, now it's a flag:datapipe step list --status DatatableTransformmoved fromdatapipe.computetodatapipe.core_steps
New features
- Add
datapipe.store.qdrant.QdrantStore - Add
DatatableBatchTransformpipeline step
Refactorings
- Add
labelsarg and property toComputeStepbase class - Add
labelsarg toBatchTransformandBatchTransformStep - Add
labelsarg toBatchGenerateandDatatableTransformStep - Add
labelsarg toUpdateExternalTableandDatatableTransformStep - Large refactoring,
ComputeStepnow contains pieces of overridable functions forrun_fullandrun_changelist - Add prototype events logging for steps, add
event_logger.log_step_full_complete, add tabledatapipe_step_events