Shubham Agrawal
06/28/2024, 10:52 AMconf/base/sub_folder/parameters_A.yml
kind of structure. The pipeline give me following error with this structure, however it is able to read the parameters if I have following structure: conf/base/parameters_A.yml
Note that folder: sub_folder
is symlinked.
ValueError: Pipeline input(s) {'params:length', 'params:width'} not found in the DataCatalog
Elena Khaustova
06/28/2024, 11:37 AMElena Khaustova
06/28/2024, 11:50 AMElena Khaustova
06/28/2024, 1:42 PMfsspec.filesystem.glob()
which we use to find the paths recursively doesn’t find simlinks.Elena Khaustova
06/28/2024, 1:42 PMShubham Agrawal
06/28/2024, 1:43 PMElena Khaustova
06/28/2024, 2:37 PM