Hello team, I'm trying to specify a save version ...
# questions
n
Hello team, I'm trying to specify a save version for a VersionedDataSet in the catalog but couldn't manage to make it work. What I want to achieve is to use a
run_date
specified at run time that could be common and used for all versioned dataset. I tried something like:
Copy code
version:
  load: ${globals:run_date}
  save: ${globals:run_date}
but got
Copy code
'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!
👀 1
y
@Elijah Ko this might be useful for your versioning UX research
n
Hello ! Do you have any ideas or documentations on this one?