CityofToronto / bdit_volumes

Traffic Volumes Modelling Project
7 stars 6 forks source link

NULL values detected for apprdir and sideofint variables #77

Closed iammattlee closed 1 year ago

iammattlee commented 2 years ago

NULL values are detected the input tables. When running scripts identified in data_flow_processing.py, it generates an error as follows: pg.IntegrityError: ERROR: null value in column "direction" violates not-null constraint (related to the apprdirfield) pg.IntegrityError: ERROR: null value in column "sideofint" violates not-null constraint

iammattlee commented 1 year ago

This duplicates issue #75. Thus, closing the issue.