Monitor the number of retired employes for the past 10 years and provide some forecast for the upcoming five years.

Deployment

tag:retirementnew in v0.7.0

Databases

The paie 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.

  • human_resources

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:
      human_resources:
        +enabled: True
    dashboards:
      human_resources:
        retirement:
          +enabled: True
    interfaces:
      paie:
        +enabled: True