Skip to content

Commit

Permalink
[fix] hotfix script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mediwind committed Mar 5, 2024
1 parent 4e30be4 commit 0c50ff4
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_game_price.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def connect_to_redshift():

@task
def elt():
# 1. GCE의 RDS의 GAME_INFO 테이블에서 게임 리스트 가져오기
# Redshift에 연결
cur = connect_to_redshift()
print("Successfully connected to Redshift")
conn = cur.connection
Expand Down
2 changes: 1 addition & 1 deletion dags/elt/anal_week_game_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def connect_to_redshift():

@task
def elt():
# 1. GCE의 RDS의 GAME_INFO 테이블에서 게임 리스트 가져오기
# # Redshift에 연결
cur = connect_to_redshift()
print("Successfully connected to Redshift")
conn = cur.connection
Expand Down

0 comments on commit 0c50ff4

Please sign in to comment.