We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dddf8a commit 563c2d8Copy full SHA for 563c2d8
airflow/dags/secmar_checks.py
@@ -107,11 +107,11 @@ def checks():
107
where op.latitude is not null
108
and (stats.distance_cote_milles_nautiques is null or stats.distance_cote_metres is null)
109
""",
110
- "recent_data_last_72h": """
111
- select count(1) > 0
112
- from operations
113
- where date_heure_reception_alerte > current_date - interval '2 day'
114
- """,
+ #"recent_data_last_72h": """
+ # select count(1) > 0
+ # from operations
+ # where date_heure_reception_alerte > current_date - interval '2 day'
+ #""",
115
"school_holidays_over_last_3_months": """
116
select count(1) > 0
117
from operations_stats
0 commit comments