I needed to add three columns in ```create_measurement_table_with_nulls_replacing_zero.sql``` [here](https://github.com/clinicalml/large-scale-temporal-shift-study/blob/main/data_extraction/sql/create_measurement_table_with_nulls_replacing_zero.sql#L102) I added: ```sql m.unit_source_concept_id, m.measurement_event_id, m.meas_event_field_concept_id ``` Then it ran for me as expected
I needed to add three columns in
create_measurement_table_with_nulls_replacing_zero.sqlhere I added:
Then it ran for me as expected