Hi everyone! I would like to be able to pass comma...
# advanced-need-help
i
Hi everyone! I would like to be able to pass command line arguments (like input path and output path) from the command line to update the catalog. I sow the possibility of using kedro.config.TemplatedConfigLoader, but it requires to manually define the global_dict variables in the hooks. Is there a way to intercept arguments defined through the CLI and use them in the TemplatedConfigLoader ? Furthermore, thinking about the problem with dynamic catalogues and reproducibility, It would be nice to be able to save the rendered jinja2 catalog such that if one would want to reproduce it, he/she would just have to run the pipeline with the saved catalogue. What would be the Kedro way of doing this? Thanks for your help!
2 Views