Skip to content

Commit

Permalink
docs(pydeck-carto): Indicate that aggregation_exp is required (#9157)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Sep 16, 2024
1 parent 68533ae commit 95ee077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/pydeck_carto/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 95ee077

Please sign in to comment.