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
Is the goal to have both daily files and dynamo, or just dynamo tables? For dynamo, is it just be one table with items that are each row in the parquet table? Do we want to keep all of the columns?
I think dynamo batch write is capped at 16 MB, so we may need to only batch write the past two days for the daily job and then separately write the older alerts
https://performancedata.mbta.com/lamp/tableau/alerts/LAMP_RT_ALERTS.parquet
This file should be processed in a daily job (its 84mbs) to split the alerts into daily files/dynamo tables
Once processed, the dashboard can pull alerts from here, and fall back to v3 alerts for same day
We still have v2 alerts we ingested to fall back on until May 2024 if we need to, but ideally this removes the need for them
The text was updated successfully, but these errors were encountered: