Skip to content

Commit 6830500

Browse files
Henry LeeLee-W
authored andcommitted
docs(dags): add dags description
1 parent 310ed2b commit 6830500

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

dags/app/team_registration_bot/dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
send daily ordering metrics to discord channel
2+
Send daily ordering metrics to discord channel
33
"""
44

55
from datetime import datetime, timedelta

dags/ods/fb_post_insights/dag.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
Scrape Facebook posts and insights data, save to BigQuery
3+
"""
14
from datetime import datetime, timedelta
25

36
from airflow.decorators import dag, task

dags/ods/ig_post_insights/dags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
Scrape Instagram posts and insights data, save to BigQuery
3+
"""
14
from datetime import datetime, timedelta
25

36
from airflow.decorators import dag, task

dags/ods/linkedin_post_insights/dags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
Scrape LinkedIn posts and insights data, save to BigQuery
3+
"""
14
from datetime import datetime, timedelta
25

36
from airflow.decorators import dag, task

dags/ods/twitter_post_insights/dags.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
Scrape X (Twitter) posts and insights data, save to BigQuery
3+
"""
14
from datetime import datetime, timedelta
25

36
from airflow.decorators import dag, task

0 commit comments

Comments
 (0)