You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new spatial_aggregate API endpoint and FlowClient function #599
Implemented new flowclient API entrypoint, total_network_objects(), to access (with simplified parameters) equivalent flowmachine query #581
Implemented new flowclient API entrypoint, location_introversion(), to access (with simplified parameters) equivalent flowmachine query #577
Implemented new flowclient API entrypoint, unique_subscriber_counts(), to access (with simplified parameters) equivalent flowmachine query #562
New schema aggregates and table aggregates.aggregates have been created for maintaining a record of the process and completion of scheduled aggregates.
New joined_spatial_aggregate API endpoint and FlowClient function #600
Changed
daily_location and modal_location query types are no longer accepted as top-level queries, and must be wrapped using spatial_aggregate
JoinedSpatialAggregate no longer accepts positional arguments
JoinedSpatialAggregate now supports "avg", "max", "min", "median", "mode", "stddev" and "variance" stats
Fixed
total_network_objects no longer returns results from AggregateNetworkObjects#603