You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pw.io.bigquery.write connector for writing Pathway tables into Google BigQuery.
parameter filepath_globpattern to query method in VectorStoreClient for specifying which files should be considered in the query.
Improved compatibility of pw.Json with standard methods such as len(), int(), float(), bool(), iter(), reversed() when feasible.
Changed
pw.io.postgres.write can now parallelize writes to several threads if several workers are configured.
Pathway now checks types of pointers rigorously. Indexing table with mismatched number/types of columns vs what was used to create index will now result in a TypeError.
pw.Json.as_float() method now supports integer JSON values.