ETL scripts for Gobierto Reus site
Edit .env.example
and copy it to .env
or .rbenv-vars
with the expected values.
This repository relies heavily in gobierto_budgets_data
- check-json-columns
- transform-planned
- transform-executed
- import-planned-budgets
- import-executed-budgets
Follow these changes in Pipeline.sh
file:
- Edit
YEARS
variable and add a new year - Edit
EXPENSES_PLANNED_URL
,EXPENSES_EXECUTED_URL
,INCOME_PLANNED_URL
andINCOME_EXECUTED_URL
variables with the urls of the JSON files of the new year.