Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

airflow.providers.google.cloud.links.datafusion

This module contains Google Data Fusion links.

Attributes

BASE_LINK

DATAFUSION_INSTANCE_LINK

DATAFUSION_PIPELINES_LINK

DATAFUSION_PIPELINE_LINK

Classes

DataFusionInstanceLink

Helper class for constructing Data Fusion Instance link.

DataFusionPipelineLink

Helper class for constructing Data Fusion Pipeline link.

DataFusionPipelinesLink

Helper class for constructing list of Data Fusion Pipelines link.

Module Contents

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

Helper class for constructing Data Fusion Instance link.

name = 'Data Fusion Instance'[source]

Name of the link. This will be the button name on the task UI.

key = 'instance_conf'[source]
format_str = 'https://console.cloud.google.com/data-fusion/locations/{region}/instances/{instance_name}?projec...[source]

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

Helper class for constructing Data Fusion Pipeline link.

name = 'Data Fusion Pipeline'[source]

Name of the link. This will be the button name on the task UI.

key = 'pipeline_conf'[source]
format_str = '{uri}/pipelines/ns/{namespace}/view/{pipeline_name}'[source]

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

Helper class for constructing list of Data Fusion Pipelines link.

name = 'Data Fusion Pipelines List'[source]

Name of the link. This will be the button name on the task UI.

key = 'pipelines_conf'[source]
format_str = '{uri}/cdap/ns/{namespace}/pipelines'[source]

Was this entry helpful?