Closed Polichinel closed 1 month ago
Develop a function to generate the five configuration files for each model, with a wrapper function to handle the process across all configs.
NOTE: first solve:
Functions:
Templates:
views_pipeline/meta_tools/
templates
Default Values:
config_deployment.py
"deployment_status"
"shadow"
config_meta.py
"name"
Flexibility:
File Location:
model/configs
Validation:
meta_tools
Naming & Format:
views_pipeline/meta_tools/templates
Objective
Develop a function to generate the five configuration files for each model, with a wrapper function to handle the process across all configs.
NOTE: first solve:
Requirements:
Functions:
Templates:
views_pipeline/meta_tools/
calledtemplates
to store boilerplate templates for the configuration files.Default Values:
config_deployment.py
, set the default value for"deployment_status"
to"shadow"
(with options: shadow, deployed, baseline, deprecated).config_meta.py
under"name"
.Flexibility:
File Location:
model/configs
directory.Validation:
meta_tools
should be created to validate the generated configuration files.Naming & Format:
Actionable Steps:
views_pipeline/meta_tools/templates
if necessary."deployment_status"
inconfig_deployment.py
and"name"
inconfig_meta.py
.model/configs
directory.