Is there any way to run `kedro run` from a parent ...
# advanced-need-help
e
Is there any way to run
kedro run
from a parent directory of the project directory ? for example:
Copy code
parent_dir:
  child_dir:
    pyproject.toml
    setup.py
    ...
Copy code
# from parent_dir

kedro run child_dir