https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
g

Goss

10/25/2022, 11:46 AM
@datajoely I believe it is because the catalog.yaml in the Quickstart specifies the same file path for two different datasets:
Copy code
data_science.active_modelling_pipeline.regressor:
  type: pickle.PickleDataSet
  filepath: data/06_models/regressor.pickle
  versioned: true
  layer: models
...
data_science.candidate_modelling_pipeline.regressor:
  type: pickle.PickleDataSet
  filepath: data/06_models/regressor.pickle
  versioned: true
  layer: models
That cannot work... right?