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