Marshall Krassenstein
09/04/2024, 12:30 PMkedro run
from sub directories of my project (which is awesome). Let's say I want to access the root directory of my project from a sub directory in a context outside of kedro run
. Is there a helper function I can use that finds my project root?Marshall Krassenstein
09/04/2024, 12:33 PMNok Lam Chan
09/04/2024, 12:36 PMI notice I canWe added this a few release ago, same go with most kedro command.from sub directories of my projectkedro run
Nok Lam Chan
09/04/2024, 12:37 PMNok Lam Chan
09/04/2024, 12:37 PMMarshall Krassenstein
09/04/2024, 12:40 PMinclude
directory that contains front end code with parameters defined by running the kedro pipeline.
In a downstream step, I merge the contents of the include
directory with a parameters file built by the pipeline and deploy the application onto a server. In my app code, I have logic to look for the parameters file and if not found, load the parameters file from the kedro catalogNok Lam Chan
09/04/2024, 12:46 PM