From a6492e4e2e58c0385d132379c271b00f493f182e Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Fri, 13 Sep 2024 13:45:31 -0400 Subject: [PATCH] docs(pydeck-carto): Indicate that aggregation_exp is required --- bindings/pydeck-carto/pydeck_carto/sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/pydeck-carto/pydeck_carto/sources.py b/bindings/pydeck-carto/pydeck_carto/sources.py index a6f356d4c9c..7812594a2bf 100644 --- a/bindings/pydeck-carto/pydeck_carto/sources.py +++ b/bindings/pydeck-carto/pydeck_carto/sources.py @@ -270,7 +270,7 @@ def h3_table_source(**kwargs: Unpack[H3TableSourceOptions]): Fully-qualified name of table. spatial_data_column : str, optional Name of spatial data column. Common examples are "geom", "h3", or "quadbin". - aggregation_exp : str, optional + aggregation_exp : str Aggregation SQL expression. Only used for spatial index datasets. aggregation_res_level : int, optional Aggregation resolution level. Only used for spatial index datasets,