airflow.providers.google.marketing_platform.links.analytics_admin

Module Contents

Classes

GoogleAnalyticsPropertyLink

Helper class for constructing Google Analytics Property Link.

Attributes

BASE_LINK

Bases: GoogleAnalyticsBaseLink

Helper class for constructing Google Analytics Property Link.

name = 'Data Analytics Property'[source]
key = 'data_analytics_property'[source]
format_str = 'p{property_id}/'[source]
static persist(context, task_instance, property_id)[source]

Was this entry helpful?