# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/reddyice.py # Rôle : Connecteur Reddyice — workday (tenant reddyice.wd5, site ReddyIceExternal) # [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 ReddyiceConnector(WorkdayConnector): source_id = 'reddyice' EMPLOYER = 'Reddyice' TENANT = 'reddyice' HOST = 'wd5' SITE = 'ReddyIceExternal'