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