Educational service

Diplôme

Monitors secondary 5 students on the possibility of obtaining a secondary school diploma under the J5 system.

Deployment

tag:diplomenew in v0.19.0

Databases

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

Seed

A seed is required for the dashboard to work.

The dashboard needs the matiere_evalue seed to be available. Please refer to the seeding section for more information about how to seed a mart. The seed is required in order to populate the sanctioned subjects. Since you won't need to override it, you can simply run this command to create the seed: dbt seed --select +tag:diplome. The seed is described in core.dashboards_store/seeds/dashboards/educ_serv/diplome/schema.yml.

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:
            educ_serv:
                diplome:
                    +enabled: True
        interfaces:
            gpi:
                +enabled: True
            jade:
                +enabled: True

vars:
  database_gpi: "The name / IP of the gpi database"
  database_jade: "The name / IP of the jade database"
Copyright © 2026