Introduction
Get started
git
conda
pip
conf
conf/base
conf/local
data
src
Tutorial
csv
xlsx
pipeline()
Visualisation with Kedro-Viz
plotly.PlotlyDataSet
plotly.JSONDataSet
Notebooks & IPython users
catalog
context
pipelines
session
%reload_kedro
%run_viz
Kedro project setup
kedro run
KedroSession
Data Catalog
*_args
project
GCSFileSystem
utf-8
version
IncrementalDataSet
Nodes and pipelines
**kwargs
kedro pipeline create
fsspec
SequentialRunner
ParallelRunner
Extend Kedro
_load
_save
_describe
PartitionedDataSet
click
global
Hooks
before_node_run
Logging
Development
venv
virtualenv
pytest
/tests
pytest-cov
pre-commit
Deployment
DataCatalog
kedro airflow
PySpark integration
conf/base/spark.yml
SparkSession
MemoryDataSet
DataFrame
copy_mode="assign"
ThreadRunner
FAQs
pipenv
Resources
KedroContext
Contribute to Kedro
core
extras
API documentation
kedro.framework.session.session.
KedroSessionError
KedroSessionError raised by KedroSession in the case that multiple runs are attempted in one session.
args
with_traceback
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.