Skip to content

Commit

Permalink
chore(pipeline) : Add missing FIXMEs
Browse files Browse the repository at this point in the history
We don't want code to stay around forever when clearly it is supposed to
be temporary and fixed in the sources.

Remove this as soon as the mednum & les-emplois have fixed the issue.
  • Loading branch information
vperron committed Sep 25, 2024
1 parent 8eb92ea commit 8e9ad2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ final AS (
labels_nationaux AS "labels_nationaux",
labels_autres AS "labels_autres",
thematiques AS "thematiques",
-- FIXME(vperron) : Remove this when there is no 'PE' in the sources anymore
CASE
WHEN typologie = 'PE' THEN 'FT'
ELSE typologie
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ final AS (
accessibilite AS "accessibilite",
labels_nationaux AS "labels_nationaux",
thematiques AS "thematiques",
-- FIXME(vperron) : Remove this when there is no 'PE' in the sources anymore
CASE
WHEN typologie = 'PE' THEN 'FT'
ELSE typologie
Expand Down

0 comments on commit 8e9ad2d

Please sign in to comment.