duxbuse / ninthage-data-analytics

A better way for the project to ingest tournament results
GNU General Public License v3.0
1 stars 0 forks source link

Units table has no entries on new SA army (army_id = 116) #165

Closed SanderND closed 1 year ago

SanderND commented 1 year ago

The new SA army has no units in table 'units' in GCS. Run this query to see:

SELECT * FROM ninthage-data-analytics.9th_builder_static_data.units where army_id = 116

Loading the static data seems not to load data for army_id = 116. Either the source (9th builder has no data, either the interface broke).

SanderND commented 1 year ago

Static data uploading solved this issue.