airflow.providers.google.cloud.links.cloud_functions

此模块包含 Google Cloud Functions 链接。

模块内容

CloudFunctionsDetailsLink

用于构建 Cloud Functions 详细信息链接的辅助类。

CloudFunctionsListLink

用于构建 Cloud Functions 详细信息链接的辅助类。

属性

CLOUD_FUNCTIONS_BASE_LINK

CLOUD_FUNCTIONS_DETAILS_LINK

CLOUD_FUNCTIONS_LIST_LINK

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Cloud Functions 详细信息链接的辅助类。

name = 'Cloud Functions 详情'[源代码]
key = 'cloud_functions_details'[源代码]
format_str[源代码]
static persist(context, task_instance, function_name, location, project_id)[源代码]

基类: airflow.providers.google.cloud.links.base.BaseGoogleLink

用于构建 Cloud Functions 详细信息链接的辅助类。

name = 'Cloud Functions 列表'[源代码]
key = 'cloud_functions_list'[源代码]
format_str[源代码]
static persist(context, task_instance, project_id)[源代码]

此条目是否有帮助?