find_kedro_project¶
kedro_dagster.utils.find_kedro_project(current_dir)
¶
Locate the Kedro project root starting from current_dir.
This wraps Kedro's _find_kedro_project with a version-compatible
import that works across Kedro releases where the function moved modules.
Parameters¶
| Name | Type | Description | Default |
|---|---|---|---|
current_dir
|
Path
|
Directory to start searching from. |
required |
Returns¶
| Type | Description |
|---|---|
Path or None
|
Project root path if found, else |
See Also¶
kedro_dagster.translator.KedroProjectTranslator :
Uses this to auto-discover the project root.