Identify the anomalies in the data of your school. The dashboard gathers a list of issues / inconsistencies in your databases. This dashboard has been made by the CSSPI schoolboard (yรฉ) !
Deployment
tag:anomaliesnew in v0.18.0Database
Both the gpi
and jade
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
Adapters
An adapter must be implemented for the dashboard to work. Please refer to the linking an adapter
Dbt project specification
Update your
cssXX.dashboards_store/dbt_project.yml
file with the following snippet.
- Enabling models and dashboards from the core repo
# cssXX.dashboards_store/dbt_project.yml
models:
core_dashboards_store: # Enable the models from the core repo
marts:
educ_serv:
+enabled: True
dashboards:
org_scolaire:
anomalies:
+enabled: True
interfaces:
gpi:
+enabled: True
jade:
+enabled: True
- Enabling the adapter
An adapter named anml_stg_population
must exists with the two following columns (fiche, id_eco). This adapter is used to select the rows we want to track the anomalies for.
Table of Contents