Hey all. Is there any simple way to run kedro usin...
# questions
r
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
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