2.0.0b20

flyte.git

Directory

Methods

Method Description
config_from_root() Get the config file from the git root directory.

Methods

config_from_root()

def config_from_root(
    path: pathlib._local.Path | str,
) -> flyte.config._config.Config

Get the config file from the git root directory.

By default, the config file is expected to be in .flyte/config.yaml in the git root directory.

Parameter Type
path pathlib._local.Path | str