From d65384ed26ea2dcb44c853cd213b4527ea8a51d5 Mon Sep 17 00:00:00 2001 From: Richard Gill Date: Thu, 22 Feb 2024 07:17:13 +0000 Subject: [PATCH] Update stale aggregate link --- xata/api/search_and_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xata/api/search_and_filter.py b/xata/api/search_and_filter.py index cdaeccb..b8a1d69 100644 --- a/xata/api/search_and_filter.py +++ b/xata/api/search_and_filter.py @@ -1140,7 +1140,7 @@ def aggregate(self, table_name: str, payload: dict, db_name: str = None, branch_ store that is more appropiate for analytics, makes use of approximative algorithms (e.g for cardinality), and is generally faster and can do more complex aggregations. - For usage, see the [API Guide](https://xata.io/docs/api-guide/aggregate). + For usage, see the [API Guide](https://xata.io/docs/sdk/aggregate). Reference: https://xata.io/docs/api-reference/db/db_branch_name/tables/table_name/aggregate#run-aggregations-over-a-table Path: /db/{db_branch_name}/tables/{table_name}/aggregate