airflow.providers.google.cloud.links.cloud_functions

This module contains Google Cloud Functions links.

Attributes

Classes

CloudFunctionsDetailsLink

Helper class for constructing Cloud Functions Details Link.

CloudFunctionsListLink

Helper class for constructing Cloud Functions Details Link.

Module Contents

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

Helper class for constructing Cloud Functions Details Link.

name = 'Cloud Functions Details'[source]

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

key = 'cloud_functions_details'[source]
format_str = 'https://console.cloud.google.com/functions/details/{location}/{function_name}?project={project_id}'[source]
static persist(context, task_instance, function_name, location, project_id)[source]

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

Helper class for constructing Cloud Functions Details Link.

name = 'Cloud Functions List'[source]

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

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

Was this entry helpful?