airflow.providers.google.cloud.links.dataproc

This module contains Google Dataproc links.

Module Contents

Classes

DataprocLink

Helper class for constructing Dataproc resource link.

DataprocListLink

Helper class for constructing list of Dataproc resources link.

Attributes

DATAPROC_BASE_LINK

DATAPROC_JOB_LOG_LINK

DATAPROC_CLUSTER_LINK

DATAPROC_WORKFLOW_TEMPLATE_LINK

DATAPROC_WORKFLOW_LINK

DATAPROC_BATCH_LINK

DATAPROC_BATCHES_LINK

Bases: airflow.models.BaseOperatorLink

Helper class for constructing Dataproc resource link.

name = 'Dataproc resource'[source]
key = 'conf'[source]
static persist(context, task_instance, url, resource)[source]

Link to external system.

Note: The old signature of this function was (self, operator, dttm: datetime). That is still supported at runtime but is deprecated.

Parameters
Returns

link to external system

Return type

str

Bases: airflow.models.BaseOperatorLink

Helper class for constructing list of Dataproc resources link.

name = 'Dataproc resources'[source]
key = 'list_conf'[source]
static persist(context, task_instance, url)[source]

Link to external system.

Note: The old signature of this function was (self, operator, dttm: datetime). That is still supported at runtime but is deprecated.

Parameters
Returns

link to external system

Return type

str

Was this entry helpful?