Explcitly split Config (instance-level settings) from Params (run-level settings)
Example:
Data Dir (where pacta-data lives) is a config, since that will be the same for all instances run by an instance
Holdings date is a param, since that will change from portfolio to portfolio.
Explcitly split Config (instance-level settings) from Params (run-level settings)
Example: Data Dir (where pacta-data lives) is a config, since that will be the same for all instances run by an instance Holdings date is a param, since that will change from portfolio to portfolio.
https://12factor.net/config