Skip to content

Commit

Permalink
Add national_risk_view, humanitarian_needs_view, population_group_vie…
Browse files Browse the repository at this point in the history
…w,population_status_view
  • Loading branch information
mcarans committed Feb 25, 2024
1 parent 78acb05 commit c7ebf8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.7.2] - 2024-02-26
## [0.7.3] - 2024-02-26

### Changed
### Added

- Update requirements
- Added national_risk_view, humanitarian_needs_view, population_group_view,
population_status_view

## [0.7.2] - 2024-02-08

Expand Down
8 changes: 8 additions & 0 deletions src/hapi/pipelines/app/build_db_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
from hapi_schema.db_dataset import view_params_dataset
from hapi_schema.db_food_security import view_params_food_security
from hapi_schema.db_gender import view_params_gender
from hapi_schema.db_humanitarian_needs import view_params_humanitarian_needs
from hapi_schema.db_ipc_phase import view_params_ipc_phase
from hapi_schema.db_ipc_type import view_params_ipc_type
from hapi_schema.db_location import view_params_location
from hapi_schema.db_national_risk import view_params_national_risk
from hapi_schema.db_operational_presence import (
view_params_operational_presence,
)
from hapi_schema.db_org import view_params_org
from hapi_schema.db_org_type import view_params_org_type
from hapi_schema.db_population import view_params_population
from hapi_schema.db_population_group import view_params_population_group
from hapi_schema.db_population_status import view_params_population_status
from hapi_schema.db_resource import view_params_resource
from hapi_schema.db_sector import view_params_sector
from hdx.database.views import build_views
Expand All @@ -27,13 +31,17 @@
view_params_dataset,
view_params_food_security,
view_params_gender,
view_params_humanitarian_needs,
view_params_ipc_phase,
view_params_ipc_type,
view_params_location,
view_params_national_risk,
view_params_operational_presence,
view_params_org,
view_params_org_type,
view_params_population,
view_params_population_group,
view_params_population_status,
view_params_resource,
view_params_sector,
]
Expand Down

0 comments on commit c7ebf8f

Please sign in to comment.