Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pathway-0.25.0-cp310-abi3-manylinux_2_28_aarch64.whl | 2025-07-10 | 55.0 MB | |
pathway-0.25.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | 2025-07-10 | 59.0 MB | |
pathway-0.25.0-cp310-abi3-macosx_11_0_arm64.whl | 2025-07-10 | 52.7 MB | |
pathway-0.25.0-cp310-abi3-macosx_10_15_x86_64.whl | 2025-07-10 | 56.0 MB | |
README.md | 2025-07-10 | 987 Bytes | |
v0.25.0 source code.tar.gz | 2025-07-10 | 189.7 MB | |
v0.25.0 source code.zip | 2025-07-10 | 192.6 MB | |
Totals: 7 Items | 605.0 MB | 1 |
Added
pw.io.questdb.write
method for writing to Quest DB.pw.io.fs.read
now supports the"only_metadata"
format. When this format is used, the table will contain only metadata updates for the tracked directory, without reading file contents.
Changed
- BREAKING The Elasticsearch and BigQuery connectors have been moved to the Scale license tier. You can obtain the Scale tier license for free at https://pathway.com/get-license.
- BREAKING
pw.io.fs.read
no longer acceptsformat="raw"
. Useformat="binary"
to read binary objects,format="plaintext_by_file"
to read plaintext objects per file, orformat="plaintext"
to read plaintext objects split into lines. - BREAKING The
pw.io.s3_csv.read
connector has been removed. Please usepw.io.s3.read
withformat="csv"
instead.
Fixed
pw.io.s3.read
andpw.io.s3.write
now also check theAWS_PROFILE
environment variable for AWS credentials if none are explicitly provided.