Abhishek Bhatia
08/01/2024, 10:44 AMpandas.ParquetDataset
master_table@spark:
<<: *pq
filepath: "<gs://my_bucket/05_model_input/master_table>"
master_table@pandas:
type: pandas.ParquetDataset
filepath: "<gs://my_bucket/05_model_input/master_table>"
spark reading works but pandas reading throws an error
FileNotFoundError: my_bucket/05_model_input/master_table/
The same thing works on local.Ravi Kumar Pilla
08/01/2024, 1:33 PMAbhishek Bhatia
08/02/2024, 4:57 AMkedro 0.19.6
kedro-datasets 3.0.1
python 3.10.6
Ravi Kumar Pilla
08/02/2024, 3:03 PMAbhishek Bhatia
08/03/2024, 10:14 AM