viveca
11/03/2022, 3:32 PMcatalog.yml
has filepath: "${configurable_filepath}"
and I’d like to do kedro run --params configurable_filepath:/path/to/file
. A similar question was asked previously https://linen-discord.kedro.org/t/2203662/Hi-all-I-have-a-beginner-question-on-Kedro-0-18-2-I-have-a-T with writing a custom TemplatedConfigLoader as solution: https://github.com/noklam/kedro_gallery/blob/master/template_config_loader_demo/src/template_config_loader_demo/settings.py
Is this the recommended approach or is there a way of achieving what I want without writing a custom TemplatedConfigLoader accessing private variables? Is there no other way to add all runtime parameters to the global dict? I’d really want to avoid that if possible in case a future kedro update changes things.datajoely
11/03/2022, 3:34 PMviveca
11/03/2022, 3:38 PMdatajoely
11/03/2022, 3:42 PMviveca
11/03/2022, 3:45 PMdatajoely
11/03/2022, 3:45 PMviveca
11/03/2022, 3:46 PMdatajoely
11/03/2022, 3:47 PMviveca
11/03/2022, 3:47 PMdatajoely
11/03/2022, 3:47 PMviveca
11/03/2022, 3:49 PMdatajoely
11/03/2022, 3:50 PMextra_params
can be passed from the CLIviveca
11/03/2022, 3:52 PMpath
attribute to change ther I’m not sure it improves on the the original solution of a custom TemplatedConfigLoader. Am I missing something with what you proposed?