hi team, Is it possible to do variable interpolati...
# questions
t
hi team, Is it possible to do variable interpolation in globals.yml,
Copy code
s3_path:<s3://some-bucket/${sub-path}/key>,

sub-path: demo
I am looking to override the subpath for various runs
K 1
a
It is possible to do variable interpolation, given the keys are within
globals.yml
- the only thing you can’t use is
runtime_params:
resolver in the
globals.yml
t
ok thanks thanks so is there a way to change the variables in runtime then ???