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