Manoel Pereira de Queiroz
04/15/2025, 6:32 PMconf
directory) so I can easily access parameters and datasets with catalog.load
or the ConfigLoader
class, instead of configuring my connection to GCP + recreate the parameters from the ground-up in the new application?
Thanks in advance and keep up with the good work, this project is awesome!Yolan Honoré-Rougé
04/15/2025, 8:08 PMYolan Honoré-Rougé
04/15/2025, 8:09 PMAnkita Katiyar
04/16/2025, 9:00 AMkedro package
command will create a dist/
folder with the .whl
file as well as the conf-<project_name>.tar.gz
which is your compressed configuration (not the local
)
Kedro accepts a .tar.gz
file as the conf_source
You can run the project with kedro run --conf-source <compressed_file_path>
Manoel Pereira de Queiroz
04/17/2025, 10:35 PM.tar.gz
file for the conf
folder, all three seem to enable Kedro usage by running pipelines from another application, am I right? My case would be much simpler, because it encompasses only reading datasets and parameters from the catalog.yml
and parameters.yml
files, I suppose this is not supported by any of these solutions?