# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/harry.py # Rôle : Connecteur Logistics Associate — workday (tenant harry.wd10, site HRI) # [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23] # Créé : 2026-08-23 Modifié : 2026-08-23 # ============================================================================= from .workday import WorkdayConnector class HarryConnector(WorkdayConnector): source_id = 'harry' EMPLOYER = 'Logistics Associate' TENANT = 'harry' HOST = 'wd10' SITE = 'HRI'