airflow.providers.google.cloud.links.cloud_build

模組內容

類別

CloudBuildLink

用於構建 Cloud Build 連結的輔助類別。

CloudBuildListLink

用於構建 Cloud Build 列表連結的輔助類別。

CloudBuildTriggersListLink

用於構建 Cloud Build 觸發器列表連結的輔助類別。

CloudBuildTriggerDetailsLink

用於構建 Cloud Build 觸發器詳細資訊連結的輔助類別。

屬性

BUILD_BASE_LINK

BUILD_LINK

BUILD_LIST_LINK

BUILD_TRIGGERS_LIST_LINK

BUILD_TRIGGER_DETAILS_LINK

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

用於構建 Cloud Build 連結的輔助類別。

name = 'Cloud Build 詳細資訊'[source]
key = 'cloud_build_key'[source]
format_str[source]
static persist(context, task_instance, build_id, project_id, region)[source]

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

用於構建 Cloud Build 列表連結的輔助類別。

name = 'Cloud Builds 列表'[source]
key = 'cloud_build_list_key'[source]
format_str[source]
static persist(context, task_instance, project_id, region)[source]

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

用於構建 Cloud Build 觸發器列表連結的輔助類別。

name = 'Cloud Build 觸發器列表'[source]
key = 'cloud_build_triggers_list_key'[source]
format_str[source]
static persist(context, task_instance, project_id, region)[source]

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

用於構建 Cloud Build 觸發器詳細資訊連結的輔助類別。

name = 'Cloud Build 觸發器詳細資訊'[source]
key = 'cloud_build_triggers_details_key'[source]
format_str[source]
static persist(context, task_instance, project_id, region, trigger_id)[source]

此條目是否有幫助?