airflow.providers.google.cloud.links.life_sciences

Attributes

BASE_LINK

LIFESCIENCES_LIST_LINK

Classes

LifeSciencesLink

Helper class for constructing Life Sciences List link.

Module Contents

Bases: airflow.providers.google.cloud.links.base.BaseGoogleLink

Helper class for constructing Life Sciences List link.

name = 'Life Sciences'[source]

Name of the link. This will be the button name on the task UI.

key = 'lifesciences_key'[source]
format_str = 'https://console.cloud.google.com/lifesciences/pipelines?project={project_id}'[source]
static persist(context, task_instance, project_id)[source]

Was this entry helpful?