kedro.framework.hooks.specs

Description

A module containing specifications for all callable hooks in the Kedro’s execution timeline. For more information about these specifications, please visit [Pluggy’s documentation](https://pluggy.readthedocs.io/en/stable/#specs)

Classes

DataCatalogSpecs()

Namespace that defines all specifications for a data catalog's lifecycle hooks.

DatasetSpecs()

Namespace that defines all specifications for a dataset's lifecycle hooks.

KedroContextSpecs()

Namespace that defines all specifications for a Kedro context's lifecycle hooks.

NodeSpecs()

Namespace that defines all specifications for a node's lifecycle hooks.

PipelineSpecs()

Namespace that defines all specifications for a pipeline's lifecycle hooks.