this is my catalog ```model_input_table: type: p...
# questions
c
this is my catalog
Copy code
model_input_table:
  type: pandas.ParquetDataset
  filepath: <s3://kedro/model_input_table.parquet>
#  type: pandas.CSVDataset
#  filepath: <s3://kedro/model_input_table.csv>
and csv files is fine.