Educational service

PEVR

Tracks common and custom PEVR indicators.
The dashboard is a work in progress. It is a stub built as an incentive for people to jump on the project. We advise against deploying the dashboard as is.

Deployment

tag:pevrnew in v0.10.0

Databases

The gpi database must be linked to the project. Please refer to the linking a database section for more information about how to link a database.

Marts

The following marts must be enabled for the dashboard to work. Please refer to the enabling a mart section for more information about how to enable a mart.

  • educ_serv

dbt project specification

Update your cssXX.dashboards_store/dbt_project.yml file with the following snippet

# cssXX.dashboards_store/dbt_project.yml
models:
  core_dashboards_store:
    marts:
      educ_serv:
        +enabled: True
    dashboards:
      direction_generale:
        pevr:
          +enabled: true
    interfaces:
      gpi:
        +enabled: true

Configuration

The configuration is optional. If you don't provide a configuration, the dashboard will use the default configuration.

Customizing PEVR indicators

This table needs some seeds. Make sure to run dbt seed --full-refresh to populate the seeds.

  • To add a list of in-house indicators to be tracked:
    1. Add a .csv file in your cssXX.dashboards_store/seeds/dashboards/direction_generale/pevr folder. The file must be named custom_indicateurs_pevr_meq.csv. The file must be populated with the columns described in core.dashboards_store/seeds/dashboards/direction_generale/pevr/schema.yml (refers to the custom_indicateurs_pevr_meq seed).
    2. Add a .csv file in your cssXX.dashboards_store/seeds/dashboards/direction_generale/pevr folder. The file must be named custom_indicateurs_pevr_charl.csv. The file must be populated with the columns described in core.dashboards_store/seeds/dashboards/direction_generale/pevr/schema.yml (refers to the custom_indicateurs_pevr_charl seed).
    3. Trigger a refresh of your seeds
dbt seed --full-refresh
Please refer to the seeds section for more information about how to use and populate seeds.
Copyright © 2026