Skip to content

Commit

Permalink
Merge pull request #131 from zizzic/feature/elt
Browse files Browse the repository at this point in the history
[fix] edit analytics DAG schedule
  • Loading branch information
Danee12 authored Mar 5, 2024
2 parents c674c7f + 60e2cd9 commit d086b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/elt/anal_ysd_game_ccu.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def elt():
start_date=datetime(2024, 1, 1),
catchup=False,
tags=["ELT", "analytics", "game_ccu"],
schedule_interval="0 2 * * *", # 매일 11시
schedule_interval="0 22 * * *", # 매일 7시
default_args={
"retries": 3,
"retry_delay": timedelta(minutes=5),
Expand Down
2 changes: 1 addition & 1 deletion dags/elt/anal_ysd_game_rating.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def elt():
start_date=datetime(2024, 1, 1),
catchup=False,
tags=["ELT", "analytics", "game_rating"],
schedule_interval="0 2 * * *", # 매일 11시
schedule_interval="0 22 * * *", # 매일 7시
default_args={
"retries": 3,
"retry_delay": timedelta(minutes=5),
Expand Down

0 comments on commit d086b55

Please sign in to comment.