We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcffcc7 + 4b7f910 commit ce8482eCopy full SHA for ce8482e
airflow/include/sql/sparte/models/ocsge/artif.sql
@@ -44,7 +44,7 @@ with
44
WHEN artif = 'non artif' THEN false
45
ELSE null
46
END AS is_artificial,
47
- COALESCE(crit_seuil, false) as critere_seuil,
+ crit_seuil as critere_seuil,
48
(
49
st_dump(st_intersection(
50
departement_table.geom,
airflow/include/sql/sparte/models/ocsge/schema.yml
@@ -222,6 +222,11 @@ sources:
222
- not_null
223
- accepted_values:
224
values: ["artif", "non artif"]
225
+ - name: crit_seuil
226
+ data_tests:
227
+ - not_null
228
+ - accepted_values:
229
+ values: [true, false]
230
- name: ocsge_zone_construite_staging
231
columns:
232
- name: loaded_date
0 commit comments