Skip to content

Commit 95ee077

Browse files
author
Don McCurdy
authored
docs(pydeck-carto): Indicate that aggregation_exp is required (visgl#9157)
1 parent 68533ae commit 95ee077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/pydeck-carto/pydeck_carto/sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def h3_table_source(**kwargs: Unpack[H3TableSourceOptions]):
270270
Fully-qualified name of table.
271271
spatial_data_column : str, optional
272272
Name of spatial data column. Common examples are "geom", "h3", or "quadbin".
273-
aggregation_exp : str, optional
273+
aggregation_exp : str
274274
Aggregation SQL expression. Only used for spatial index datasets.
275275
aggregation_res_level : int, optional
276276
Aggregation resolution level. Only used for spatial index datasets,

0 commit comments

Comments
 (0)