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