Thomas d'Hooghe
08/28/2024, 4:47 PMDeepyaman Datta
08/28/2024, 4:50 PMkedro runkedro run --pipeline whatever_i_wantkedro runloadThomas d'Hooghe
08/28/2024, 4:51 PMYury Fedotov
08/28/2024, 5:11 PMingestionstrintkedro run --pipeline ingestionkedro run --pipeline everything_elseingestioneverything_elseThomas d'Hooghe
08/28/2024, 5:11 PMA node cannot have the same inputs and outputs even if they are transcoded: {'raw_data'}raw_data@xlsx:
  type: pandas.ExcelDataset
  filepath: xxx
  load_args:
    sheet_name: "Data overview"
raw_data@csv:
  type: pandas.CSVDataSet
  filepath: xxx
raw_data@parquet:
  type: pandas.ParquetDataSet
  filepath:xxxThomas d'Hooghe
08/28/2024, 5:53 PMraw_data.xlsx:
  type: pandas.ExcelDataset
  filepath: xxx
  load_args:
    sheet_name: "Data overview"
raw_data.csv:
  type: pandas.CSVDataSet
  filepath: xxx
raw_data.parquet:
  type: pandas.ParquetDataSet
  filepath:xxxElena Khaustova
08/28/2024, 6:24 PM