Skip to content

Commit 2a401ea

Browse files
committed
docs(dag:TWITTER_POST_NOTIFICATION_BOT_V2): add airflow 3 upgrade note
1 parent bf46c69 commit 2a401ea

File tree

1 file changed

+2
-0
lines changed
  • dags/app/twitter_post_notification_bot

1 file changed

+2
-0
lines changed

dags/app/twitter_post_notification_bot/dag.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"retry_delay": timedelta(minutes=5),
1919
}
2020

21+
# TODO: remove db access for airflow 3 upgrade
22+
2123

2224
@dag(
2325
"TWITTER_POST_NOTIFICATION_BOT_V2",

0 commit comments

Comments
 (0)