auto-sync: 2026-04-25 13:00:01

This commit is contained in:
Stream
2026-04-25 13:00:01 +03:00
parent e4c6d4c351
commit 0d787afdb3
3 changed files with 191 additions and 2 deletions

View File

@@ -487,7 +487,7 @@ def schedule_data():
fa.orig_iata AS fa_orig_iata,
fa.dest_iata AS fa_dest_iata,
-- из mart.flights (тип ВС):
mf.aircraft_type,
COALESCE(mf.aircraft_type, s.aircraft_type) AS aircraft_type,
mf.track_source, mf.track_points
FROM fr24_ext.schedule s
LEFT JOIN fr24_ext.flight_actual fa