Nicolas P
08/02/2024, 12:30 PMrun_date
specified at run time that could be common and used for all versioned dataset.
I tried something like:
version:
load: ${globals:run_date}
save: ${globals:run_date}
but got
'version' attribute removed from data set configuration since it is a reserved word and cannot be directly specified
and indeed looking at the code it appears that I should somehow specify a save_version
argument but I can't find a way to do so.
Do I miss anything? Would you have any ideas on how I could achieve this?
Thx!Yury Fedotov
08/02/2024, 4:15 PMNicolas P
08/22/2024, 9:21 AM