Balazs Konig
06/29/2023, 11:22 AMfolder1
  projects
    project1
      conf
      data
      src
folder2
  data
And I want to save to folder2/data - when I try relative paths, it seems to append that to folder1/projects/project1/<relative_path> (as in, it adds the dots to the path as well).
How can I achieve this?Balazs Konig
06/29/2023, 11:36 AMNok Lam Chan
06/29/2023, 1:30 PMPath so nothing specific about Kedro.
Can you show the error that you get and maybe your catalog entry?Nok Lam Chan
06/29/2023, 1:31 PMreport_accuracy:
  type: text.TextDataSet
  filepath: ../data/text.txtBalazs Konig
06/29/2023, 1:31 PMNok Lam Chan
06/29/2023, 1:31 PMNok Lam Chan
06/29/2023, 1:32 PM