Skip to content

Commit

Permalink
modified email
Browse files Browse the repository at this point in the history
  • Loading branch information
HyejiYu committed Sep 27, 2024
1 parent 77844ab commit d1ebbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/HomePlus_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def collect_task_results(**context):
# 이메일 전송
send_summary_email = EmailOperator(
task_id="send_summary_email",
to="patturning@gmail.com",
to="patturning1@gmail.com",
subject="{{ task_instance.xcom_pull(task_ids='collect_task_results', key='email_subject') }}",
html_content="{{ task_instance.xcom_pull(task_ids='collect_task_results', key='email_body') }}",
trigger_rule="all_done",
Expand Down

0 comments on commit d1ebbc5

Please sign in to comment.