https://kedro.org/ logo
#questions
Title
# questions
r

Rennan Haro

10/11/2023, 12:22 PM
Hey all. Is there any simple way to run kedro using the same
load-version
version to all datasets, instead of having to specify each one with
name:version_ts
?
d

datajoely

10/11/2023, 12:22 PM
kedro run --load-versions=<dataset_name>:YYYY-MM-DDThh.mm.ss.sssZ
so you still have to list each dataset but you can use pipe the list of dataset names into that CLI command