Hugo Acosta
10/02/2024, 3:08 PMdata:
type: dask.ParquetDataset
filepath: data/
load_args :
filters: [('filter_1', '==', 1) or
('filter_2', '==', 1) or
('filter_3', '==', 1) or
('filter_4', '==', 1) ]
I tested this exact syntax for filters in the Python API and while it works there, I cannot seem to find a way to make it work using the catalog, since it raises the error:
kedro.io.core.DatasetError: Failed while loading data from data set
An error occurred while calling the read_parquet method registered to the pandas backend.
Original Message: too many values to unpack (expected 3)
Nok Lam Chan
10/02/2024, 5:20 PMNok Lam Chan
10/02/2024, 5:21 PMresolver
in docs.kedro.org, where you can provide custom expression