/
anton.boytsov
/
dbt_course_module2
Обзор
Документация
Войти
/
anton.boytsov
/
dbt_course_module2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
analyses/flights_future.sql
9 строк
245 B
Anton Boytsov
Module 7: test jinja syntax
17 апр 2026, 18:53
17 апр 2026, 18:53
ab7b930
Код
Авторство
О чём код?
select scheduled_departure::date as date, count(*) as flight_cnt from {{ ref('fct_flights') }} where scheduled_departure::date >= '{{ run_started_at|string|truncate(10, True, "") }}'::date group by scheduled_departure::date