PMS in new dash reporting

This commit is contained in:
Joaquin Ossa 2025-01-21 10:12:46 +01:00
parent 90967fd34e
commit e71cde0d63
2 changed files with 15 additions and 0 deletions

View file

@ -8,6 +8,8 @@ select
has_user_moved_from_old_dash as has_user_moved_from_old_dash,
user_migration_phase as user_migration_phase,
user_estimated_migration_date_utc as user_estimated_migration_date_utc,
has_active_pms as has_active_pms,
active_pms_list as active_pms_list,
company_name as company_name,
first_name as first_name,
last_name as last_name,

View file

@ -1158,6 +1158,19 @@ models:
data_tests:
- not_null
- name: has_active_pms
data_type: boolean
description: |
Does the host have an active associated PMS.
data_tests:
- not_null
- name: active_pms_list
data_type: string
description: |
Name of the active PMS associated with the host. It can have more than
one PMS associated with it. It can be null if it doesn't have any PMS associated.
- name: company_name
data_type: string
description: |