# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/vfc.py # Rôle : Connecteur VF Corporation (The North Face, Vans) — workday (tenant vfc.wd5, site vfc_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 VfcConnector(WorkdayConnector): source_id = 'vfc' EMPLOYER = 'VF Corporation (The North Face, Vans)' TENANT = 'vfc' HOST = 'wd5' SITE = 'vfc_careers'