kedro.framework.project

Description

kedro.framework.project module provides utitlity to configure a Kedro project and access its settings.

Functions

configure_project(package_name)

Configure a Kedro project by populating its settings with values defined in user’s settings.py and pipeline_registry.py.

validate_settings()

Eagerly validate that the settings module is importable.