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
A new column should be added to the capture_denormalized table called tree_id. Also, a new card should be added to the /capture/statistics endpoint, which will return the count for captures that have been matched which is basically, select * from capture_denormalized where tree_id is not null. cc: @sebastiangaertner
The capture_denormalized table records are populated via Airflow. Even though I've added a migration for the tree_id column, the corresponding Airflow task needs to be updated.
As mentioned in Greenstand/treetracker-admin-client#1095 by @pranavkparti the reporting API needs to be extended to deliver tree counts and capture counts correctly.
The text was updated successfully, but these errors were encountered: