airflow.providers.google.cloud.links.dataform¶
This module contains Google Dataflow links.
Attributes¶
Classes¶
Helper class for constructing Dataflow Job Link. |
|
Helper class for constructing Dataflow repository link. |
|
Helper class for constructing Dataform workspace link. |
Module Contents¶
- airflow.providers.google.cloud.links.dataform.DATAFORM_WORKFLOW_INVOCATION_LINK = '/bigquery/dataform/locations/{region}/repositories/{repository_id}/workflows/{workflow_invocatio...[source]¶
- airflow.providers.google.cloud.links.dataform.DATAFORM_REPOSITORY_LINK = '/bigquery/dataform/locations/{region}/repositories/{repository_id}/details/workspaces?project={p...[source]¶
- airflow.providers.google.cloud.links.dataform.DATAFORM_WORKSPACE_LINK = '/bigquery/dataform/locations/{region}/repositories/{repository_id}/workspaces/{workspace_id}/fil...[source]¶
- class airflow.providers.google.cloud.links.dataform.DataformWorkflowInvocationLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Dataflow Job Link.
- name = 'Dataform Workflow Invocation'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.dataform.DataformRepositoryLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Dataflow repository link.
- name = 'Dataform Repository'[source]¶
Name of the link. This will be the button name on the task UI.
- class airflow.providers.google.cloud.links.dataform.DataformWorkspaceLink[source]¶
Bases:
airflow.providers.google.cloud.links.base.BaseGoogleLink
Helper class for constructing Dataform workspace link.