pasteur.kedro.utils.get_pasteur_modules

pasteur.kedro.utils.get_pasteur_modules#

pasteur.kedro.utils.get_pasteur_modules()[source]#

Grabs pasteur modules from kedro settings.

If they’re not defined, returns None. If they’re None, returns recommended modules. Otherwise, returns the value.

Return type:

Union[Callable, list[type], None]