Closed atalyaalon closed 3 months ago
Hi @atalyaalon , What do you think is the better solution:
yishuv_symbol=0
from cbs_cities
table?yishuv_symbol=0
in cbs_cities
to have yishuv_name=NULL
, or yishuv_name=""
?NULL
in yishuv_symbol
and yishuv_name
in these situations?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