nz-social-investment-agency / social_investment_data_foundation

Framework and modular code for creating an analysis ready dataset in the IDI. NOTE(June 2019) - Code currently being updated in the IDI to work on SAS Grid and Windows 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sandpit schema is hard coded in many files

ellisp opened this issue · comments

Around 20 files in ./sasautos/ and other folders of this repo have the SIA's IDI_Sandpit schema (DL-MAA2016-15) hard coded into it and it will need to be changed to the schema available to other projects that obviously can't write to that schema. In the long term a solution would be to parameterise this, in the short term perhaps just a note in the readme alerting people to the need to do these changes.

The following files need to be signed out and pushed through to master
$ find . -type f -print0 | xargs -0 grep -l "DL-MAA2016-15"
./si_align_sialevents_to_periods.sas
./si_fetch_sial_datasets_by_agency.sas
./si_get socialhousing_indicator.sas
./si_get_b4sc_scores.sas
./si_get_birth_outcomes.sas
./si_get_contact_record.sas
./si_get_diabetes.sas
./si_get_ece_participation.sas
./si_get_freq_address_changes.sas
./si_get_household_type.sas
./si_get_mha_indicator.sas
./si_get_T1_benefit.sas
./si_get_te_reo.sas
./si_setup.sas
./si_wrapper_sial_rollup.sas

Most of these are just examples in the headers or test examples. The ./si_wrapper_sial_rollup.sas has been updated and we are in the process of retesting prior to signing out.

This has been fixed with the commit d1556d8.