academic_observatory_workflows.config

Module Contents

Classes

Tag

DAG tag.

Functions

project_path(→ str)

Make a path to a file or folder within the Academic Observatory Workflows project.

construct_module_path(→ str)

Constructs the full module path given parts of a path.

class academic_observatory_workflows.config.Tag[source]

DAG tag.

academic_observatory = 'academic-observatory'[source]
data_quality = 'data-quality'[source]
academic_observatory_workflows.config.project_path(*subpaths: str) str[source]

Make a path to a file or folder within the Academic Observatory Workflows project.

Parameters:

subpaths – any sub paths.

Returns:

a path to a file or folder.

academic_observatory_workflows.config.construct_module_path(*parts: str) str[source]

Constructs the full module path given parts of a path.