What I want is to do something like : ```python my...
# advanced-need-help
t
What I want is to do something like :
Copy code
python my_run_script.py --catalog_entry_1 value1 --catalog_entry_2 value2
Where catalog_entry_1 is something that is set in my base catalog but with a different value. For example I have this :
Copy code
yaml
model_type_validation_simulations:
  <<: *azml_model
  name: model_type
  dirpath: data/06_models/model_type_validation_simulations/
  model_version: 129
And I want to overwrite the
model_version
or the
name
2 Views