airflow.providers.google.cloud.links.cloud_functions

This module contains Google Cloud Functions links.

Module Contents

Classes

CloudFunctionsDetailsLink

Helper class for constructing Cloud Functions Details Link.

CloudFunctionsListLink

Helper class for constructing Cloud Functions Details Link.

Attributes

CLOUD_FUNCTIONS_BASE_LINK

CLOUD_FUNCTIONS_DETAILS_LINK

CLOUD_FUNCTIONS_LIST_LINK

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

Helper class for constructing Cloud Functions Details Link.

name = 'Cloud Functions Details'[source]
key = 'cloud_functions_details'[source]
format_str[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]
key = 'cloud_functions_list'[source]
format_str[source]
static persist(context, task_instance, project_id)[source]

Was this entry helpful?