Hey team, I have a folder that includes .stl geome...
# plugins-integrations
g
Hey team, I have a folder that includes .stl geometries from mechanical engineering design (https://en.wikipedia.org/wiki/STL_(file_format)) Do you know how should I create my catalog to read all the stl files from a directory in a kedro node? Thanks in advance I'm using kedro 0.18.14
j
hi @George Drakoulas! the recommended way is to create a custom dataset https://docs.kedro.org/en/stable/extend_kedro/custom_datasets.html
ping us if you have difficulties
d
and use
PartitionedDataset
to read an entire directory
g
thank you very much! it worked!
🙌🏼 1