airflow.providers.google.marketing_platform.links.analytics_admin¶
Attributes¶
Classes¶
Base class for Google Analytics links. |
|
Helper class for constructing Google Analytics Property Link. |
Module Contents¶
- airflow.providers.google.marketing_platform.links.analytics_admin.BASE_LINK = 'https://analytics.google.com/analytics/web/'[source]¶
- class airflow.providers.google.marketing_platform.links.analytics_admin.GoogleAnalyticsBaseLink[source]¶
Bases:
airflow.sdk.BaseOperatorLink
Base class for Google Analytics links.
- get_link(operator, *, ti_key)[source]¶
Link to external system.
- Parameters:
operator (airflow.models.BaseOperator) – The Airflow operator object this link is associated to.
ti_key (airflow.models.taskinstancekey.TaskInstanceKey) – TaskInstance ID to return link for.
- Returns:
link to external system
- Return type:
- class airflow.providers.google.marketing_platform.links.analytics_admin.GoogleAnalyticsPropertyLink[source]¶
Bases:
GoogleAnalyticsBaseLink
Helper class for constructing Google Analytics Property Link.