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

William Caicedo

04/05/2023, 8:10 PM
From the command line, is there a way to specify a catalog-wide dataset version at run time?
d

Deepyaman Datta

04/05/2023, 9:59 PM
I guess not? You have to do
--load-versions
for each of them. I think this would be pretty easy to modify/run programmatically, since you'd basically pass the same load version for every entry in
pipeline.inputs()
, but I don't think it's supported out of the box.
👍 1