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