feat(workforce): add ClickHouse workforce analytics contour

This commit is contained in:
igor04091968
2026-06-23 21:52:57 +03:00
parent 341799ff9d
commit 337da4bb5f
44 changed files with 3973 additions and 461 deletions
@@ -0,0 +1,6 @@
INSERT INTO aw_workforce.dim_workstation_user
(host_name, user_login, user_domain, employee_id, employee_name, department, branch, position, source)
VALUES
('SHARKON2025', 'user1', 'sharkon2025', 'sharkon2025\\user1', 'user1', 'tsj', 'tsj', 'RDP user', 'manual-p3');
SYSTEM RELOAD DICTIONARY aw_workforce.dict_workstation_user;