Skip to content

Commit

Permalink
🐛(opendata) fix statiques dataset query
Browse files Browse the repository at this point in the history
The `raccordement` field is optional, we should join accordingly.
  • Loading branch information
jmaupetit committed Jan 14, 2025
1 parent 0e9e0e7 commit ff54629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opendata/data7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ default:
INNER JOIN ImplantationStation ON Station.implantation_station::TEXT = ImplantationStation.reference
INNER JOIN ConditionAccess ON Station.condition_acces::TEXT = ConditionAccess.reference
INNER JOIN AccessibilitePMR ON PointDeCharge.accessibilite_pmr::TEXT = AccessibilitePMR.reference
INNER JOIN Raccordement ON Station.raccordement::TEXT = Raccordement.reference
LEFT JOIN Raccordement ON Station.raccordement::TEXT = Raccordement.reference

0 comments on commit ff54629

Please sign in to comment.