We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931342e commit c25b93fCopy full SHA for c25b93f
rfcs/028-simplify-config-customization.md
@@ -55,16 +55,7 @@ N/A
55
## Reference-level Explanation (aka Technical Details)
56
57
1. Add `get_config_class(component: string, base_class: Config) -> Config` method to amundsen common
58
-2. Use `get_config_class` in each service, for example:
59
-
60
-```python
61
-from amundsen.common.config import get_config_class
62
63
-_config_module_class = \
64
- os.getenv('METADATA_SVC_CONFIG_MODULE_CLASS') or _config_module_class
65
66
-config_module_class = get_config_class('metadata', _config_module_class)
67
-```
+2. Use `get_config_class` in each service to render final config
68
69
Pseudocode:
70
0 commit comments