vincenzonetti opened a new issue, #71285:
URL: https://github.com/apache/airflow/issues/71285

   ### Description
   
   In a DAG we can currently specify different params and their default value 
however I'd like to have a list of presets from which I can load on the fly 
different pre-configured default values and load them on the fly and eventually 
edit the preset's default values from the UI if needed.
   
   ### Use case/motivation
   
   I often need to to run Machine learning training experiments with the same 
model architecture but different dataset for different tasks, since what 
changes is the dataset but not the architectures I use a dag to fetch data, 
train, evaluated etc. However different datasets need different augmentations 
techniques which often have lots of parameters and having multiple presets 
could help engineers start the training with a preselected config and maybe 
tweak only few parameters rather than rewriting the whole augmentations
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to