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
FlowAPI's 'joined_spatial_aggregate' endpoint now exposes event counts. #992
FlowAPI's 'joined_spatial_aggregate' endpoint now exposes top-up amount. #967
FlowAPI's 'joined_spatial_aggregate' endpoint now exposes nocturnal events. #1025
FlowAPI's 'joined_spatial_aggregate' endpoint now exposes top-up balance. #968
FlowAPI's 'joined_spatial_aggregate' endpoint now exposes displacement. #1010
FlowAPI's 'joined_spatial_aggregate' endpoint now exposes pareto interactions. #1012
FlowETL now supports ingesting from a postgres table in addition to CSV files. #1027
FLOWETL_RUNTIME_CONFIG environment variable added to control which DAG definitions the FlowETL integration tests should use (valid values: "testing", "production").
FLOWETL_INTEGRATION_TESTS_DISABLE_PULLING_DOCKER_IMAGES environment variable added to allow running the FlowETL integration tests against locally built docker images during development.
FlowAPI's 'joined_spatial_aggregate' endpoint now exposes handset. #1011 and #1029
JoinedSpatialAggregate now supports "distr" stats which computes outputs the relative distribution of the passed metrics.
Added SubscriberHandsetCharacteristic to FlowMachine
Changed
The flowdb containers for test_data and synthetic_data were split into two separate containers and quick_start.sh downloads the docker-compose files to a new temporary directory on each run. #843
Flowmachine now returns more informative error messages when query parameter validation fails. #1055
Removed
TESTING environment variable was removed (previously used by the FlowETL integration tests).
Removed SubscriberPhoneType from FlowMachine to avoid redundancy.