Skip to content

Commit

Permalink
RHINENG-15327: add last_upload to floorist system report
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka authored and psegedy committed Jan 21, 2025
1 parent 7ad6268 commit 61be460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ objects:
queries:
- prefix: hms_analytics/content-sources/unknown
query: >-
SELECT a.org_id, sp.inventory_id, sp.display_name, t.uuid as template_uuid, t.environment_id, t.name as template_name
SELECT a.org_id, sp.inventory_id, sp.display_name, t.uuid as template_uuid, t.environment_id, t.name as template_name, sp.last_upload
FROM system_platform sp
JOIN inventory.hosts ih ON sp.inventory_id = ih.id
JOIN rh_account a ON a.id = sp.rh_account_id
Expand Down

0 comments on commit 61be460

Please sign in to comment.