了解Kedro
venv
conda
pip
kedro new
conf
src
pyproject.toml
settings.py
pipeline_registry.py
教程与基础Kedro使用
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项目
OmegaConf
OmegaConfigLoader
ConfigLoader
TemplatedConfigLoader
catalog.yml
type
filepath
utf-8
kedro catalog rank
kedro catalog resolve
PartitionedDataset
fsspec
load
save
_describe
KedroDataCatalog
run
*args
**kwargs
describe
kedro pipeline create
SequentialRunner
ParallelRunner
kedro run
集成
conf/base/spark.yml
SparkSession
MemoryDataset
DataFrame
copy_mode="assign"
ThreadRunner
kedro-mlflow
开发
virtualenv
pytest
/tests
pytest-cov
ruff
pre-commit
高级用法
bootstrap_project
configure_project
click
global
project
cookiecutter
project_name
repo_name
python_package
DataCatalog
metadata
before_node_run
CONF_SOURCE
rich
kedro-sagemaker
kedro-azureml
kedro-databricks
kedro-kubeflow
kedro-vertexai
为Kedro贡献
命令行界面参考
API文档
load_ipython_extension()
KedroDeprecationWarning
KedroDeprecationWarning.args
KedroDeprecationWarning.with_traceback()
KedroPythonVersionWarning
KedroPythonVersionWarning.args
KedroPythonVersionWarning.with_traceback()
AbstractConfigLoader
MissingConfigException
AbstractDataset
AbstractVersionedDataset
CachedDataset
LambdaDataset
版本
DatasetAlreadyExistsError
DatasetError
DatasetNotFoundError
magic_load_node()
magic_reload_kedro()
reload_kedro()
RichHandler
node()
Pipeline
Node
ModularPipelineError
run_node()
AbstractRunner
load_obj()
KedroSessionError 由 KedroSession 抛出, 当尝试在一个会话中运行多次时。
KedroSessionError
Exception.with_traceback(tb) – 将self.__traceback__设置为tb并返回self。