The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.2.2
flyte.git
Directory
Classes
| Class | Description |
|---|---|
GitStatus |
A class representing the status of a git repository. |
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.Path | str,
) -> flyte.config._config.Config | NoneGet 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 | Description |
|---|---|---|
path |
pathlib.Path | str |
Path to the config file relative to git root directory (default |
Returns: Config object if found, None otherwise