Tracks the number of students with a high risk of dropping out of school, of failing a grade or of not graduating on time and provides a way to compare schools.
This dashboards requiers the models from Sciance to be available.
Deployment
tag:predictive_view_aggregatednew in v0.7.0Databases
The prodrome
database 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 requiered for the dashboard to work.The dashboard needs the predictive_models_to_include
seed to be available. Please refer to the seeding section for more information about how to seed a mart. This seed is requiered in order to select which predictive models to include in the dashboard.
The seed is discribed in core.dashboards_store/seeds/dashboards/educ_serv/predictive_view_aggregated/schema.yml
.
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:
dashboards:
educ_serv:
predictive_view_aggregated:
+enabled: True
interfaces:
prodrome:
+enabled: True
vars:
database_prodrome: "The name / IP of the prodrome database"
Table of Contents