phenomedb.pipelines =================== The pipelines module contains tasks that are pipeline generators. These tasks are executed to create dynamically generated pipelines. .. figure:: ./_images/backfill-annotations-pipeline-overview.png :width: 500 :alt: PhenomeB Pipeline Example Example of using a task to create a Pipeline, using the PipelineFactory to chain tasks together and register it with Airflow .. automodule:: phenomedb.pipelines :members: