# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/accenture.py # Rôle : Connecteur Senior Azure Solution Architect (Montreal – French Speaking) — workday (tenant accenture.wd103, site AvanadeCareers) # [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 AccentureConnector(WorkdayConnector): source_id = 'accenture' EMPLOYER = 'Senior Azure Solution Architect (Montreal – French Speaking)' TENANT = 'accenture' HOST = 'wd103' SITE = 'AvanadeCareers'