Skip to content

Commit

Permalink
fix dag
Browse files Browse the repository at this point in the history
  • Loading branch information
Xch1 authored and Xch1 committed Aug 17, 2024
1 parent f861851 commit f77a0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/ods/fb_post_insights/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"on_failure_callback": lambda x: "Need to send notification to Discord!",
}
dag = DAG(
"TWITTER_POST_INSIGHTS_V1",
"FB_POST_INSIGHTS_V1",
default_args=DEFAULT_ARGS,
schedule_interval="5 8 * * *",
max_active_runs=1,
Expand Down

0 comments on commit f77a0bd

Please sign in to comment.