Learn about Kedro
venv
conda
pip
kedro new
conf
data
src
Tutorial and basic Kedro usage
pipeline()
docs
kedro jupyter notebook
kedro.ipython
catalog
context
pipelines
session
%reload_kedro
%load_node
%run_viz
KedroContext
KedroSession
--params
create_default_data_set()
Runner
project_version
Kedro projects
OmegaConf
OmegaConfigLoader
ConfigLoader
TemplatedConfigLoader
catalog.yml
type
filepath
utf-8
kedro catalog rank
kedro catalog resolve
PartitionedDataset
_load
fsspec
_save
_describe
*args
**kwargs
describe
kedro pipeline create
SequentialRunner
ParallelRunner
kedro run
Integrations
conf/base/spark.yml
SparkSession
MemoryDataset
DataFrame
copy_mode="assign"
ThreadRunner
kedro-mlflow
Advanced usage
bootstrap_project
configure_project
click
global
project
cookiecutter
project_name
repo_name
python_package
metadata
DataCatalog
before_node_run
CONF_SOURCE
rich
virtualenv
pytest
/tests
pytest-cov
pre-commit
kedro-sagemaker
kedro-azureml
kedro-kubeflow
kedro-vertexai
Contribute to Kedro
API documentation
KedroDeprecationWarning
KedroDeprecationWarning.args
KedroDeprecationWarning.with_traceback()
KedroPythonVersionWarning
KedroPythonVersionWarning.args
KedroPythonVersionWarning.with_traceback()
AbstractConfigLoader
MissingConfigException
AbstractDataset
AbstractVersionedDataset
CachedDataset
LambdaDataset
Version
DatasetAlreadyExistsError
DatasetError
DatasetNotFoundError
load_ipython_extension()
magic_load_node()
magic_reload_kedro()
reload_kedro()
RichHandler
node()
Pipeline
Node
ModularPipelineError
run_node()
AbstractRunner
load_obj()
Run setup required at the beginning of the workflow when running in project mode, and return project metadata.
ProjectMetadata