Is there a possibility to update how `kedro pipel...
# questions
l
Is there a possibility to update how
kedro pipeline create
materializes the
parameters
and
catalog
files? I would prefer for them to be in their own directory.
Copy code
kedro pipeline create
1
d
hey @Laurens Vijnck, you can try to create a custom pipeline template https://docs.kedro.org/en/stable/build/modular_pipelines/#creating-custom-pipeline-templates
K 1
l
Amazing, thanks worked!