| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-09-14 | 993 Bytes | |
| v0.11.1 source code.tar.gz | 2022-09-14 | 704.1 kB | |
| v0.11.1 source code.zip | 2022-09-14 | 731.3 kB | |
| Totals: 3 Items | 1.4 MB | 0 | |
- Column
filepathis now written to meta-pseudo-df ofTableStoreFiledirwhenadd_filepath_columnis enabled (https://github.com/epoch8/datapipe/pull/149) - Fix
TableStoreFiledirissues with regular expressions: https://github.com/epoch8/datapipe/issues/146 and https://github.com/epoch8/datapipe/issues/147 (https://github.com/epoch8/datapipe/pull/149) - Added new arguments
readonlyanddisable_rminTableStoreFiledir. By defaultTableStoreFilediris running as reader and writer, but ifenable_rm=Truethen it also removes files. Whenreadonly=None(default), it checks for patterns*to disable/enable writing files, but if it needed to force enable or disable writing,readonlyshould be changed accordingly. - Addeed OR patterns support in format
(aaa|bbb|ccc)inTableStoreFiledir. For example:/path/to/(folder1|folder2|folder3)/to/the/files.(jpg|png|jpeg). - Fix:
read_rows()should returnDataFramewith primary key columns even if empty