diff --git a/scripts/jobs/unrestricted/geography-tables-dictionary.json b/scripts/jobs/unrestricted/geography-tables-dictionary.json index de29b13a7..7943af0f1 100644 --- a/scripts/jobs/unrestricted/geography-tables-dictionary.json +++ b/scripts/jobs/unrestricted/geography-tables-dictionary.json @@ -1,12 +1,130 @@ -[{ - "ward":{"geography_title":"ward", "database_name":"unrestricted-raw-zone", "table_name":"geolive_boundaries_hackney_ward", "columns_to_append":[{"column_name":"name", "column_alias":"ward_name"},{"column_name":"census_code", "column_alias":"ward_ons_code"}]}, - "lsoa":{"geography_title":"lsoa", "database_name":"unrestricted-raw-zone", "table_name":"geolive_boundaries_hackney_lsoa_2011", "columns_to_append":[{"column_name":"lsoa_name", "column_alias":"lsoa_name"},{"column_name":"code", "column_alias":"lsoa_ons_code"}]}, - "msoa":{"geography_title":"msoa", "database_name":"unrestricted-raw-zone", "table_name":"geolive_boundaries_hackney_msoa_2011", "columns_to_append":[{"column_name":"msoa11nm", "column_alias":"msoa_name"},{"column_name":"msoa11cd", "column_alias":"msoa_ons_code"}]}, - "recycling_estate":{"geography_title":"recycling_estate", "database_name":"unrestricted-raw-zone", "table_name":"geolive_recycling_recycling_estate_boundary", "columns_to_append":[{"column_name":"estate_name", "column_alias":"recycling_estate"}]}, - "street_cleaning_area":{"geography_title":"street_cleaning_area", "database_name":"unrestricted-raw-zone", "table_name":"geolive_recycling_street_cleaning_manager_area", "columns_to_append":[{"column_name":"areaname", "column_alias":"street_cleaning_manager_area"}]}, - "housing_estate":{"geography_title":"housing_estate", "database_name":"unrestricted-raw-zone", "table_name":"geolive_housing_lbh_estate", "columns_to_append":[{"column_name":"estate_name", "column_alias":"housing_estate"}]}, - "housing_neighbourhood":{"geography_title":"housing_neighbourhood", "database_name":"unrestricted-raw-zone", "table_name":"geolive_housing_housing_neighbourhood", "columns_to_append":[{"column_name":"housing_neighbourhoods", "column_alias":"housing_neighbourhood"}]}, - "housing_management_area":{"geography_title":"housing_management_area", "database_name":"unrestricted-raw-zone", "table_name":"geolive_housing_housing_management_area", "columns_to_append":[{"column_name":"name", "column_alias":"housing_management_area"}]}, - "children_centre_area":{"geography_title":"children_centre_area", "database_name":"unrestricted-raw-zone", "table_name":"geolive_education_children_centre_area", "columns_to_append":[{"column_name":"zone_id", "column_alias":"children_centre_area"}]}, - "health_care_neighbourhood":{"geography_title":"health_care_neighbourhood", "database_name":"unrestricted-raw-zone", "table_name":"geolive_health_health_care_neighbourhood", "columns_to_append":[{"column_name":"neighbourhood_area", "column_alias":"health_care_neighbourhood_code"},{"column_name":"neighbourhood_name", "column_alias":"health_care_neighbourhood_name"}]} -}] +[ + { + "ward": { + "geography_title": "ward", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_boundaries_hackney_ward", + "columns_to_append": [ + { + "column_name": "name", + "column_alias": "ward_name" + }, + { + "column_name": "census_code", + "column_alias": "ward_ons_code" + } + ] + }, + "lsoa": { + "geography_title": "lsoa", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_boundaries_hackney_lsoa_2011", + "columns_to_append": [ + { + "column_name": "lsoa_name", + "column_alias": "lsoa_name" + }, + { + "column_name": "code", + "column_alias": "lsoa_ons_code" + } + ] + }, + "msoa": { + "geography_title": "msoa", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_boundaries_hackney_msoa_2011", + "columns_to_append": [ + { + "column_name": "msoa11nm", + "column_alias": "msoa_name" + }, + { + "column_name": "msoa11cd", + "column_alias": "msoa_ons_code" + } + ] + }, + "recycling_estate": { + "geography_title": "recycling_estate", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_recycling_recycling_estate_boundary", + "columns_to_append": [ + { + "column_name": "estate_name", + "column_alias": "recycling_estate" + } + ] + }, + "street_cleaning_area": { + "geography_title": "street_cleaning_area", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_recycling_street_cleaning_manager_area", + "columns_to_append": [ + { + "column_name": "areaname", + "column_alias": "street_cleaning_manager_area" + } + ] + }, + "housing_estate": { + "geography_title": "housing_estate", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_housing_lbh_estate", + "columns_to_append": [ + { + "column_name": "estate_name", + "column_alias": "housing_estate" + } + ] + }, + "housing_neighbourhood": { + "geography_title": "housing_neighbourhood", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_housing_housing_neighbourhood", + "columns_to_append": [ + { + "column_name": "housing_neighbourhoods", + "column_alias": "housing_neighbourhood" + } + ] + }, + "housing_management_area": { + "geography_title": "housing_management_area", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_housing_housing_management_area", + "columns_to_append": [ + { + "column_name": "name", + "column_alias": "housing_management_area" + } + ] + }, + "children_centre_area": { + "geography_title": "children_centre_area", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_education_children_centre_area", + "columns_to_append": [ + { + "column_name": "zone_id", + "column_alias": "children_centre_area" + } + ] + }, + "health_care_neighbourhood": { + "geography_title": "health_care_neighbourhood", + "database_name": "unrestricted-raw-zone", + "table_name": "geolive_health_health_care_neighbourhood", + "columns_to_append": [ + { + "column_name": "neighbourhood_area", + "column_alias": "health_care_neighbourhood_code" + }, + { + "column_name": "neighbourhood_name", + "column_alias": "health_care_neighbourhood_name" + } + ] + } + } +] \ No newline at end of file