HTML 82.1%
Python 14.6%
TypeScript 1.9%
CSS 1%
JavaScript 0.5%
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : jobka/connectors/gastro_health.py6# Rôle : Connecteur Gastro Health — breezy (org « gastro-health »)7# [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23]8# Créé : 2026-08-23 Modifié : 2026-08-279# =============================================================================10# NOTE ka6 (2026-08-27) : employeur AMÉRICAIN de gastroentérologie (Gastro11# Health, siège à Miami) — les 189 postings du board sont tous aux É.-U.12# (95 FL, 22 WA, 20 OH, 16 VA, 14 MA, 13 MD, 7 AL), zéro Québec. Les 3 offres13# historiques (« Medical Assistant - Gastroenterology - Kirkland, WA ») étaient14# des faux positifs : Kirkland, WASHINGTON — « Kirkland » (ville de l'île de15# Montréal, _QC_CITIES) matchait dans le libellé, même famille que16# family_resource_home_care 51c2615 et x4th_day_trucking c4bfc7b. Corrigé par17# le garde pays de BreezyConnector._keep (location.country.id != CA → rejet).18# Volume 0 = comportement correct.19from .breezy import BreezyConnector202122class GastroHealthConnector(BreezyConnector):23 source_id = 'gastro_health'24 EMPLOYER = 'Gastro Health'25 ORG = 'gastro-health'26