airflow.providers.google.cloud.links.dataform

This module contains Google Dataflow links.

Module Contents

Classes

DataformWorkflowInvocationLink

Helper class for constructing Dataflow Job Link.

DataformRepositoryLink

Helper class for constructing Dataflow repository link.

DataformWorkspaceLink

Helper class for constructing Dataform workspace link.

Attributes

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

Helper class for constructing Dataflow Job Link.

name = 'Dataform Workflow Invocation'[source]
key = 'dataform_workflow_invocation_config'[source]
format_str[source]
static persist(operator_instance, context, project_id, region, repository_id, workflow_invocation_id)[source]

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

Helper class for constructing Dataflow repository link.

name = 'Dataform Repository'[source]
key = 'dataform_repository'[source]
format_str[source]
static persist(operator_instance, context, project_id, region, repository_id)[source]

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

Helper class for constructing Dataform workspace link.

name = 'Dataform Workspace'[source]
key = 'dataform_workspace'[source]
format_str[source]
static persist(operator_instance, context, project_id, region, repository_id, workspace_id)[source]

Was this entry helpful?