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
Describe the bug
There are accident records with yishuv_name "לא רשום" and road_segment_name that exists.
Also - we need to check if there are urban accidents with yishuv_name "לא רשום"
I believe the reason for that is the new "cities" script that contains this record - see here.
To Reproduce
Steps to reproduce the behavior: redash query
Expected behavior
We don't want to have any yishuv_name "לא רשום" record. If there is no yishuv, the yishuv_name should be empty.
We want to remove such records from news_flash table that were effected by this bug (I think we'll just rerun in production location script that fills the news_flash table).
The text was updated successfully, but these errors were encountered:
Good question. I think that we need to make sure yishuv_name is NULL in the DB.
I think we should keep yishuv_symbol=0 since data in the accidents table is mostly raw. However, we do need to make sure the above, I think it can be in the cbs_cities table, making sure that re-loading the table preserves yishuv_name=NULL in these cases.
Describe the bug
There are accident records with yishuv_name "לא רשום" and road_segment_name that exists.
Also - we need to check if there are urban accidents with yishuv_name "לא רשום"
I believe the reason for that is the new "cities" script that contains this record - see here.
To Reproduce
Steps to reproduce the behavior:
redash query
Expected behavior
The text was updated successfully, but these errors were encountered: