# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/investquebec.py # Rôle : Connecteur Investissement Québec — workday (tenant investquebec.wd10, site Ext) # [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 InvestquebecConnector(WorkdayConnector): source_id = 'investquebec' EMPLOYER = 'Investissement Québec' TENANT = 'investquebec' HOST = 'wd10' SITE = 'Ext'