Skip to content

Commit

Permalink
MM-61860: add email to payload (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifoukarakis authored Nov 19, 2024
1 parent f61e630 commit 6f71923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/post_nps_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def post_nps():
user_role,
lsf.customer_name,
lsf.license_email,
coalesce(email, '') as email,
sf.max_active_user_count as user_count
from ANALYTICS.MATTERMOST.NPS_USER_DAILY_SCORE nps
left join mattermost.server_fact sf on nps.server_id = sf.server_id
Expand Down Expand Up @@ -69,6 +70,7 @@ def post_nps():
'User Role',
'Customer Name',
'License Email',
'Email',
'User Count',
],
tablefmt='github',
Expand Down

0 comments on commit 6f71923

Please sign in to comment.