Skip to content

Commit

Permalink
Merge pull request #145 from pycontw/feat_add_fb_insight
Browse files Browse the repository at this point in the history
fix dag
  • Loading branch information
xchwan authored Aug 17, 2024
2 parents ba6e1b2 + 6d75abb commit eb5d18e
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 eb5d18e

Please sign in to comment.