# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/uniselect.py # Rôle : Connecteur Responsable Stratégie des Affaires — workday (tenant uniselect.wd3, site uniselect-career-opportunities) # [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 UniselectConnector(WorkdayConnector): source_id = 'uniselect' EMPLOYER = 'Responsable Stratégie des Affaires' TENANT = 'uniselect' HOST = 'wd3' SITE = 'uniselect-career-opportunities'