airflow.providers.google.cloud.links.bigquery_dts

This module contains Google BigQuery Data Transfer links.

Attributes

BIGQUERY_BASE_LINK

BIGQUERY_DTS_LINK

Classes

BigQueryDataTransferConfigLink

Helper class for constructing BigQuery Data Transfer Config Link.

Module Contents

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

Helper class for constructing BigQuery Data Transfer Config Link.

name = 'BigQuery Data Transfer Config'[source]

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

key = 'bigquery_dts_config'[source]
format_str = '/bigquery/transfers/locations/{region}/configs/{config_id}/runs?project={project_id}'[source]
static persist(context, task_instance, region, config_id, project_id)[source]

Was this entry helpful?