https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
r

RRoger

11/25/2021, 11:55 PM
I want to load data from a database and then save to multiple formats locally (csv, parquet). Is there a way to do this nicely? I tried putting a list of outputs in a
node
but threw an error. I know that transcoding allows the same dataset to be loaded in multiple ways, I want to go the other way around.