ogdc_runner.recipe module¶
- ogdc_runner.recipe.clone_recipes_repo(repo_url: str, ref: str = 'main') Generator[Path, None, None]¶
Clone a git repository at a specific ref.
- ogdc_runner.recipe.find_recipe_dirs(recipes_dir: Path) list[Path]¶
Find all directories containing meta.yml in the recipes directory.
- ogdc_runner.recipe.get_recipe_config(recipe_directory: Path, *, check_urls: bool = False) RecipeConfig¶
Extract config from a recipe configuration file (meta.yml).
- Parameters:
- Return type:
- ogdc_runner.recipe.stage_ogdc_recipe(recipe_location: str)¶
Stages the recipe directory.
- Parameters:
recipe_location (
str)