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