Deployment
tag:diplomenew in v0.19.0Databases
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.
Seed
seed
is requiered 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 discribed in core.dashboards_store/seeds/dashboards/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"