Skip to content

Commit 54e3201

Browse files
Corrige nombre d'opérations
1 parent 912b092 commit 54e3201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/dags/secmar_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def checks():
2828
) operations_points on true
2929
""",
3030
"concerne_snosan_count_2020": """
31-
select count(1) between 9100 and 9300
31+
select count(1) between 9700 and 9800
3232
from operations_stats
3333
where annee = 2020 and concerne_snosan
3434
""",

0 commit comments

Comments
 (0)