Aleksander Jaworski
07/24/2023, 11:22 AMhello_world.pyhello_world.pyNok Lam Chan
07/24/2023, 11:34 AMIt feels a bit cumbersome that even a simpleI suspect this is related. How big is your catalog (number of entries?) Can you try removing any SQLDataset and see if it is speed up? Most dataset are lazily initiated, it should not have any impact on loading up the catalog. https://github.com/kedro-org/kedro/issues/2829will take several seconds to run when the configuration is large enough, as first you will see all the logs and all the setup will be done for the data catalog etc, none of which would actually end up being used in ahello_world.pyhello_world.py
Nok Lam Chan
07/24/2023, 11:35 AMWhen setting up the project for someone, it is impossible to provide a credentials file with just the required credentials. In kedro all of them need to be filled right now as it is all validated at once. In a sort of lazy version, only the dependencies that follow from the pipeline would need to be evaluated.Is this also related to SQLDataset which requires db connection (and credentials)?
Aleksander Jaworski
07/24/2023, 11:35 AMAleksander Jaworski
07/24/2023, 11:35 AMAleksander Jaworski
07/24/2023, 11:38 AMparameters.ymlcatalog .ymlTemplatedConfigLoaderNok Lam Chan
07/24/2023, 11:46 AMAleksander Jaworski
07/24/2023, 11:57 AM~21 secskedro catalog list~6 secsAleksander Jaworski
07/24/2023, 11:57 AMNok Lam Chan
07/24/2023, 12:20 PMNok Lam Chan
07/24/2023, 12:49 PMimport <your_module>Aleksander Jaworski
07/25/2023, 8:56 AM