From b279bf1723b3f4dbced9bca3f4e38bde56478bc6 Mon Sep 17 00:00:00 2001 From: Ry Walker <4283+ryw@users.noreply.github.com> Date: Fri, 23 Aug 2019 16:05:56 -0400 Subject: [PATCH] [AIRFLOW-XXX] Fix analytics doc (#5885) --- docs/howto/tracking-user-activity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/tracking-user-activity.rst b/docs/howto/tracking-user-activity.rst index 384ec13b0f9a29..23719efea2eb6a 100644 --- a/docs/howto/tracking-user-activity.rst +++ b/docs/howto/tracking-user-activity.rst @@ -22,7 +22,7 @@ You can configure Airflow to route anonymous data to `Google Analytics `_, `Segment `_, or `Metarouter `_. -Edit ``airflow.cfg`` and set the ``analytics`` block to have a ``tool`` and ``id``: +Edit ``airflow.cfg`` and set the ``webserver`` block to have an ``analytics_tool`` and ``analytics_id``: .. code-block:: python