airflow.providers.google.cloud.links.dataform

此模块包含 Google Dataform 链接。

模块内容

DataformWorkflowInvocationLink

用于构建 Dataform 作业链接的辅助类。

DataformRepositoryLink

用于构建 Dataform 仓库链接的辅助类。

DataformWorkspaceLink

用于构建 Dataform 工作区链接的辅助类。

属性

DATAFORM_BASE_LINK

DATAFORM_WORKFLOW_INVOCATION_LINK

DATAFORM_REPOSITORY_LINK

DATAFORM_WORKSPACE_LINK

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

用于构建 Dataform 作业链接的辅助类。

name = 'Dataform 工作流调用'[源代码]
key = 'dataform_workflow_invocation_config'[源代码]
format_str[源代码]
static persist(operator_instance, context, project_id, region, repository_id, workflow_invocation_id)[源代码]

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

用于构建 Dataform 仓库链接的辅助类。

name = 'Dataform 仓库'[源代码]
key = 'dataform_repository'[源代码]
format_str[源代码]
static persist(operator_instance, context, project_id, region, repository_id)[源代码]

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

用于构建 Dataform 工作区链接的辅助类。

name = 'Dataform 工作区'[源代码]
key = 'dataform_workspace'[源代码]
format_str[源代码]
static persist(operator_instance, context, project_id, region, repository_id, workspace_id)[源代码]

此条目是否有帮助?