Skip to content

Commit

Permalink
fix(vperron) : Temporarily remove the check about national labels
Browse files Browse the repository at this point in the history
It is enforced later anyway and those results are removed from the
result set.

But in that particular position it would stop the entire pipeline.
  • Loading branch information
vperron committed Dec 18, 2023
1 parent 09e8a08 commit 43e6d8b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@ models:
- name: longitude
tests:
- dbt_utils.not_constant
- name: labels_nationaux
tests:
- dbt_utils.expression_is_true:
expression: "<@ ARRAY(SELECT value FROM {{ ref('labels_nationaux') }})"
# FIXME(vperron) : Reinstate this check when the ANCT has fixed its values ?
# Not 100% necessary as this check is also enforced before the marts step.
- name: adresse
tests:
- not_null
Expand Down

0 comments on commit 43e6d8b

Please sign in to comment.