-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Describe the bug
The data in object ninthage-data-analytics.list_data.tournament_lists (which is a table) is incomplete. This object is in our project on Google Cloud Service, with projectname ninthAge-data-analytics*.
- any view and/or edit permissions to be requested to @duxbuse
To Reproduce
Steps to reproduce the behavior:
- Function https://github.com/duxbuse/ninthage-data-analytics/tree/main/function_new_recruit_tournaments is the first function in the data ingestion process
- Execute this function manually and inspect if all tourneys from NewRecruit with status Closed and within the data range in your function (e.g. last 60 days) and for game The Ninth Age are ingested.
- If so, execute the functions that come after the function at step 1 and follow on until you witness all data you fetched in step 1 is insterted in table ninthage-data-analytics.list_data.tournament_lists.
Expected behavior
All data closed tournaments from NewRecruit that are closed and for the game Ninth Age shall be uploaded in table ninthage-data-analytics.list_data.tournament_lists
Additional context
Especially big tourneys create issues. For testing purposes I propose you especially look at for example this tourney https://www.newrecruit.eu/app/tournydetails/rankings?id=657c5932c602167f5baa1fdc and the correct loading of all data into table ninthage-data-analytics.list_data.tournament_lists.