Skip to content

Commit

Permalink
#62 Add dag description for the dag
Browse files Browse the repository at this point in the history
  • Loading branch information
chmnata committed Jan 24, 2023
1 parent e41bdf9 commit 1e83a54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dags/generate_congestion_agg.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"""
airflow_congestion_aggregation
A data aggregation workflow that aggregates travel time data for
three Congestion Network intermediate tables, network_daily, network_monthly,
and centreline_monthly. This DAG is schedule to run only when pull_here DAG
finished running.
"""
from airflow import DAG
from datetime import datetime, timedelta
from dateutil.relativedelta import relativedelta
Expand Down

0 comments on commit 1e83a54

Please sign in to comment.